@charset "iso-8859-1";
/* auteur: Agence Mon Moulin */
html,body{
margin:0;
padding:0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	
}
a {	
 color: #EC6612;
} 

a:hover {
	color: #0099FF;
}

td {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	vertical-align: top;
}

.content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	 
	font-size: 0.7em;
	color: #333333;
    width:770px;
	height: auto;
	margin-top:0;
	background-color: #FFFFFF;
}
   
.lienrapide {
 text-align: right;
 padding-right : 63px;
}   
   
p {

} 
  
a.fr { /* définition de la classe "menu haut" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 130px; /* largeur de l'image réactive */
	 height: 40px; /* hauteur de l'image réactive */
	 font-size: 90%; 
	 text-align : right;
	 padding-top : 10px;
	 color: #000 ;
	 font-weight: normal ;
	 text-decoration: none ;     
	 background-image : url(index/fr.gif); 
     background-repeat: no-repeat;
     }
a.fr:hover { /* définition de la classe "image" de la balise <a> au survol */
     background-image: url(index/frover.gif); /* source de l'image d'arrivée */
     color: #EC6612 ;
	 }
a.us { /* définition de la classe "menu haut" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 130px; /* largeur de l'image réactive */
	 height: 40px; /* hauteur de l'image réactive */
	 font-size: 90%; 
	 text-align : right;
	 padding-top : 10px;
	 color: #000 ;
	 font-weight: normal ;
	 text-decoration: none ;     
	 background-image : url(index/us.gif); 
     background-repeat: no-repeat;
     }
a.us:hover { /* définition de la classe "image" de la balise <a> au survol */
     background-image: url(index/usover.gif); /* source de l'image d'arrivée */
     color: #EC6612 ;
	 }

/* ______________________________________________________________________________ */

.capsule {
	margin-left: 30px;
	position: relative;
	float: left;

}  
h3{
	font-size: 125%;
	color: #E51919; 
	padding: 0px;
	margin: 0px 0 0px 0;
}
.promoinfos {
	background-image: url(images/icone01.gif); 
	background-repeat: no-repeat;
	padding: 15px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}
.promoimages {
	display: block;
	background: #CCC;
	padding : 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom : 2px; 
}
.promoinfosbas {
	display: block;
	padding: 15px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
}
/* ______________________________________________________________________________ */

.mesliens {
	display: block;
	width: 470;
	background: #CCC;
	padding : 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom : 2px; 
}
.liensdroit {
    position: relative;
    float: right;
	line-height: 18px;
}
/* ______________________________________________________________________________ */

.basdepage {
  margin-left: 100px;
  font-size: 0.6em;
  color: #000;
}
.basdepagenoir{
  margin-left: 100px;
  font-size: 0.6em;
  color: #666;
}

.colonne {
  float: left;
  width: 130px;
  line-height: 15px;
}
.basdepage a{
  color: #000;
} 
.basdepagenoir a{
  color: #666;
}
.basdepage a:hover,.basdepagenoir a:hover{
  color: #EC6612;
}
