* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #09c;
	text-decoration: none;
}
a:visited {
	color: #4FA3DA;
	text-decoration: none;
}
a:hover {
	color: #f65077;
	text-decoration: underline;
}
a img {
	border: none;
}

dl, dt, dd, ul, li, p {
	list-style-type: none;
	font-size: 12px;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
}
h2 {
	font: bold 14px/15px verdana, arial, helvetica, sans-serif;
	padding-top: 3px;
}
h2 img {
	margin-right: 5px;
}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
}

h4 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	text-align:left;
	color:#f65077;
}

img {
	vertical-align: middle;
	margin: 2px;
}

p {
	margin: 1px 3px 3px 2px;
	text-align: justify;
	line-height: 15px;
}

q {
	font-style: italic;
}

input, textarea, .submit {
	border: 1px solid #4FA3DA;
	background: #fff;
}

input {
	color: #4FA3DA;
	font-weight: bold;
	padding: 3px;
	margin: 1px;
}

select {
	font: bold 1em/1.2em Verdana, Helvetica, Geneva, sans-serif;
	color: #4FA3DA;
	margin-left: 4px; 
	padding: 2px 0.5em;
	margin: 1px;
}


input.submit {
	border: 3px double #7AA62F;
	color: #FF8400;
	font: bold 14px Arial, "Trebuchet MS", Verdana, sans-serif;
	padding: 1px;
	cursor: pointer;
}

textarea {
	color: #4FA3DA;
	font: 1em Verdana, Helvetica, Geneva, sans-serif;
	margin: 1px;
}

legend {
	color: #333;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

fieldset {
	border: 1px solid #bbb;
	text-align: left;
	padding: 10px;
}

/*Tout ce qui concerne les onglets de recherche */
.tablink {
	display:inline; /*mandatory*/
	margin-right:.2em;
	padding-left:1em;
	padding-right:1em;
	color:#09c;
	font-size:11px;
	font-family:arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
#menulink {
	width:600px;
}
.tab {
	font-family: verdana,arial,sans serif;
	background-color:#eee; 
	padding:10px;
	width:600px;
	color:#333;
	/* blind border hack to display background colour in Netscape 4.x */
	border-bottom:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
}

.erreur {
	color: #FF0000;
	font-weight:bold;
	text-align:center;
}

.confirm {
	font-weight:bold;
	text-align:center;
	font-size: 12px;
}

.important {
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.petit {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}

.right {
	text-align: right;
}

/*------------------------------------structure du site----------------------------------*/

html, body {
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
	background-color: #f1f6fb;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	color: #666;
}
body {
	font-size: 10px;
}

div#container {
	position: absolute;
	z-index: 1;
	top : 0;
	left : 0;
	text-align: center;
	padding: 0;
	width: 100%;
	/*margin: auto;
	background-color: #fff;
	border: 1px solid #235587;*/
}

div#header {
	background-color: #1D87EF;/*#235587;*/
	margin: 0 20px 0 10px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
}

div#content {
	clear: both;
	text-align: left;
}

div#footer {
	clear: both;
	width: 470px;
	height: 30px;
	margin: auto;
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	color: #FF6600;
}

/*-------------------------------------------header -------------------------------------*/

#menu_top {
	/*position: relative;
	top: 0;
	z-index: 100;*/
	width: 90%;
	margin: auto;
}
#menu_top dl {
	float: left;
	width: 10em;
}
#menu_top dt, #menu_top dt a {
	text-align: center;
	font-weight: bold;
	background: #1D87EF;/*#235587;*/
	display: block;
	color: #fff;
}
#menu_top dt {
	/*border: 1px solid #fff;*/
	cursor: pointer;
}
#menu_top dd {
	display: none;
	border: 1px solid #fff;/*#235587;*/
}
#menu_top ul {
    position: absolute;
    top: 3em;
    z-index: 10002;
}
#menu_top li {
	text-align: left;
	padding-left: 0.5em;
	background: #fff;
	width: 14em;
}
#menu_top li a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu_top li a:hover, #menu_top li a:focus, #menu_top dt:hover, #menu_top dt:focus, #menu_top dt a:hover, #menu_top dt a:focus {
	background: #fff;/*#235587;*/
	color: #1D87EF;
}

