.blanc {
	color:white;
}

.vert {
	color:#8fa01a;
}

.rouge {
	color:red;
}

.orange {
	color:orange;
}

.notextdecoration {
	text-decoration:none;
}

.gras {
	font-weight:bold;
}

.big {
	font-size:110%;
}

.medium {
	font-size:10pt;
}

a .bleu {
	color:#10afb3;
}

.bleu {
	color:#10afb3;
}

.absolute {
	position:absolute;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

body {
	background-image:url('images/fond-body.png');
	background-repeat:repeat-x;
	background-position: top;
	background-color:#a4bf00;
	background-attachment:fixed;
	margin-top:5px;
	margin-bottom:10px;
	font-family:arial;
	behavior: url(styles/csshover.htc);
}

img, div, a, h1 {
	behavior: url(styles/iepngfix.htc);
	border:0;
}

#corps-page {
	padding:0;
	margin:0 auto;
	max-width:1000px;
}

#en-tete {
	padding:0px;
	margin:0px;
	height:110px;
	min-width:850px;
}

#en-tete #en-tete-droit {
 float:right;
 padding:5px;
}

#en-tete #en-tete-droit #drapeaux {
	text-align:right;
}

#en-tete #en-tete-droit #drapeaux a {
	text-decoration:none;
	color:#10afb3;
}

.liste_drapeaux a {
	text-decoration:none;
	color:#10afb3;
}

#en-tete #en-tete-droit #partager {
	padding-top:8px;
	padding-left:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:24px;
	width:200px;
	border-top:1px solid white;
}

#slogan {
	text-align:center;
	color:#6a7901;
	font-size:13pt;
}

#slogan2 {
	text-align:center;
	text-shadow: 1px 1px 2px black; 
	border-radius: 10px 10px 10px 10px; 
	-moz-border-radius: 10px 10px 10px 10px; 
	-webkit-border-radius: 10px 10px 10px 10px;    
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color:#c5dc2c;
	color:white;
	padding:15px 0px;
	margin:0;
	margin-bottom:10px;
	font-size:18pt;
}

#contenu-page {
	width:500px;
	margin-bottom:-3px;
}

#en-tete h1 {
	color:white;
	font-size:16pt;
	margin-top:0px;
	margin-top:70px;
	margin-left:30px;
	text-shadow: 1px 1px 1px #aaa;
}

#contenu-page h1 {
	color:#10afb3;
	font-size:16pt;
	margin-top:0px;
}

#contenu-page p {
	color:#8fa01a;
	padding-left:20px;
	padding-bottom:20px;
	font-size:11pt;
}

#contenu-page #rechercher-voyage {
	float:left;
	padding-right:5px;
}

#contenu-page #informations {
	width:430px;
	min-height:260px;
	float:right;
	padding:10px;
	color:#10afb3;
	margin-bottom:20px;
	background: white;
	border:7px solid #c5dc2c;
	-moz-border-radius: 20px 20px 20px 20px; 
	-webkit-border-radius: 20px 20px 20px 20px;    
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#contenu-page #informations ul {
	list-style-image: url('images/cadre-info-puce.png');
	font-size:10pt;
	margin:0px;
	padding:5px 0px 0px 20px;
	
}

#contenu-page #informations a {
	font-size:12pt;
	text-decoration:none;
}

#contenu-page #informations a:hover {
	font-size:12pt;
	text-decoration:underline;
}

#contenu-page #informations li {
	vertical-align:bottom;
	padding-bottom:10px;
	color:#10afb3;
}

#compteur-vertical {
	float:left;
	width:149px;
	padding-right:10px;
	padding-top:80px;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#e3f1fd;
	background-image:url('images/compteur-vertical-fond.png');
	height:248px;
	border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;  
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0px;
}

#compteur-vertical #texte {
	padding-top:10px;
	color:white;
	padding-left:5px;
}

#compteur-vertical .valeur {
	color:#10afb3;
	background-color:white;
	padding:5px;
	font-size:16pt;
	font-weight:bold;
	margin-right:3px;
}

