@charset "ISO-8859-1";

body {
	background: #eeeeff;
	margin: 0;
	padding: 0;
}

#page {
	width: 840px;
	height: 683px;
	margin: 10px auto;/*
	text-align: center;*/
	background: url(img/page_bg.jpg) no-repeat;
	font-family: "Trebuchet MS", "Times New Roman";
}

#entete {
	height: 130px;
}

#contenu {
	margin: 0;
	padding: 0;
	width: 840px;
}

#titre_site {
	text-align: center;
}

/**  Classes de textes **/
p {
	margin: 0;
	padding:7px 0;
}

h1 {
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 28px; /* 2em */
	letter-spacing: 3px;
	color: #50211b;
	padding: 10px 0 7px;;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 20px;
	letter-spacing: 2.7px;
	color: #3a580b;
	margin: 0;
	line-height: 14px;
}

h3{
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 1.1em;
	letter-spacing: 0.07em;
	color: #3a580b;
	margin: 0 0 0 75px;
	padding:7px 0;
}

h4 {
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 0.85em;
	letter-spacing: 0.07em;
	color: #3a580b;
	margin: 0;
}

#texte p, #texte ul {
	font-size:0.86em;
	line-height: 1.5em;
	text-align: justify;
	color: #50211b;
	margin:0;
	padding:7px 0;
	width: 575px;
}

#texte li {
	list-style:disc;
}

#texte p.droite, #texte ul.droite {
	width:auto;
}

#pied p {
	font-size:0.85em;
	line-height: 1em;
	color: #3a580b;
	padding: 0;
}

/****    Listes spécifiques      *******/   

#texte ul.overflowlist {
	float:right;
	overflow:auto;
	width:400px;
}

#texte ul.overflowlist li {
	margin-left: 15px;
	line-height:21px;
	margin-bottom:4px;
}

#texte ul.overflowlist li ul {
	float: none;
	width: 370px;
}

#texte ul.overflowlist li ul li {
	list-style: circle;
	font-size:110%;
}

#texte ul.imgscroll {
	height:360px;
	overflow-y:auto;
	width:600px;
	overflow-x: hidden;
}

#texte ul.imgscroll li {
	 margin-left: 292px;
	 width: 275px;
}

#texte ul.imgscroll li ul {
	width: 290px;
}

#texte ul.imgscroll li ul li {
	margin-left: 0;
	width:275px;
}

#texte ul.imgscroll img {
	margin:-5px 0 0 -2px;
	clear: both;
}
	

/**  Liens   **/
/**    rouge foncé: #50211b;    rouge + foncé: #381510;    vert foncé: #3a580b;    vert pâle: #8EAF5C;    bleu a: #265391;    bleu hover: #869bb7;    **/

#titre_site h1 a {
	color: #381510;
	text-decoration: none;
}

#titre_site h1 a:hover {
	color: #50211b;
	text-decoration: none;
}

#titre_site a:active {
	color: #50211b;
	text-decoration: none;
}

#titre_site a:visited {
	color: #381510;
	text-decoration: none;
}


#contenu a {
	color: #265391;
	text-decoration: none;
}

#contenu a:hover {
	color: #3a580b;
	text-decoration: none;
}

#contenu a:active {
	color: #265391;
	text-decoration: none;
}

#contenu a:visited {
	color: #265391;
	text-decoration: none;
}

span.ext {
	background:transparent url(img/external.png) no-repeat scroll right center;
	padding-right:12px;
}
	
/***  MENU  ***/
#menu {
	z-index:100;
	width: 810px;
	visibility: visible;
	float: none;
	margin: 0 auto;
}

#menu a {
	color: #50211b;
	text-decoration: none;
}

#m1 a, #m2 a {
	background: url(img/menu_a.png) repeat;
	letter-spacing: 0.05em;
}

ul#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

ul#sddm li {
	list-style: none;
	float: left;
	margin: 0;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 15px;
	letter-spacing: 0.175em;/* 0.05em;*/
	color: #50211b;
	line-height:1.3em;
	width: auto;
	background: #ffffff;
	border-right: #50211b solid 1px;
}

ul#sddm li.ici, ul#sddm li.ici a.ici {
	background: #d5e8b5;
}

ul#sddm li.ici div a {
	background:  url(img/menu_a.png) repeat;}

ul#sddm li.last {
	border-right: 0;
}

.souspage1 ul#sddm li.first {
	border-left: #50211b solid 1px;
	margin-left: -1px;
}

ul#sddm li.first:hover {
	border-left: #50211b solid 1px;
	margin-left: -1px;
}

ul#sddm li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 35.5px; /* 0 15px?? */
}

ul#sddm li a.smenu {
	background-image: none;
}

ul#sddm li div#m1 a, ul#sddm li div#m2 a {
	margin-left:-1px;
	padding-left:37px;
}

ul#sddm li:hover {
	background-color: #d5e8b5;
	background-image:none;
}

ul#sddm li:hover a {
	color: #3a580b;
	/*background: url(img/menu_a.png);
	margin: 0 -4px;
	padding: 0 4px;*/
}

ul#sddm li #m1 a:hover, ul#sddm li #m2 a:hover {
	background: #d5e8b5;
}

ul#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

	ul#sddm div a {
		position: relative;
		display: block;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font-size: 0.9em;
		line-height: 1.25em;
		margin: 0 0 0 -4px;
		padding: 0 0 0 4px;
		float: none;
		border-left: #50211b solid 1px;
	}
	
	ul#sddm div#m1 a {
	width: 153px;}
	
	ul#sddm div#m2 a {
	width: 136px;}

	ul#sddm div a:hover {
		color: #3a580b;
	}
	
	/***   Sous-menu restent visibles pour les sous-pages  
	
	#entete.souspage1 #m1 {
		visibility:visible;
	}
	
	#entete.souspage2 #m2 {
		visibility:visible;
	}
	
	#entete.souspage1 li.smenu1 a, #entete.souspage2 li.smenu2 a {
		background: url(img/menu_a.png) repeat;
	}
	
	#entete.souspage1 li.smenu1 a.smenu, #entete.souspage2 li.smenu2 a.smenu {
		background: none;
	}***/
	
	/****  item de menu en attente   *****/

	.enAttente {
		display: none;
	}


/******   Display Contenu *******/

#contenu #titre {
	border-bottom:1px solid #3a580b;
	margin: 0 200px 0 240px;
	text-align:left;
	width:400px;
	padding: 0;
}

#contenu #menu_2 {
	text-align:left;
	padding: 2px 0 0 0;
	height: 16px;
	float: none;
	width:auto;
}

#contenu #menu_2 h4 {
	float: none;
	margin: 0 0 0 280px;
	width:auto;
}

#contenu #texte {
	margin:20px 65px 20px 200px !important;
	width:575px;
	height:450px;
}

#contenu #texte h3 {
	text-align: left;
	width: 500px;
}

/*#map_canvas {
	margin: 0 0 0 120px;
}*/

#texte img {
	float: left;
	margin: 10px 10px 10px 0;
}
#page #pied {
	padding:7px 0 0 180px;
	width:660px;
}
