@charset "UTF-8";
/* CSS Document */

/*-------------------- RESET GLOBAL DE LA PAGE ------------------------------------------------*/
* {
	margin:0; 
	padding:0px; 
	border:0;
	list-style-type: none;
	
}
/*-------------------- DEBUT STYLE  GLOBAL ------------------------------------------------*/
a:link {
	color: #1e1e1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1e1e1e;
	
}
a:hover {
	text-decoration: none;
	color: #541e26;
}
a:active {
	text-decoration: none;
	color: #1e1e1e;

}
ul li{
	list-style-type: none;
}
#actu h2, #mail h2{
	color: #812c38;
	font-family: trajanus;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}

.sous-titres {
	color: #812c38;
	font-family: "trajanus";
	font-size: 16px;
}

time {
	font-size: 16px;
	line-height: normal;
	font-style: normal;
}
p {
	padding-top: 10px;
	text-align: left;
}

span {
	font-family: "trajanus";
	color: #aa4150;
	text-decoration: none;
}


#main {
	width: 960px;
	margin:0 auto;
	margin-top:20px;
}


body {
	background-image: url(../images/bckgnd2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
header {
	width: 960px;
	text-align: left;
	
}
#logo {
	float: left;
	width:480px;
	text-align:center;
}


/*-------------------- FIN STYLE  GLOBAL ------------------------------------------------*/
/*-------------------- DEBUT STYLE SUR LES CITATIONS ------------------------------------------------*/
#citation {
	float: left;
	background-image:url(../images/citation.png);
	width:480px;
	height:159px;
}

#txtlzr {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	/*width: 480px;*/
	margin: 0px auto;
	/*border: 1px solid red;*/
	height: 159px;
	padding: 40px 80px 0px 80px;
}
/*-------------------- FIN STYLE SUR LES CITATIONS ------------------------------------------------*/
/*-------------------- DEBUT STYLE SUR LE MENU ------------------------------------------------*/
nav {
	padding-left: 145px;
	/*margin-right:140px;*/
	float: left;
	font-family: "trajanus";
	font-size:18px;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	/*zoom: 1;*/
	width: 815px;
}

nav ul li {
	float: left;
	position: relative;
	
}
	
nav a {
	float: left;
	padding: 12px 12px;
	color: #1e1e1e;
	text-transform: uppercase;
	text-decoration: none;
	/*text-shadow: 0 1px 0 #000;*/
	font-family:"trajanus";
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;

}
	
nav ul li:hover > a {
	/*text-shadow:none;*/	
	border-top: 1px solid #aa4150;
	border-bottom: 1px solid #aa4150;
	color: #aa4150;
	/*background-image: -moz-linear-gradient(#f9f9f9,  #9A9A99);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#9A9A99));
	background-image: -webkit-linear-gradient(#f9f9f9,  #9A9A99);
	background-image: -o-linear-gradient(#f9f9f9,  #9A9A99);
	background-image: -ms-linear-gradient(#f9f9f9,  #9A9A99);
	background-image: linear-gradient(#f9f9f9,  #9A9A99);*/
	
}
	
*html nav li a:hover { /* IE6 only */
	color: #fafafa;

}

/*-------------------- FIN STYLE SUR LE MENU ------------------------------------------------*/
/*-------------------- DEBUT STYLE SUR LA DIV ARIANE ------------------------------------------------*/

#ariane {
	float: none;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	width: auto;
	margin-bottom: 15px;
}


#ariane a:link {
	color: #1e1e1e;
	text-decoration: none;
	font-style: italic;	
	padding-left:10px;
	padding-right:10px;
	
}
#ariane a:hover {
	color: #541e26;	
	border-radius: 3px 3px 3px 3px;
	background-color:#999;
	padding-left:10px;
	padding-right:10px;
}

/*-------------------- FIN STYLE SUR LA DIV ARIANE ------------------------------------------------*/
/*-------------------- DEBUT STYLE SUR LES DIV CONTENT, LEFT et SIDEBAR ------------------------------------------------*/
#actu h2, #mail h2{
	color: #812c38;
	font-family: trajanus;
	font-size: 18px;
	border-bottom: 1px solid #666;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: lighter;
}