#compteur {
	background-image:url('images/compteur-fond.png');
	height:44px;
	background-color:#c5dc2c;
	margin-right:0px;
}

#compteur #texte {
	padding-top:10px;
	color:white;
	padding-left:5px;
}

#compteur .info {
	padding-top:5px;
}

#compteur .valeur {
	color:#8fa01a;
	background-color:white;
	padding:5px;
	font-size:16pt;
	font-weight:bold;
	margin-right:3px;
	vertical-align:top;
}

#compteur_skyscanner {
	font-size:18pt;
	position:absolute;
	bottom:0;
	right:0;
	color:white;
	padding-right:5px;
	vertical-align:top;
	padding-bottom:5px;
}

.description {
	background:white;
	border:1px solid gray;
	padding:5px;
}

.page_admin {
	font-size:10pt;
	background-color:white;
	padding:10px;
}

.page_admin a {
	color:green;
	text-decoration:none;
}

.page_admin div {
	padding-bottom:10px;
}

#validEmail {
	margin-top: 4px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

#espace_mail td {
	font-weight:bold;
	color:#10afb3;
}

#cadre-principal {
	box-shadow: 2px 2px 12px black;
	-moz-box-shadow: 2px 2px 12px black;
	-webkit-box-shadow: 2px 2px 12px black;
	width:970px;
	background-color:white;
	margin-bottom:15px;
	padding:10px;

}

#cadre-principal #contenu {
	background-image:url('images/wallpaper/03.jpg');
	background-color:white;
	background-position:center center;
	background-repeat:no-repeat;
	padding:10px;
	z-index:3;
	position:relative;
	min-height:300px;
}

#menu { 
	margin: 0;
	margin-left:0px;
	padding: 0; 
	list-style: none;
	height:25px;
	margin-bottom:6px;
}

#menu li {
	float:left;
	padding: 5px 0px;
	margin:0 2px;
	border-bottom:1px solid gray;
	background: white; 
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;    
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#menu li a {
	padding: 5px 20px;
	margin: 0; 
	color: #10afb3;
	font-weight:bold;
	text-decoration: none;
}

#menu li #active {
	border-bottom:2px solid white;
}

#menu li:hover, #menu li:focus { 
	background: #10afb3;
}

#menu li a:hover, #menu li a:focus {
	color: white; 
}

#pied-de-page {
	text-align:center;
	color:white;	
}

#liste_pays {
	width:170px;
	float:left;
}

#liste_devises {
	float:right;
	width:40px;
	padding-top:5px;
}

#liste_pays a, #liste_devises a {
	text-decoration:none;
	color:#10afb3;
}

#flux_xml {
	border:5px solid #c5dc2c;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px ; 
	-webkit-border-radius: 20px 20px 20px 20px ;	
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	width:454px;
}

#flux_xml #entete {
	text-align:center;
	font-weight:bold;
	color:white;
	font-size:14pt;
	padding-bottom:5px;
	background-color:#c5dc2c;
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0;    
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#flux_xml #conteneur {
	position:relative;
	overflow:hidden;
	height:202px;
	clip:rect(0 454px 202px 0);
	background-color:white;
	border-radius: 0px 0px 15px 15px; 
	-moz-border-radius: 0px 0px 15px 15px; 
	-webkit-border-radius: 0px 0px 15px 15px;    
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#flux_xml #conteneur #slider {
	position:relative;
	width:450px;
	padding:2px;
	font-size:8pt;
}
#flux_xml #conteneur #slider a {
	text-decoration:none;
}
#flux_xml #conteneur #slider .partie_gauche {
	width:75%;
	float:left;
}
#flux_xml #conteneur #slider .partie_droite a {
	color:orange;
}
#flux_xml #conteneur #slider .partie_droite {
	width:25%;
	float:right;
	text-align:right;
}
#flux_xml .hr {
	width:80%;
	height:1px;
	margin-left:10%;
	margin-top:4px;
	margin-bottom:4px;
}
.hrvert {
	background-image:url('images/promo-hr-vert.png');
}
.hrbleu {
	background-image:url('images/promo-hr-bleu.png');
}