body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:5px;
font-size:11px;
font-style:normal;
}

a {
	text-decoration:none;
	color:black;
}

a:hover {
	text-decoration:underline;
	color:#4d9dd0;
}
  
h1      { font-size: 14px; font-weight: bold; color: #000099; }
h2      { font-size: 13px; font-weight: bold; }
hr 		{ color: #D4E7F7;; height: 1px;}

.titre  {  font-size: 14px; font-weight: bold; color: #00000; }

.label { font-size: 11px; color: #000000; font-weight: bold;}

.normal {  font-size: 11px; color: #000000;}

.normal a {  font-size: 11px; color: #0000CD;}

.petit {  font-size: 11px; color: #000000;}

.etoile {
font-family: Arial; 
font-size: 11px; 
color: #CC0000; 
font-weight: bold;
}

.bouton a{
	font-size: 12px;
	color:#4d9dd0;
}

.bouton a:hover{
	font-size: 12px;
	color:#4d9dd0;
}	


.formulaire1{
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
	color: #000000;
	border: 1px solid #cccccc;
	background: #ffffff;
	
}	

input:focus, select:focus, textarea:focus {background-color: #eeeeee;color: #000}


/* CSS DESIGN DE BASE */


.images{
	border: 0px;
}

#gauche{
	position: absolute;
	left: 0px;
	width: 140px;
	margin: 0px; 
	padding: 10px;
	}

#content {
	margin: 0px 150px;
	padding: 20px;
	}

#droite{
	position: absolute;
	right: 0px;        
	width: 140px;
	margin: 0px; 
	padding: 10px;
	}


