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


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}
a:link {
	color: #0C4674;
}
a:visited {
	color: #0C4674;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FCCD39;
}
body {
	background: #006699 url(pictures/fond.jpg) repeat-x;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #18214A;
}
#header {
	height: 153px;
}
#contenu {
	margin: auto;
	width: 760px;
	background: #FFFFFF url(pictures/haut-contenu.jpg) no-repeat top;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #BACA5D;
}
#footer {
	margin: auto;
	width: 790px;
	padding: 5px;
	color: #A3D8F5;
	border-top: 1px solid #F8CA38;
}

#footer a {
	color: #FECC39;
}

.clearfloat {   /* pour <br class="clearfloat" /> */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clignote {
	text-decoration: blink;
}
.underline {
	text-decoration: underline;
}
/*menu*/

#nav {
/*padding-top: -5px;*/
	/*margin-top: 5px;*/
}
#nav, #nav ul {
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:30px;
}
#nav a {
	display:block;
	padding:0px 5px;
	color:#18214A;
	text-decoration:none;
	/*background-color:#FECC39;*/
	text-align: center;/*border: 1px solid #660000;*/
	font-size: 13px;
}
#nav a:hover {
	background-color:#B3C74D;
	color:#333;
}
#nav li {
	float:left;
	position:relative;
	width: 160px;
}
#nav ul {
	position:absolute;
	display:none;
	width:160px;
	top:1.5em;
	padding-top:14px;
}
#nav li ul a {
	width:160px;
	height:auto;
	float:left;
	text-align: left;
	background-color:#FECC39;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
#contenu ul {
	padding-left: 50px;
}

h1 {
	color: #103965;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.vert {
	color: #669900;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.imagedecall {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.cadreimage {
	border: 1px solid #006699;
	padding: 5px;
}

fieldset {
	padding: 20px;
	background: #FFFFCC;
	border: 1px solid #C2D16B;
	margin: 20px 5px;
}
.conception {
	font-size: 11px;
	color: #A3D8F5;
}
.conception a a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	/*color: #A3D8F5;*/
	font-weight: normal;
}
