/* CSS Document */

body	{
			background-color:#000066;
 			font-family: Bookman Old Style,Verdana,Comic Sans MS;
			line-height: normal;	
		}

div#tete { 	
			width:100%; 
		 }
		 
div#ban  {	
			width:900px; 
			height:135px;  
			background:   url("/images/divers/banniere.jpg");
			background-position: top center;
			background-repeat: no-repeat;
		 }

div#conteneur {
				width:100%;
			  }

div#gauche 	{
				width:18%; 
				float:left; 
			}

div#contenu {
				background-color: #FFFF99;
				padding: 10px;
				width:60%; 
				float:left;
			}
			
div#droite 	
	{
	width:19%;
	float:left;
	}

div#pied 
	{ 
	width:100%;
	clear:both;
	text-align:center;
	color:#FFFFFF;
	font-family:"Georgia", Times New Roman;
	font-size: 9px;
	}


/* styles */


					
a	
	{
	text-decoration: none;
	color:  #000066;
	}

a:link	{	/* la couleur du lien si aucun évènement intervient. */
			text-decoration: none;
		}

a:visited	{	/* la couleur du lien si l'internaute a déjà cliqué sur le lien */
				text-decoration: none;
		 	}

a:hover	{   /* la couleur du lien en cas de survol avec la souris */
			color:  #009999;
			text-decoration: none;
		}
		
a img /* Toutes les images contenues dans un lien */
	{
	border: none; /* Pas de bordure */
	}

a.lien_bas 
	{
	color: #ffffff;
	text-decoration: none;
	}
			 
a.lien_bas:hover 	
	{
	/* 2° couleur des liens */
	color: #009999;
	text-decoration: none;
	}

a.lien_url 
	{
	color: #000066;
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
	}
			 
a.lien_url:hover 	
	{
	/* 2° couleur des liens */
	color: #009999;
	font-size:22px;
	font-weight:bold;
	text-decoration: none;
	}
/*
h1	{
		font-size: 120%;
 		margin: 0px;
 		padding: 0px;
	}

h2	{
 		font-size: 114%;
 		color: #009999;
 		margin: 0px;
 		padding: 0px;
	}

ul 	{
 		list-style-type: square;
	}

ul ul	{
 			list-style-type: disc;
		}

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

label	{
 			font-size: 100%;
 			font-weight: bold;
 			color: #334d55;
		}
*/
/* PARAMETRE TEXTE*/

.signe 	{
			font-size:14px;
			color: #009999;
		}
	
.Style1	{
			font-size: 17px;
			font-weight:bold;
			color: #009999;
			text-transform: uppercase;
		}

.Style2 {	
			font-size: 13px; 
			color:  #000066;
		}

.Style3 {
			font-size: 14px;
			color: #009999;
		}
	
.Style4 {	
			font-size: 9px; 
		}
