@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------GENERALITE*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#101318;
	
}

.separator {margin-top:42px; margin-bottom:10px; margin-left:31px;}
.separator2 {margin-top:58px; margin-bottom:10px; margin-left:31px;}
.float {float:left;}

#tooltip{
        position:absolute;
		width:200px;
        background:#101318;
        padding:2px 5px;
        color:#9eadc3;
        display:none;
}

/*-----------------------------------------------------------------POLICES*/

p {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#505762;
}

h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#505762;
	font-weight:normal;
}

h1:hover {
	color:#9eadc3;
}

h2 {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	font-weight:normal;
	color:#9eadc3;
	text-transform:uppercase;
	padding-top:13px;
	margin:0px;
}

h3 {
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	font-weight:normal;
	color:#9eadc3;
	text-transform:uppercase;
	padding-top:3px;
	margin:0px;
}

a {
	text-decoration:underline;
	color:#9eadc3;
}

a:hover {
	text-decoration:underline;
	color:white;
}

.line{
	text-transform:uppercase;
}

.contact{
	margin-top:-15px;
	color:#9eadc3;
}

.center{
	text-align:center;
}


h4 { font-family:"Trebuchet MS", Arial; font-size: 11px;}
h5, h6 { font-size: 10px; }
.rose {color:#e749a0;}
.noir {color:black; margin-left:6px;}

/*-----------------------------------------------------------------HEADER*/

#bandeau_top {
	height: 100px;
	width: 100%;
}

#barre_grise {
	height:5px;
	width:100%;
	background-color:#EF6DB2;
}

#contact {
	margin-top:15px;
	width:400px;
	float:right;
	margin-right:10px;
}

#contact p{
	text-align:right;
}

#mail {
	float:right;
	margin-top:28px;
	margin-right:20px;
}

/*-----------------------------------------------------------------FLASH*/

#flash {
	height:340px;
	width:990px;
	margin-left:auto;
	margin-right:auto;

}

/*-----------------------------------------------------------------NAVIGATION*/

#menu {
	margin: 0 ; 
    padding: 0 ; 
    margin-left:auto;
	margin-right:auto;
	width:990px;
	margin-top:27px;
}

#vert {width:198px; height:33px; background-image:url(img/nav_1.jpg);float:left;}
#vert:hover {width:198px; height:33px; background-image:url(img/nav_1_o.jpg);float:left;}
#rouge {width:198px; height:33px; background-image:url(img/nav_2.jpg); float:left;}
#rouge:hover {width:198px; height:33px; background-image:url(img/nav_2_o.jpg); float:left;}
#bleu {width:198px; height:33px; background-image:url(img/nav_3.jpg);float:left;}
#bleu:hover {width:198px; height:33px; background-image:url(img/nav_3_o.jpg);float:left;}
#rose {width:198px; height:33px; background-image:url(img/nav_4.jpg);float:left;}
#rose:hover {width:198px; height:33px; background-image:url(img/nav_4_o.jpg);float:left;}
#jaune {width:198px; height:33px; background-image:url(img/nav_5.jpg);float:left;}
#jaune:hover {width:198px; height:33px; background-image:url(img/nav_5_o.jpg);float:left;}


/*-----------------------------------------------------------------CONTENU*/

#conteneur {
	width:990px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
}



/*-----------------------------------------------------------------SERVICES*/

#service{
	padding-left:230px;
}

#service ul {
	width:300px;
	padding-top:20px;
	
}

#service ul li {
	padding-bottom:5px;
	list-style-image:url(../img/puce.png);
}

#service ul li:hover {
	padding-bottom:5px;
	list-style-image:url(../img/puce_o.png);
}

/*-----------------------------------------------------------------ACTUS*/

#actu {
	width:520px;
	height:210px;
	float:left;
	overflow:auto;
	overflow-x:none;
	
}

.news {
	height:100px;
}

.news img{
	padding:10px;
	float:left;
	-moz-opacity:.7; opacity:.7; filter:alpha(opacity=70);
}

.news p {
	margin:0px;
	margin-right:10px;
	padding:0px;
	text-align:justify;
}

.news:hover {
	background-color:#505762;
}

.news:hover p{
	color:#9eadc3;
}

.news:hover img {
	-moz-opacity:1; opacity:1; filter:alpha(opacity=100);
}

/*-----------------------------------------------------------------INFORMATIONS*/

#info {
	width:392px;
	height:202px;
	margin-right:31px;
	float:left;
	margin-left:38px;
}

#photo {
	float:left;	
	margin-top:10px;
}

#info ul {
	text-align:right;
	margin: 0 ; 
    padding: 0 ; 
	list-style:none;
	width:220px;
	margin-left:160px;
	margin-top:10px;

}

#info ul li{
    color: white ; 
    margin-bottom: 1px ;
	margin-bottom:10px;
	padding-right:10px;
}

#info ul li a{
	display: block ; 
	background: #2b3037 ; 
    text-align: right ; 
    text-decoration: none ; 
    padding: 5px 0 ;
	padding-right:10px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#505762;
}

