/* CSS par wizardman */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#9eaeb7;
}

body {
	height:100%;
	font:normal 80% "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#000;
}

#clear {
	clear:both;
}

#page {
	margin-right:auto;margin-left:auto;margin-top:5px;margin-bottom:100px;
	width:802px;
	border:2px solid #e21b40;
}

#contenu {
	width:100%;
	border:0 solid #FFF;
	text-align:left;
	background-color:#ffdddd;
}

#partie_gauche {
	width:238px;
	float:left;
	background-color:#ffdddd;
}	

#partie_droite {
	width:550px;
	float:right;
	background-color:#ffdddd;
}	

#header {
	width:100%;
	height:100px;
	background:url('./images/interface/f_logo.png') top no-repeat;
	border-bottom:0 solid #FFF;
	text-indent:75px;
}	

#header h1 {
	font:normal 1.8em Myriad,Tahoma, Verdana,Helvetica,sans-serif;
	color:#505A63;
	padding-top:25px;
	display:none;
}

#header p {
	font-size:100%;
	color:#505A63;
	text-indent:85px;
}

#menu {
	width:100%;
	text-align:center;
	margin-top: 0;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	width:229px;
	height:46px;
	background:url('images/interface/f_menu.jpg') top no-repeat;
}

li.style1 {border-left:9px solid #e34b67;}
/*li.style1:hover {border-left:9px solid #D09413;}*/

li.style2 {border-left:9px solid #e33958;}
/*li.style2:hover {border-left:9px solid #D09413;}*/


li.style3 {border-left:9px solid #e3294b;}
/*li.style3:hover {border-left:9px solid #D09413;}*/


li.style4 {border-left:9px solid #e31b40;}
/*li.style4:hover {border-left:9px solid #D09413;}*/


li.style5 {border-left:9px solid #e31037;}
/*li.style5:hover {border-left:9px solid #D09413;}*/


#menu a {
	height:31px;
	padding-top:15px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
}

#menu a:hover {
	height:31px;
	padding-top:15px;
	display:block;
	color:#fff;
	text-decoration:underline;
	font-weight: bold;
}

#logo {
	margin-left:0;
	margin-top:130px;
}

#bloc {
	float:left;
	width:100%;
	margin-top: 30px;
}

#bloc p {
        padding-bottom:20px;
        text-indent:0;
        margin-left:15px;
        margin-right:15px;
}

#bloc h2 {
        margin-left:50px; 
        text-align: left;
        margin-bottom:20px;
        border-bottom:3px solid #d57300;
        padding-left:2px; 
        font-size:170%; 
        color:#262626; 
}

#footer {
	background:#ff6767;
	text-align:center;
	font-size:0.9em;
	padding-top: 10px;
}

p.info {
	background:#E7C966;
	width:300px;
}

a.fiche {
	font-size:1.5em;
	color:red;
}

a { color:#000000; text-decoration:underline; font-weight:none; }
a:hover { font-weight:none; text-decoration:none; }
img { border:none; }

a.admin {
	color: #CE9908;
}
a.admin:hover {
	color: #000;
	text-decoration: underline;
}

#partie_droite a { color: #000066; font-weight: bold; }

p.mod { margin-top: 5px; margin-right: 5px; }
