body {
	background-position: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #fff7de;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

html {
    scrollbar-face-color:#c9c8c1;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#000000;
}

#container {
margin: auto;
    background-color: #333333;
    scrollbar-face-color:#666666;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#888888;
	scrollbar-track-color:#000000;
}

#page {
	width:922px;
	margin-top: 15px;
	background: url('midbg.jpg');
	background-repeat: repeat-y;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #d2bba2;
	border-bottom: 2px solid #d2bba2;
	
	color: #777;
	padding: 20px 0 60px 0;
}

#contenu {
	width:800px;
	padding: 0 60px 0 60px;


}

#entete {
	width:802px;
	height: 75px;
    border-bottom:1px solid #c60420;
}

#bloc {
	width:802px;
        height:80px;
}

#blocgal {
	width:802px;
        height:30px;
}

.image {
	border: 1px solid #555;
	}
a:link .image { border-color: #777;}
a:visited .image { border-color: #777;}
a:hover .image { border-color: #ffffff;}

#titre {
	width:802px;
    height:30px;
    color: #777777;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 54px;
    text-decoration: underline;
    
}

h1 {
	color: #555555;
	text-align: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

h3 {
	color: #555555;
	text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 1px;
    font-style: none;
}

h5 {
	color: #777777;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: none;
}

.note {
	color: #777777;
	font-size: 12px;
	text-align: justify;
	line-height: 140%;
    font-family: Verdana, Arial, sans-serif;
}

.texte {
	color: #777777;
	width: 600px;
	height: 140px;
	font-size: 12px;
	text-align: justify;
	line-height: 140%;
    font-family: Verdana, Arial, sans-serif;
}

a:active, a:focus, a:link, a:visited {
	font-size: 12px;
	color: #777777;
    font-family: Verdana, Arial, sans-serif;
	text-align: center;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #9f0f3c;
	text-align: justify;
	font-style: none;
	text-decoration: none;
}

.dirname {
	font-size: 100%;
	color: #777777;
}



.dirname a:link {
	font-size: 12px;
	color: #777777;
    font-family: Verdana, Arial, sans-serif;
	font-style: none;
	text-align: center;
	text-decoration: none;
}


.dirname a:visited {
	font-size: 12px;
	color: #777777;
    font-family: Verdana, Arial, sans-serif;
	font-style: none;
	text-align: center;
	text-decoration: none;
}

.dirname a:hover {
	text-decoration: none;
	color: #9f0f3c;
}

.dirname a:active {
	font-size: 12px;
	color: #777777;
    font-family: Verdana, Arial, sans-serif;
	font-style: none;
	text-align: center;
	text-decoration: none;
}






/****************** Menu ********************/

div#boxmenu {
	clear:both;
	float:right;
	width:802px;
	height:30px;
}

#menu {
list-style-type: none;
}

#menu li {
float: right;
list-style-type: none;
}

#menu a {
	padding: 4px;
	margin-left: 15px;
	font-size: 12px;
	color: #777;
    font-family: Verdana, Arial, sans-serif;
	font-style: none;
	letter-spacing: 1px;
	text-decoration: none;
}

/* Styles pour les liens survolŽs ou sŽlectionnŽs au clavier*/
#menu a:hover, #navigation a:focus {
	text-decoration: none;
	color: #9f0f3c;
}

/* Styles pour la rubrique en cours */
#menu #en-cours a {
	text-decoration: none;
	color: #9f0f3c;

}



.menu_v a:link, .menu_v a:visited, .menu_v a:active {
		font-size: 12px;
		color: #777777;
   		font-family: Verdana, Arial, sans-serif;
		text-align: right;
		text-decoration: none;
	 	letter-spacing: 1px;
	 	 line-height: 150%;
}


.menu_v a:hover {
	text-decoration: none;
	color: #555555;
}





/****************** Footer ********************/


#footer {
	width:912px;
	border: 1px solid #d2bba2;
	color: #888;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}

