/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


/* BALISES HTML */
body {

	
	
	font-size: 0.72em;
	font-family: Arial, Helvetica, sans-serif;
		
	background-image: url(images/bg_home_degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	background-color: #4f9eef;
}

a img {
	border: none;
}

a {
	color: #0e702a;
	text-decoration: underline;
}


/* CONTENEUR GLOBAL */

#conteneur {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 990px;
	height: 560px;
	
	z-index: 1;
	
	background-image: url(images/home_fond_conteneur.jpg);
	background-position: 250px 122px;
	background-repeat: no-repeat;
}
/* -------------------------------------------- */
/* Bandeau */
#bandeau {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 890px;
	height: 123px;
	
	background-image: url(images/home_bandeau.jpg);
	background-position: top right;
	background-repeat: no-repeat;

}
#logo {
	position: absolute;
	top: 9px;
	left: 9px;
	
	z-index: 100;
}

/* MENU DIVERS */
#menu_divers {
	position: absolute;
	top: 8px;
	left: 255px;
	
	z-index: 100;

}
/* -------------------------------------------- */
/* Zone recherche */
#zone_recherche {
	position: absolute;
	top: 123px;
	left: 0px;
	width: 250px;
	height: 436px;
	
	background-image: url(images/home_bg_recherche.jpg);
	background-position: top right;
	background-repeat: no-repeat;

}

/* Recherche */
#recherche {
	
	padding-top: 10px;
	margin-left: 10px;
	
}
/* Newsletter */
#newsletter {
	
	padding-top: 10px;
	margin-left: 10px;
	
	width: 150px;
	
}
#recherche input {
	width: 130px;
	
	border: 1px solid #6396da;
}
#newsletter input {
	width: 110px;
	
	border: 1px solid #6396da;
}
img.ok {
	margin-top: 0px;
	vertical-align: -30%;		
}
#newsletter img {
	margin-top: 0px;
	margin-left: 3px;
	vertical-align: -25%;	
}
.reponse_formulaire {
	color: #FF3300;
	font-size: 10px;

}

#bienvenue {
	position: absolute;
	
	top: 223px;
	left: 12px;
	
	width: 148px;
	height: 170px;

	
	overflow: hidden;
	
	color: #fff;
	font-size: 11px;
}
h1 {
	color: #cbe2fa;
	font-size: 13px;

}

#bienvenue a {
	color: #fff;
	text-decoration: none;
	background-image: url(images/picto_lien2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-decoration: underline;

}
#bienvenue a:hover {
	color: #AFD5EC;
	background-image: url(images/picto_lien_over.gif);
}
/* Utiliser police arial taille 15 pour le titre  */ 


/* -------------------------------------------- */
/* Zone centrale */

/* Actualites */
#actu {
	position: absolute;
	
	top: 99px;
	left: 273px;
	
	width: 342px;
	height: 116px;

	overflow: hidden;
	
	color: #0e2582;
	font-size: 11px;
}
.suite {
	/*
	position: absolute;
	top: 215px;
	left: 520px;
	*/

}

.suite a {
	color: #0e2582;
	font-size: 11px;
	text-decoration: underline;
	background-image: url(images/picto_lien.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	
	padding-left: 14px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-left: 14px;
	
	display: block;

}
.suite a:hover {
	color: #4F8BCD;
	background-image: url(images/picto_lien_over.gif);
}

/* Menu Principal */
#menu_principal {
	position: absolute;
	
	top: 234px;
	left: 173px;
	
	width: 229px;
	height: 213px;
}

/* Photo */
#photo {
	position: absolute;
	
	top: 61px;
	left: 640px;
	
	width: 330px;
	height: 174px;
	
	background-image: url(images/home_bg_photo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	color: #295a8d;
	font-size: 11px;
}
img.photo {
	position: absolute;
	
	top: 14px;
	left: 14px;
	
	z-index: 90;
}
#masque {
	position: absolute;
	
	top: 14px;
	left: 10px;
	
	z-index: 100;

}

#texte_photo {
	position: absolute;
	
	width: 114px;
	height: 91px;
	
	top: 62px;
	left: 217px;
	
	overflow: hidden;
}
h2 {
	font-weight: bold;
	font-size: 11px;

}
/* -------------------------------------------- */
/* Carte Flash */
#carte_flash {
	position: absolute;
	top: 231px;
	left: 411px;
	
	width: 580px;
	height: 328px;
	
	z-index: 50;
	
	
	

}