/* CSS Document style 1*/

/* ___________________ Mise en page générale _____________*/

body {
	margin: 0;	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	background: #EEE;

}

a {
	/*text-decoration: none;*/
	bottom: 100px;
	clip: rect(auto,auto,100px,auto);
	border-right-color: #FF0000; 	border-bottom-color: #FF0000; 	border-left-color: #FF0000;
}

p {
	margin: 0 0 1em;
	color: #000000;
}

/* ___________________ Styles de bandeau __________________ */

#bandeau {
	display: block;
	position: absolute;
	top: 5px; left: 10px;
	padding: 0px; margin: 0px;
	height: 93px; width: 97%;
	background-color: #CCCCFF;
}

div#bandeau img{
	position: relative;
	left: 15px; top: 3px;
}

div#bandeau h3.efrouard{
	font-style: oblique; font-size: 24px;
	position: absolute;
	height: 25px; width: 8em; left: 100px; top: 30px;
	padding: 0px; margin: 0px;
	color: #FFFFFF;
}

div#bandeau h3.rubrique{
	font-size: 24px;
	height: 25px; width: 15em;
	top: 30px;
	position: absolute;
	visibility: visible;
	margin: 0px; padding: 0px;
	color: #FFF;
	float: left;
	right: 100px;
}

#entete {
	display: block;
	margin-top: 0em;
	margin-right: 0.25em;
	margin-bottom: 0em;
	margin-left: 0.25em;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0.25em;
}

#liens-horizontaux {
	position: relative;
	height: 1.8em;
	margin: 0;
	padding-top: 8px;
	padding-right: 1%
	left: 1%; bottom: 0px;
	padding-left: 15px;
	/*list-style-type: none;*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: white; /*#334d55;*/
	width: 98%;
	padding-right: 0px;
	padding-bottom: 0px;
}
#liens-horizontaux li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	/*border-color: #000;*/

}

#liens-horizontaux li.last {
	border-right-width: 0;
}

#liens-horizontaux a {
	color: #686397;
}

/* _____________________________Partie principale ________________*/

#contenu {
	color: #000066;
	padding-top: 1px; padding-right: 5px; padding-bottom: 1px; padding-left: 4px;
	background-color: #EEE;
	position: absolute;
	left: 22%; width: 73%; top: 110px; height: auto;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-style: normal; line-height: normal; text-align: left;
	margin-right: 30px; 	margin-left: 30px;
}

#contenu p {
	font-size: 14px;
	color: #000066;
	text-indent: 0px;
}

#contenu h5 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000066;
	padding-left: 20px;
	text-align: left;
	text-indent: 0px;
}

#contenu h4 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000066;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
}

#contenu h3 {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000066;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
}

#illustration_1 {
padding: 0; margin-left: 5px;
position: relative;
width: 350px; hight: auto;
/*border: thin solid gray;*/
float: right;

}




/* ________________ Bandeau gauche ________________*/

#nav {
	position: absolute;
	left: 15px;
	top: 110px;
	width: 190px;
	background: #FFF;
	padding: 0px; margin: 0;
	height: auto;
	border-style: double;
	border-width: 1px;
	border-color: gray;
	}
#nav h4{
	width: 190px;
	height: 1.5em;
	position: relative;
	top: 0px;
	left: 5px;
	color: #334d55;
	line-height: 1.5em;
	text-align: left;
	text-indent: 5px;
	text-decoration: underline;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-top: 0em;
	}

#nav ul{
	position: relative;
	height: auto;
	width: 190px;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0em;
	padding-left: 2.5em;
	font-size: small;
}

#nav li{

	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 158px; top: 0; left: 15 px;
	height: 1.6em;
	left: 20px;
	color: #99CCFF;
}

div#nav li:hover {background: #EBB;}


#nav li a{
	/*text-decoration: none;*/
}

#nav p{
	height: auto;
	width: 190px;
	padding-left: 0.5em;

}


