body {
	
	background-color: #42DB11;
	margin:0;
	
	background-image: url(images/bleu.jpg);
	background: url(images/bleu.jpg) no-repeat;
}


/*--------------------------------------------------- CONTENEURS GENERAUX ---------------------------------------------------*/

.conteneurgeneral{
	width: 859px;
	padding:0px;
	
	background-color : #42DB11;	
	Margin-left: auto;
    margin-right: auto;
	
	
}

#copyright{
	height: 20px;
	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	

}

.conteneurcopyright{
	height: 20px;

}

/*--------------------------------------------------- HEADER ---------------------------------------------------*/

.conteneurheader{
	height: 281px;
	background-image :  url(images/haut_fr.jpg);
	background: url(images/haut_fr.jpg) no-repeat;
	 
}

.conteneurheaderaccueil{
	height: 281px;
	background-image :  url(images/haut_fr_accueil.jpg);
	background: url(images/haut_fr_accueil.jpg) no-repeat;
	 
}

.conteneurheaderaccueil_es{
	height: 281px;
	background-image :  url(images/haut_es.jpg);
	background: url(images/haut_es.jpg) no-repeat;
	 
}

.conteneurheaderaccueil_en{
	height: 281px;
	background-image :  url(images/haut_en.jpg);
	background: url(images/haut_en.jpg) no-repeat;
	 
}

.drapeaux{
	height: 17px;
	width: 90px;
	position:absolute;
	top:190px;
	right:250px;	 
   
}

/*--------------------------------------------------- CENTRE ---------------------------------------------------*/

.conteneurcentre{
	
	width:100%;
	
}
.textes{
	
	
	width: 450px;
	float: left;
	margin-left: 70px;
	background-color: #9AEC81;
	padding: 20px;	
}

.textes2{
	
	
	width: 450px;
	height: 800;
	float: left;
	margin-left: 70px;
	background-color: #9AEC81;
	padding: 20px;	
}

#texte{

	background-color: #9AEC81;
	width: 450px;
	padding: 20px;
	color: #000000;
	font:Myriad;
	font-size: 12px;
	
}

#texte_menu{

	
	color: #000000;
	font:Myriad;
	font-size: 13px;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}

.souligne{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	font-weight: bold;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}

#images {
	text-align: center;
	border: 1px;
	border-color:#FFFFFF;
}

text{
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 14px;
}


/*--------------------------------------------------- TARIFS ---------------------------------------------------*/

.table_marq{
	height: 350px;
	 	
}

.table_marque{
	height: 350px;
	 	
}
table#sample {
    
	border:1px;
	border-color:#009900;
    
    width: 350px;

}

.data {
    color: #003300;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-align: left;
    width: 150px;
	

}

.leftcol {
    color: #003300;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-align: left;
    width: 150px;
   

}

.toprow {
    font-style: italic;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	font-size: 17px;

}

.infos{

	
	
}

/*--------------------------------------------------- MENU ---------------------------------------------------*/

.blocmenu{

	height: 400px;
	width: 250px;
	float: left;
	
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}