div#header_content {
	width: 780px;
	margin: 20px auto 5px auto;
	padding: 5px 0;
}
	
div#banner {
	width: 474px;
	/*height: 270px;*/
	float: left;
}

div#banner0 {
	/*height: 60px;
	width: 468px;
	margin: auto;
	margin-bottom: 4px;*/
	display: none;/* cache la pub */
}

div#banner1 {
	height: 200px;
}

#banner1 a img {
	border: 3px solid #999;
	margin: 0;
}

#banner1 a:hover img {
	border-color: #32CD32;
}

div#last_news {
	text-align: left;
	margin-top: 5px;
	/*height: 270px;*/
	width: 300px;
	float: right;
}

#last_news ul {
	margin-left: 10px;
}

#last_news li {
	padding: 5px;
}

#last_news li a {
	display: block;
	color: #32CD32;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #f1f6fb;
}

#last_news a span {
	font-weight: 700;
	color: #fff;
	background-color: transparent;
	padding-left: 6px;
}

#last_news li a:hover, #last_news li a:active, #last_news li a:hover span, #last_news li a:active span {
	color: #FFCC00;
	background-color: transparent;
	border-bottom: 1px solid #3399ff;
	font-size: 1em;
	font-weight: bold;
}

#header p {
	clear: both;
	color: #fff;
	font-weight: bold;
	font-size: 15pt;
	margin: 2px;
	padding-bottom: 2px;
	text-align: center;
}

/*------------------------------------------content------------------------------*/

div#sidebar {
	width: 230px;
	margin: 5px 10px;
	float: left;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	text-align: left;
}
#sidebar1, #sidebar2, #sidebar3, #sidebar4 {
	padding: 0 5px;
}
#sidebar1, #sidebar4 {
	text-align: right;
	padding-right: 10px;
}
#sidebar1 a, #sidebar2 a {
	color: #FFF;
	font-weight: bold;
}
#sidebar1 a:hover, #sidebar2 a:hover {
	text-decoration: underline;
}
#sidebar1 h2, #sidebar2 h2, #sidebar3 h2, #sidebar4 h2 {
	text-align: center;
	padding: 8px;
}

div#sidebar1 {
	height: 169px;
	background-image: url("../images/sidebar_part_2.gif");
}

div#sidebar2 {
	height: 156px;
	background-image: url("../images/sidebar_part_3.gif");
}

div#sidebar3 {
	height: 384px;
	background-image: url("../images/sidebar_part_1.gif");
	margin-top: 10px;
}
#sidebar3 ul {
	margin-top: 5px;
	margin-left: 20px;
}
#sidebar3 li {
	border-bottom: 1px dotted #FFFFFF;
	width: 170px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url("../images/bullet_02.jpg");
}
#sidebar3 li a {
	display: block;
	font-weight: bold;
	color:#fff;
}
#sidebar3 li a:hover {
	display: block;
	font-weight: bold;
	color: #3399FF;
	background-color:#FFFFFF;
}
div#sidebar4 {
	height: 111px;
	background-image: url("../images/sidebar_part_4.gif");
	color: #FF6600;
	margin-top: 10px;
}
#sidebar4 a {
	color: #CC0000;
	font-weight: bold;
}

div#middle, .middle_bis {
	margin: 20px 20px 20px 260px;
	padding: 10px;
	border:1px solid #235587;
	background-color: #fff;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
}

#limites {
	text-align: center;
	margin: 20px 20px 20px 260px;
	background-color: #fff;
	padding: 10px;
}

/*------------------------------------------footer-------------------------------*/

#footer a {
	color: #CC0000;
}