#info ul li a:hover, #navigation li a:focus, #navigation li a:active {
	display: block ; 
	background: #505762 ;
    text-align: right ; 
    text-decoration: none ; 
    padding: 5px 0 ;
	padding-right:10px;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#9eadc3;
}

/*-----------------------------------------------------------------CONTACT*/

#bloc_gauche {
	margin-left:31px;
	width:356px;
}

#bloc_gauche p {
	padding:10px;
	padding-bottom:25px;
	margin:0px;
	float:left;
	text-align:justify;
}

#bloc_gauche img {
	padding:0px;
	margin:0px;
}

#formulaire {
	width:500px;
	height:232px;
	background-image:url(../img/formulaire.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:462px;
	margin-top:-210px;

}

#envoyer {
	float:right;
}

.envoyer {
display: block ; 
	background: #2b3037 ; 
    text-align: center ; 
	width : 100px;
	border:none;
    padding: 5px 0 ;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#505762;
}
.envoyer:hover{
	display: block ; 
	background: #505762 ;
    text-align: center ; 
	width : 100px;
	border:none;
    padding: 5px 0 ;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#9eadc3;
}

#envoyer ul {
	text-align:center;
	margin: 0 ; 
    padding: 0 ; 
	list-style:none;
}

#envoyer ul li{
    color: white ; 
}

#envoyer ul li a{
	display: block ; 
	background: #2b3037 ; 
    text-align: center ; 
    text-decoration: none ; 
    padding: 5px 0 ;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#505762;
}

#envoyer ul li a:hover, #navigation li a:focus, #navigation li a:active {
	display: block ; 
	background: #505762 ;
    text-align: center ; 
    text-decoration: none ; 
    padding: 5px 0 ;
	font-family:"Trebuchet MS", Arial;
	font-size:12px;
	color:#9eadc3;
}

#captcha {
	float:left;
	width:400px;
}

#logo {
	margin-left:28px;
	margin-top:5px;
}

#logo img {
	margin-right:10px;
}

/*-----------------------------------------------------------------FOOTER*/

#footer {
	width:990px;
	height:136px;
	background-image:url(../img/footer.jpg);
	margin-top:80px;
}

/*-----------------------------------------------------------------ACTUALITE*/

.texte {
	margin-left:31px;
	width:929px;
}

.blog{ margin-top:20px; margin-left:31px; width:860px;}
.blog p {font-size:12px; text-align:justify;}
.blog_date {width:63px; height:16px; display: block ; background-color:#505762; margin-bottom:5px; text-align:center;}
.blog_img {width:490px; height:200px; background-color:#FFFFFF; float:left; margin-right:20px;}
.blog_txt { height:170px;}
.blog_comment { margin-top:15px;}

.line2 { width:800px; height:1px; margin-left:auto; margin-right:auto; background-color:#383e47; margin-bottom:23px; margin-top:45px; list-style:none;}


/*-----------------------------------------------------------------PORTFOLIO*/

ul#portfolio2 { float: left; list-style: none; width: 990px;}
ul#portfolio2 li { float: left;  width: 200px; padding:20px; padding-left:10px;}
ul#portfolio2 a { display: block; width: 100%; font-family:"Trebuchet MS", Arial;font-size:12px}
ul#portfolio2 img { display: block; border:3px solid transparent; opacity:0.8;filter:alpha(opacity=80);}
ul#portfolio2 img:hover{ display: block; border:3px solid; border-color:white; opacity:1;filter:alpha(opacity=100);}


/*----------------------------------------------------------------FILTRE ACTU*/

ul#filter { font-size: 14px; list-style: none; width:990px; height:30px; margin-left:320px;}
ul#filter li {border-right: 1px solid #dedede; float: left; margin-right: 10px; padding-right: 10px; text-align:center; }
ul#filter li:last-child { border: none; margin-right: 0; padding-right: 0; }
ul#filter a { color: #9eadc3; text-decoration: none; }
ul#filter li.current a, ul#filter a:hover { text-decoration: none; color:#E749A0; }
ul#filter li.current a { color: #E749A0; font-weight: bold; }

ul#filter2 { font-size: 14px; list-style: none; width:990px; height:30px; margin-left:auto; margin-right:auto; text-align:center; padding-right:20px; padding-top:10px;}
ul#filter2 li {border-left: 1px solid #dedede; float: right; margin-left: 10px; padding-left: 10px; text-align:center; }
ul#filter2 li:last-child { border: none; margin-right: 0; padding-right: 0; }
ul#filter2 a { color: white; text-decoration: none; }
ul#filter2 li.current a, ul#filter2 a:hover { text-decoration: none; color:#E749A0; }
ul#filter2 li.current a { color: #E749A0; font-weight: bold; }

ul#portfolio { float: left; list-style: none; width: 990px;}
ul#portfolio li { float: left;  width: 100%;}
ul#portfolio a { font-family:"Trebuchet MS", Arial;font-size:12px}

