@charset "windows-1252";

* {margin: 0; padding: 0;}
html, body {height: 100%;}

body {
	font-family: arial, tahoma, helvetica, "sans serif";
	font-size: 12pt;
	color: #444;
	background: url(../images/degrade_haut.jpg) repeat-x top;
	text-align: center;
}

ul {margin: 1em 0 1em 20px;}
li {list-style-type: square; list-style-position: inside;}
h1 {color: #666;}
h2 {color: #09F; font-family: "trebuchet ms"; border-bottom: 2px #DDD dotted; margin-top: 20px; padding-top: 10px; clear: both;}
h3 {margin: 1em auto;}

a:link {color: #F93;}
a:visited {color: #F93;}
a:hover {text-decoration: none;}
a:active: {color: #000;}

.bleu {color: #09F; font-weight: bold;}

#main_tab {width: 80%; margin: 0 auto; text-align: left;}


#bandeau_sup {width: 60%; height: 230px; display: none;}
#bandeau_sup h1 {font-size: 1.2em; padding-top: 10px;}
#bandeau_sup p {margin: 25px 0 0 100px;}
#logo_haut {border: 0; width: 200px; float: left; margin: 5px;}
#menu_haut {margin-top: 30px;}
#menu_haut a {
	display: block;
	height: 42px; width: 155px;
	float: left;
	margin: 5px;
	border: 0;
	background-position: center; background-repeat: no-repeat;
	color: white; font: bold 1.1em "trebuchet ms";
	text-align: center;
	text-decoration: none;
}
a.fond_orange {background-image: url(../images/fond_btnorange.png);}
a.fond_gris {background-image: url(../images/fond_btngris.png);}

#img_principale {border: 0; width: 900px; height: 300px; margin-top: 1em;}

#contenus {width: auto; font-size: 0.9em; margin-top: 1em;}

a.bloc_version {
	display: block;
	float: left;
	width: 200px; height: 100px;
	background: #FFF url(../images/fond_blocversion.png) no-repeat center;
	border: 0;
	padding: 5px;
	margin: 10px;
	text-decoration: none;
}
a.bloc_version h1 {font-size: 1.2em; height: 50px; width: 150px; margin: 10px 0 0 10px;}
a.bloc_version p {color: #09F; font-size: 1.1em; text-align: right; margin-right: 10px; font-weight: bold;}

#actualites {background-color: #EFEEEE; margin: 10px; padding: 10px; border: 2px #666 solid;}
#actualites h1 {padding: 10px 0 20px 10px; font-size: 1.8em; text-decoration: underline;}

#baspage {width: 80%; clear: both; text-align: center; margin: 1em auto; border-top: 5px #DDD solid; padding-top: 1em;}
