/****** CSS LAYOUT ******/

body { 
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	margin-top : 15px;
	font : normal normal normal 12px Arial, sans-serif;
}

#bloc_880{
	width : 880px;
	background-color : #FFFFFF;
	margin-left: auto;
    margin-right: auto;
	text-align: left;
	height : 750px;
}

#bloc_pub{
	width : 100%;
	margin-bottom : 10px;
}

/************ HEADER *************/

#bandeau_tete{
	width : 100%;
	height : 192px;
	background : url(../images_css/header.jpg) no-repeat top left;
}

#menu_haut{
	width : 653px;
	height : 25px;
	/*background : yellow;*/
	margin-left : 227px;
	font : normal normal bold 14px Arial, sans-serif;
	color : #666666;
}

.onglet_menu_haut{  
	float : left;    
	text-align : center;
	height : 25px;
	padding-top : 5px;
}

.separation_menu_haut{
	background : url(../images_css/header_separation.gif) no-repeat bottom right;
}

/************ MENU BAS *************/
#menu_bas{
	height : 29px;
	width : 100%;
	/*background-color : blue;*/
}

#menu_voyages{
	float : left; 
	margin-left : 10px !important;
	margin-left : 5px;
	margin-right : 2px;
	width : 305px;
	height : 29px;
	/*background-color : black;*/
}

#menu_transports{
	float : left; 
	width : 554px;
	height : 29px;
	/*background-color : black;*/
}

.arrondi_gauche{
	float : left;
	height : 29px;
	width : 9px;
	background : url(../images_css/header_arrondi_gauche.gif) no-repeat;
}

.arrondi_droit{
	float : left;
	height : 29px;
	width : 9px;
	background:  url(../images_css/header_arrondi_droit.gif) no-repeat;
}

.fond_jaune{
	float : left;
	height : 29px;
	background : url(../images_css/header_fond_jaune.gif) repeat-x;
	line-height:29px;
	font-size : 14px;
	font-weight : bold;
}

.titre_menu_bas{
	float : left;
	color : #666666;
	background : url(../images_css/header_separation_fleche.gif) no-repeat bottom right;	
}

.onglet_menu_bas{  
	float : left;    
	height : 29px;
	line-height : 29px;
}

.separation_menu_bas{
	background : url(../images_css/header_separation_pointille.gif) no-repeat bottom right;
	/*padding-right : 3px;*/
}


/************ CONTENU *************/

#contenu{
	/*background-color : blue;*/
	width : 880px;
	margin-top : 10px;
}


#contenu #colonne_gauche{
	float : left;
	width : 260px;
	/*height : 320px;*/
	/*background-color : #779933;*/
}

#contenu #centre{
	/*height : 320px;*/
	/*background-color : #CCCCCC;*/
	padding : 0px;
	margin : 0 270px;
}

#contenu #centre_2{
	/*height : 320px;*/
	/*background-color : #CCCCCC;*/
	float : right;
	width : 610px;
	padding : 0;
	margin : 0;
}


#contenu #colonne_droite{
	float : right;
	width : 260px;
	/*height : 320px;*/
	/*background-color : #993377;*/
	padding : 0px;
}


/************ BLOC VOYAGES 'GROUPE' *************/
.tete_voyages{
	width : 260px;
	text-align : center;
}

.arrondi_titre_voyages{
	background : url(../images_css/bloc_voyages_titre.gif) no-repeat top left;
	width : 260px;
	height : 10px;
	font-size : 0;
}

.titre_voyages{
	background-color : #CCCCCC;
	color : #333333;
	font : normal normal bold 12px Arial, sans-serif;
	padding-bottom : 2px;
	height : 34px;
}

.prix_voyages{
	background-color : #CCCCCC;
	text-align : right;
	padding-bottom : 2px;
	color : #333333;
	line-height : 14px;
	padding-right : 4px;
	font : normal normal bold 12px Arial, sans-serif;
}

.photo_voyages{
	position:relative;
	margin-top : 1px;
	width : 260px;
	height : 170px;
}

.photo_voyages img {
	position : absolute;
	left : 0;
	top : 0;
	width : 260px;
}

.photo_voyages #alpha_vert {
	position : absolute;
	left : 0;
	bottom : 0;
	width : 260px;
	height : 65px;
	color : #FFFFFF;
	text-align : justify;
	background : #006633;
	filter:alpha(opacity=80);
   	-moz-opacity:0.8;
	/*-khtml-opacity: 0.8;*/
  	opacity: 0.8;
}

.photo_voyages #alpha_jaune {
	position : absolute;
	left : 0;
	bottom : 0;
	width : 260px;
	height : 65px;
	color : #FFFFFF;
	text-align : justify;
	background : #BD9700; /*CAA202*/
	filter:alpha(opacity=80);
   	-moz-opacity:0.8;
	/*-khtml-opacity: 0.8;*/
  	opacity: 0.8;
}



/************ CENTRE ACCUEIL *************/

#contenu_accueil{
	text-align : justify;
	margin-top : 8px;
}

#contenu_accueil p {
	margin : 6px 0;
	padding : 0px;
}

.titre_centre{
	border-bottom : 1px dashed #CCCCCC;
	padding-bottom : 4px;
	font-weight : bold;
	font-size : 14px;
}


/************ FOOTER *************/
#footer{
	margin-top : 14px !important;
	margin-top : 4px;
	width : 100%;
	height : 105px;
	/*background-color : #CCCCCC;*/
	border-top : 5px solid #006633;
}

#footer #adresse{
	color : #FFFFFF;
	float : left;
	width : 260px;
}

#footer #adresse #bas{
	height : 10px;
	width : 260px;
	background : url(../images_css/footer_arrondi_bas.gif) no-repeat top left;
}

#footer #menu_pied{
	padding-top : 10px;
	color : #333333;
	float : left;
	background : url(../images_css/footer_arrondi_gauche.gif) no-repeat top left;
	height : 100px;
	width : 620px;
}

#footer #menu_horizontal{
	color : #333333;
	font-weight : bold;

}


/************ PAGE CONTACT  *************/
#infos{
	width : 100%;
	color : #FFFFFF;
	padding : 5px;
}

.infos_normal{
	display : none;
	/*display : block;
	background-color : #CC0000;
	height : 20px;*/
}


/************ BLOC ACTUALITES *************/
#bloc_date{
	padding : 6px 4px;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, sans-serif;
	border-bottom : 1px dashed #CCCCCC;
	margin-bottom : 8px;
	text-align :right;
}


#bloc_actu_description{
	padding :0 4px;
	width : 282px !important;
	width : 290px;
	font-size : 12px;
	color : #333333;
	text-align : justify;
}

.effectifs tr td {
	padding : 4px;
	border : 1px #999999 solid;
}

.centre {
	text-align:center;
}




