/* CSS Document */
@import "menu.css";
@import "compte_a_rebours.css";

body {
	background-color: rgb(72, 0, 0);
	margin:0;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

a {text-decoration:none;color:#000000;}

img { border:0; }


/* -----------------GENERAL---------------------- */	
#conteneur {
	width:980px;
	background-color:#fff;
	height:100%;
}

#top {
	width:100%;
	height:130px;
	background: url(/2010/images/structure/top.jpg) no-repeat;
	text-align:right;
}

#main {
	margin:0;
	padding:0 3px 0 0;
	width:976px;
	height:auto;
	background: #fff url(/2010/images/structure/villes.jpg) repeat-y right 572px;
}
/* ------------------PARTIE CENTRE--------------------- */	
#zone_info {
	float:left;
	width:803px;
	padding:0 0 0 3px;
	background: #f4da8f url(/2010/images/structure/fd-centre.jpg) repeat-x;
}
#centre {
	float:left;
	width:623px;
	padding:0px 5px;
	min-height:583px;
	text-align:justify;
}
#cols_gauche {
	float:left;
	width:170px;	
	height:auto;
	background-color:#fff;
}
#cols_droite {
	float:right;
	width:170px;	
	height:auto;
	background-color:#fff;
	/*padding-top:5px;*/
}

.menu_fd_degrade {
	height:17px;
	padding-left:3px;
	padding-top:2px;
	width:167px;
	background:url(/2010/images/structure/fd_orange.gif) repeat-x;
	font-weight:bold;
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor:  pointer;
}

.menu_fd_degrade a {
	color:#ffffff;
	font-size:10px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu_fd2_degrade {
	height:34px;
	padding-left:3px;
	padding-top:2px;
	width:167px;
	background:url(/2010/images/structure/fd2_orange.gif) repeat-x;
	font-weight:bold;
	font-size:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor:  pointer;
}

.menu_fd2_degrade a {
	color:#ffffff;
	font-size:10px;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.menu_fd_noir {
	height:17px;
	padding-left:3px;
	padding-top:2px;
	background:url(/2010/images/structure/fd_noir.gif) repeat-x;
	font-weight:bold;	
	color: #FFFFFF;
}


/* -------------------BASELINE-------------------- */	
#footer {
	color:#fff;
	text-align:center;
	font-size:10px;
	margin-top:5px;
}

#footer a {
	color:#fff;
	text-align:center;
	font-size:10px;
	margin-top:5px;
}

/*_________________ MISE EN FORME */
.grostitre {
	font-size:20px;
	font-weight:bold;
	color:#E31919;
	border-bottom:3px solid #E31919;
	padding-bottom:0,5px;
}
.titre {
	font-size:20px;
	font-weight:bold;
	color:#E31919;
	padding-bottom:4px;
}
.lien {
	font-size:12px;
	font-weight:bold;
	color:#E31919;
	padding-bottom:4px;
}

/* ------------------EBOOKERS--------------------- */

.div-ebookers {
	width:580px;
	border:1px dotted #555;
	padding: 5px 5px 5px 10px;
	margin:5px auto;
	background-color:#fff;
}	

.description{
	float:left;
	margin:2px;
	width:418px;
}