a 
	{
	font-size:10px;
	}
a:link 
	{
	text-decoration : none;
	color:#3333FF;
	font-size: 14px;
	}
a:visited 
	{ 
	text-decoration : none; 
	color:#3333FF;  
	font-size: 14px;
	}
a:hover 
	{ 
	text-decoration: none;
	font-size: 14px;  
	}
/*#sousTitre a:hover
{
	text-decoration: none;
	font-size: 13px;
	color: #00CC00;
}*/
html
	{
	/*background-image: url("images/test5.jpg");*/
	/*background:#CFE9FC;*/
	background:#FFFFFF;
	
	}
body 
	{
	font-size:13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*background-image: url("images/test5.jpg");*/
	/*background:#CFE9FC;*/
	background:#FFFFFF;
	/*width:80%;*/
   	/*margin: auto;*/
   	margin-top: 20px;
   	margin-bottom: 20px;    
	}
#pied_de_page
	{
	padding: 5px;
   	text-align: center;
   	background-color:#EBEBEB;
   	width: 800px;
	}
#header
	{
   	width: 800px;
   	height: 70px;
   	background-repeat: no-repeat;
   	margin-bottom: 15px;
	}
#menu_gauche
	{
	float: left;
	background-image: url("images/fond menu.png");
	}
#corps
	{
	width: 800px;
   	background-color:#FFFFFF;
   	}
.bla 
	{
	font-size:12px;
	color:#000000;
	}
.pt
	{
	width:10px;
	}
#pt1
	{
	width:15px;
	}
#pt2
	{
	width:553px;
	}
.Style1 
	{
	color: #0000FF;
	font-weight: bold;
	}
.Style2 
	{	color: #339933	}
.Style3 
	{	font-size: x-large	}
.Style4 
	{
	color: #339933;
	font-size: x-large;
	font-weight: bold;
	}
.Gros_titre
	{
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	}
.Titre
	{
	color: #00CC00;
	font-weight: bold;
	font-size: 14px;
	}
.Soustitre
	{
	text-decoration:underline;
	color:#006699;
	font-weight: bold;
	font-size: 11px;
	}
#sousTitre a:link
	{
	text-decoration : none;
	color: #006699;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#sousTitre a:visited
	{
	text-decoration : none;
	color: #006699;
	font-size: 11px;
	}

.gauche:link
	{
	text-decoration : none;
	color: #000000;
	}
.gauche:visited
 	{
 	text-decoration : none; 
	color:#00CC00 ;  
	}
.gauche:hover
	{
 	text-decoration: none; 
	color: #00CC00; 
	}
 #main-menu 
	{
	text-align:center;
	margin:0;
	bottom:0;
	right:0;
	font-family: Verdana,sans-serif;
	white-space:nowrap;
	font-size: 80%;
	}
#main-menu li 
	{
	display:block;
	float:left;
	list-style-type:none;
	margin:2px;
	padding:0;
	text-align:center;
	}
/*Les liens normaux*/
#main-menu a 
	{
	display:block;
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	border-bottom: 3px solid #908B72;
	color: #908B72;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	}
/*Les liens au survol et rubrique en cours*/
#main-menu a:hover,
#main-menu #selected a 
	{
	color:#3333FF;
	background: #EAE8E1;
	border-bottom: 3px solid #0000FF;
	font-weight: normal;
	text-decoration: none;
	text-align:center;
	}
/*Les liens normaux*/
#galerie a 
	{
	display:block;
	float:left;
	padding:10px 10px 10px 10px;
	background:#fff;
	border-bottom: 3px solid #908B72;
	color: #908B72;
	font-weight: normal;
	text-decoration: none;
	}
/*Les liens au survol et rubrique en cours*/
#galerie a:hover, 
#selection a 
	{
	color:#3333FF;
	background: #EAE8E1;
	border-bottom: 3px solid #0000FF;
	font-weight: normal;
	text-decoration: none;
	}
.header 
	{
	color: #999999; 
	font-size: 12px;
	}
.footer
	{	
	font-size: 10px;
	color: #999999;
	}
#exequtes a:link
	{
	text-decoration : none;
	color:#3333FF;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	}
#exequtes a:visited
	{
	text-decoration : none; 
	color:#3333FF;  
	font-size: 11px;
	}
#exequtes a:hover
	{
	text-decoration: none;
	font-size: 11px;
	color: #00CC00;
	}
/* CSS du menu horizontal, bieler batiste */
.menu
	{
    position:absolute;
    display:block;
    margin:0;
    padding:0;
	}
.menu ul
	{
    position:absolute;
    display:block;
    /*margin:0;*/
    padding:0;
    }
.menu li ul
	{
    visibility:hidden;
    }
.menu li li ul
	{
    position:absolute;
    }
.menu li
	{
    list-style:none;
    display:inline;
    float/**/:left;
    margin:0;
    padding:0;
    }
.menu li li
	{
    display:block;
    float:none;
    }
/* correct a little IE bug */
* html .menu li li
	{
    display:inline;
    }
.menu a
	{
    text-align:center;
    background-color: #9cf;
    border:1px #666 solid;
    color:#000;
    display:block;
    width:129px;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    }
.menu a:hover
	{
    background-color: #eee;
    border:1px #aaa solid;
    }
/* for a mozilla better display with key nav */
.menu a:focus
	{
    background-color: #aaf;
	}
a.linkOver
	{
    background-color: #eee;
    }
/* Menu de gauche */
dl, dt, dd, ul, li 
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#menu_gauche 
	{
	position: absolute;
	top: 0;
	left: 0;
	}
dl#menu_gauche 
	{	width: 15em;	}
dl#menu_gauche dt 
	{
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid blue;
	background: #ccc;
	}
dl#menu_gauche dd 
	{	border: 1px solid blue;	}
dl#menu_gauche li 
	{
	text-align: center;
	background: #fff;
	}
dl#menu_gauche li a, 
dl#menu dt a 
	{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	}
dl#menu_gauche li a:hover, 
dl#menu dt a:hover 
	{	background-color:#99CCFF;	}
#mentions 
	{
	font-family: verdana, arial, sans-serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	}
#mentions a 
	{
	text-decoration: none;
	color: #222;
	}
#mentions a:hover
	{	text-decoration: underline;	}



