* { margin:0;padding:0; }

html {
	height:100%;
	background:#FED152;

}

body {
	height:100%;
	background:url(../images/bg-top.png) left top repeat-x;
	font:normal 80% "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#333333;
}

#page {
	margin-top:10px;margin-right:auto;margin-left:195px;
	width:802px;
	border:outset 7px #5E605D
	
}

#clear {
	clear:both;
}

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

#partie_gauche {
	width:238px;
	float:left;
	background-color:#7C7E79;
	text-align:center;
}	

#boiteinfo {
	width:220px;
	background-color:#FED152;
	text-align:center;
	border:outset 7px #5E605D;
	height:175px;
	}

#partie_droite {
	width:562px;
	float:left;
	background-color:#FFF;
}	

#header {
	width:800px;
	height:152px;
	background:url('./images/interface/titre.jpg') top no-repeat;
	border-bottom:0px solid #FFF;
	border-left:0px solid #0000FF;
	text-indent:75px;
}	

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

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

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

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

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

}

li.style1 {border-left:0px solid #0000FF;}
li.style2 {border-left:0px solid #0000FF;}
li.style3 {border-left:0px solid #0000FF;}
li.style4 {border-left:0px solid #0000FF;}
li.style5 {border-left:0px solid #0000FF;}

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

#menu a:hover {
	height:31px;
	padding-top:15px;
	display:block;
	color:#FF0000;
	text-decoration:none;
	background:url('images/interface/f_menu2.jpg') top no-repeat;
}

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

#bloc {
	float:left;
	width:100%;
}

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

#bloc h2 {
        margin-left:50px; 
        margin-top:0px; 
        margin-bottom:20px;
        border-bottom:3px solid #262626;
        padding-left:2px; 
        font-size:120%; 
        color:#262626; 
}

a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; text-decoration:underline; 
}

a.image { 
display:block; 
width:229px; 
height:46px;
margin-left:150px; 
background: url('images/interface/f_menu1.gif') no-repeat; 
}  

a.image:hover 
{ 
background:url('images/interface/f_menu2.gif') no-repeat; 
} 