#content {
	float: left;
	padding: auto;
	height: auto;
	margin-top: -6px;
	width: 960px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;	
	background-image: url(../images/logo_sdn-01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#left {
	float: left;
	width: 560px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 35px;
}
#sidebar {
	float: left;
	width: 267px;
	padding-left:113px;
}

#illustration {
	float: left;
	margin-left: 18px;
	-moz-box-shadow: 2px -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 2px -1px 2px rgba(255,255,255,.3);
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	
}

#illustrationI {
	float:left;
	-moz-box-shadow: 2px -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 2px -1px 2px rgba(255,255,255,.3);
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	
}
#content #left p #Titre {
	float: left;
}
#titre_actu{
	height:20px;
	color:#666;
}
#mail {
	/*background-color:#869491;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;*/
	margin-top: 25px;
	padding: 10px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;	
}


#actu {
	display:none;
}
#actu a{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration:none;
}

#actu a:hover{
	color:#aa4150;
	text-decoration:underline;
}

#liens_relatifs {
	/* [disabled]background-color: #F1F3F3; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 15px;
}
#illustration_center{
	-moz-box-shadow: 2px -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 2px -1px 2px rgba(255,255,255,.3);
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	margin-left: 126px;
	margin-top: 15px;
	}
	
#illustration_left{
	-moz-box-shadow: 2px -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 2px -1px 2px rgba(255,255,255,.3);
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	margin-top: 15px;
	}	


/*-------------------- FIN STYLE SUR LES DIV CONTENT, LEFT, SIDEBAR, ACTU, MAIL ------------------------------------------------*/
/*-------------------- DEBUT STYLE SUR FORMULAIRE DE CONTACT ------------------------------------------------*/
#nom {
	background-color:#999;
	width:100%;
}
#prenom {
	background-color:#999;
	width:100%;
}

#mail2 {
	background-color:#999;
	width:100%;
}
#6_letters_code {
	background-color:#999;
	width:100%;
}

#comment {
	background-color:#999;
	width:100%;
}
#submit  
{ 
	background-color: #F3F3F3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F3F3F3), color-stop(50%, #DDD), color-stop(50%, #D2D2D2), color-stop(100%, #DFDFDF));
	background-image: -webkit-linear-gradient(top, #F3F3F3 0%, #DDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -moz-linear-gradient(top, #F3F3F3 0%, #DDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -ms-linear-gradient(top, #F3F3F3 0%, #DDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -o-linear-gradient(top, #F3F3F3 0%, #DDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: linear-gradient(top, #F3F3F3 0%, #DDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F3F3', endColorstr='#DFDFDF'); /* IE6 et IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F3F3F3', endColorstr='#DFDFDF')"; /* IE8 */
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #B4B4B4;
	border-right: 1px solid #DFDFDF;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #D5D5D5, 0 -1px 2px 1px #EFEFEF;
	box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #D5D5D5, 0 -1px 2px 1px #EFEFEF;
	color: #000;

	text-shadow: 0 1px 1px white;
	width: 75px;
}
/*-------------------- FIN STYLE SUR FORMULAIRE DE CONTACT ------------------------------------------------*/


/*-------------------- DEBUT STYLE SUR LE FOOTER ------------------------------------------------*/
footer {
	clear: both;
	float: left;
	margin-top: 25px;
	clear: both;
	width: 960px;
	text-align: center;
	border-top: #000 solid 1px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/*-------------------- DEBUT STYLE GOGGLE MAP ------------------------------------------------*/

#map{
	position: relative;
	width:625px;
    height: 350px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	border:solid 1px #999;
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	
	}
/*-------------------- FIN STYLE GOGGLE MAP ------------------------------------------------*/
a#charte_ethique {
	width:auto;
	height:90px;
	display:block;
	background-image: url(../images/charteethique_eu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a#charte_ethique:hover {
	background: url(../images/charteethique_eu.jpg)no-repeat 0 -90px;
	background-position: bottom center;
	
	}

/*-------------------- FIN STYLE SUR LE FOOTER ------------------------------------------------*/
