@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/site/fond_body_gauche_projets.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	/* BARRE DE DEFILEMENT*/
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#FF9900;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#E6E6E6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FF9900;
	scrollbar-darkshadow-Color:#E6E6E6;
}


H1 {
	border-bottom: 2px solid #ffd200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #0070b0;
}


H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #ffd200;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #da011c;
}


HR {
	clear: both;	
}

LI {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0b589e;
	list-style-type: square;
}


P {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}


#contenu_menu_gauche {
	background-image: url(../images/site/fond_contenu_gauche_projet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 5px;
	float: left;
	font-size: 0.8em;
	width: 200px;
	height: 267px;
	min-height: 267px;
}



#contenu_menu_gauche ul {

	margin: 2px;
	padding-left: 10px;

}

#contenu_menu_gauche a {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	color: #0070b0;
	text-decoration: none;
	font-weight: bold;
}

#contenu_menu_gauche a:link {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0070b0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffd200;
	text-decoration: none;
}


#contenu_menu_gauche a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0070b0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ffd200;
	text-decoration: none;
}


#contenu_menu_gauche a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #da011c;
	text-decoration: none;
	border: 0px;
}

#contenu_menu_gauche a:active {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	color: #0070b0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color:  #da011c;
	text-decoration: none;
	font-weight: bold;
}



#contenu_principal {
	width: 730px;
	float: left;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#contenu_principal a{
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0070b0;
}


#contenu_principal a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #da011c;
	text-decoration: none;
}

#contenu_principal li {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0b589e;
	text-decoration: none;
	list-style-type: square;
}

