/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FBECE1;
}

a img {
	border: none;
}

/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 1003px;
		
	z-index: 1;
	
	background-image: url(images/page_bg_conteneur.jpg);
	background-repeat: repeat-y;
	
	height: 500px;
}
/*
hack pour le min-height sous IE : donner une hauteur mini au contenu
Dans ce cas il permet l'apparition du background du conteneur
*/
html>body #conteneur {
	height: auto;
	min-height: 500px;
	overflow: inherit;
}
/* BANDEAU MENUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau_menus {
	position: absolute;
	top: 0px;
	left: 0px;
	
	height: 137px;
}

/* Logo */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#logo {
	position: absolute;
	top: 0px;
	left: 0px;	
}

/* Menu Haut */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_haut {
	position: absolute;
	top: 0px;
	left: 185px;
	
	width: 627px;
	height: 38px;
}

/* Recherche */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche {
	position: absolute;
	top: 0px;
	left: 812px;
	
	width: 171px;
	height: 29px;
	
	padding: 9px 0px 0px 13px;
	
	background-image: url(images/page_bg_recherche.gif);
}
#recherche input {
	border: 1px solid #BFDCE2;
	width: 128px;
	height: 17px;
	
	
	font-size: 10px;
	display: inline;
	text-align: center;
	
	vertical-align: middle;
}
#recherche img {
	vertical-align: middle;
}

/* Menu Outils */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_outils {
	position: absolute;
	top: 37px;
	left: 812px;
	
	width: 184px;
	height: 99px;
}

/* Decouvrez */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#decouvrez {
	position: absolute;
	top: 38px;
	left: 185px;
	
	background-image: url(images/page_fond_decouvrez.jpg);
	
	width: 627px;
	height: 99px;
}
#decouvrez img {
	margin: 33px 0px 0px 56px;
}

/* BANDEAU PHOTO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau_photo {
	position: absolute;
	top: 137px;
	left: 0px;
	
	height: 108px;
}

/* CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contenu {
	position: absolute;
	top: 245px;
	left: 0px;
	
	width: 1003px;
	
	background-image: url(images/page_bg_conteneur.jpg);
	background-repeat: repeat-y;
	
}
/* Colonne gauche - Menus et sous menus  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#gauche {
	float: left;
	width: 259px;
	
	height: 225px;
	
	background-image: url(images/page_bg_gauche.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	
	overflow-x: hidden;
}
/*
hack pour le min-height sous IE : donner une hauteur mini au contenu
Dans ce cas il permet de l aisser toujours visible le fond du menu sans le couper
*/
html>body #gauche {
	height: auto;
	min-height: 225px;
	overflow: inherit;
}
/* Menu de premier niveau */
.menu1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	list-style-type: none;
}
.menu1 li {
	margin: 0px 0px 0px 0px;
	display: inline;
}
.menu1 li a {
	display: block;
	padding: 5px 25px 5px 43px;
}
/* Menu de second niveau */
.menu2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	list-style-type: none;
}
.menu2 li {
	margin: 0px 0px 0px 0px;
}
.menu2 li a {
	display: block;
	padding: 2px 0px 2px 43px;
}
/* Menu de second niveau */
.menu3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	
	list-style-type: none;
}
.menu3 li {
	margin: 0px 0px 0px 0px;
}
.menu3 li a {
	display: block;
	padding: 2px 0px 2px 53px;
}

/* Colonne centrale - Zone de contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#centre {
	float: left;
	
	width: 444px;
	padding: 13px 40px 0px 40px;

	overflow-x: hidden;
	
	height: 300px;
	
	background-image: url(images/page_bg_centre.jpg);
	background-position: 158px 0px;
	background-repeat: no-repeat;
	
}
/*
hack pour le min-height sous IE : donner une hauteur mini au contenu
Dans ce casde donner une hauteru mini au contenu et donc à la page
*/
html>body #centre {
	height: auto;
	min-height: 300px;
	overflow: inherit;
}

#block_chemin {
	height: 32px;
}
/* Colonne droite - Menu vie pratique et actus */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#droite {
	float: left;
	width: 213px;
	
	padding: 0px 0px 20px 0px;
}

/* Photo Actu */
#photo_actu {
	background-image: url(images/page_bg_photoactu.jpg);
	background-position: top;
	background-repeat: no-repeat;

	height: 190px;
}
#photo_actu img {

	margin: 21px 0px 0px 40px;
	border: 1px solid #EDB400;
}
#photo_actu img.trans50 {
    /*filter: alpha(opacity=80);  
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;*/
	
	border: none;
	
	margin: -24px 0px 0px 41px;
}
/* Les Actus */
#actus {
	width: 213px;
}
#actus h4 {
	float: left;
	padding: 43px 24px 0px 17px;
}
#lesactus {
	float: left;
	width: 155px;
	
	padding: 0px 0px 15px 0px;
}


/* Boutons envoyer et imprimer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#buttons {
	position: relative;
	margin: -15px 0px 0px 155px;
}
/* Footer */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	background-image: url(images/page_bg_footer.gif);
	
	width: 1003px;
	height: 36px;
}