/* CSS Document */

body {
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	background-color:#005355;
	margin: 38px 0px 0px 0px; /*ORIGINE > margin: 38px 0px 0px 7px;*/	
	padding:0px;		
}

a:link,a:visited,a:active{
	background-color: inherit;
	text-decoration: none;
	color:#00393A;
}

a:hover {
 	background-color: inherit;
	text-decoration: none;
	color:#FFFFFF;
}

.text1 {
	font-family: Arial;
	font-size: 11px;		
	color: #FFFFFF;			
}

.text2 {
	font-family: Arial;
	font-size: 11px;		
	color: #005355;		
}

.text3 {
	font-family: Arial;
	font-size: 11px;		
	color:#ffffff;		
}

.droite{
	vertical-align:bottom;
	padding-left:8px;
	text-align:left;
}

.milieu{
	width:1px;
}

.gauche{	
	width:500px;
	vertical-align:middle;
	padding-right:8px;
	text-align:right;
}



