@charset "iso-8859-1";

body    {
    font-family: Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
    font-size:0.8em;
}


a:link {
		color:#660000;
		text-decoration : none;
		font-weight:bold;
		}


a:visited {
	color:#999999F;
	text-decoration : none;
	font-weight:bold;
	}


h1    {
    text-align: center;
    color:#0874B6;
	font-size:medium;
}

h2 {
	text-align: center;
    color:#0874B6;
	font-size:small;
}


h3 {
	text-align: center;
    color:#0874B6;
	font-size:medium;
	font-weight:bold;
}

h4 {
	text-align: center;
	font-weight:normal;
	font-size:small;
}

p {margin:0.5em;}

img 
 { 
 border:0; 
 }

*.centrer {
	text-align:center;
}

*.retour_haut {
	text-align:right;
}

*.CR {
	text-align:right;
    color:#1079B9;
}

*.sans_puce {
list-style-type:none;
padding-bottom:1em;
}

/* *****************************

CONTENEUR PRINCIPAL

***************************** */

#principal    {
    width: 750px;
    margin-top  : 4px;
    margin-left : auto;
    margin-right: auto;
	}



/* *****************************

CONTENEURS MENU_LIENS

***************************** */
#liens {
 	width: 650px;
    clear : both;
	text-align:right;
	}
	
#liens a:hover {
	text-decoration : underline;
}



/* *****************************

CONTENEURS GAUCHE (menu)

***************************** */

#gauche    {
    width: 150px;
    text-align: right;
    float: left;
    padding-bottom:10px;
}

#gauche a {
		padding-right: 20px;}

#gauche a:link    {
		text-decoration : none;
		font-weight:bold;
		}


#gauche a:hover {
		text-decoration : underline;
		background-image: url(images/flecheretour.gif);
		background-repeat: no-repeat;
		background-position: 98% 50%;
		}

#gauche a:visited {
	color:#660000;
	font-weight:bold;

}

#gauche ul{
		list-style-type: none;
		margin-top:0px;
		}
				
		
#gauche li{
	margin-top:5px;
	}
	

#gauche *.note {
	font-weight:normal;
	font-size:smaller;
	color:#000000;
	margin-top:1.5em;
}

/* *****************************
conteneur droit (vide)

***************************** */

#droit {
float:right;
width:60px;

}


/* *****************************

CONTENU

***************************** */

#contenu   {
    width: 500px;
   	margin-left:155px;
 	padding-bottom:10px;
	background-color:#EFEFEF;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:thin;
	text-align:justify;
}


	
/* *****************************

CONTENEURS COPYRIGHT

***************************** */


#copyright    {
    width: 500px;
    text-align: center;
	margin-left:151px;
	color:#800040;
	padding-top:10px;

}

