/* ####################################################################### */
/* ########  Feuille de style d�finisant l'affichage par defaut  ######### */
/* ####################################################################### */

body {
	margin: 0;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#conteneur {
	position: absolute;
	width: 800px;
	height: 444px;
	margin-left: -400px;
	margin-top: -222px;
	left: 50%;	
	top: 50%;
}

img {	
	border: none;
}

a {
	color: #006bb9;
	text-decoration: underline;
}

/* ####################################################################### */
/* ACTU */

#actualite {
	position: absolute;
	right: 0;
	bottom: 28px;
	width: 241px;
	height: 177px;
}

#actu {
	position: absolute;
	height: 130px;	
	overflow: hidden;
	margin: 35px 30px 0 10px;
}

/* Liens si javascript d�sactiv� */
#lienToutesActus {
	position: absolute;
	top: 50px;
	left: 15px;
}

/* FIN ACTU */
/* ####################################################################### */

/* ####################################################################### */
/* MOTEUR */

#moteurRecherche {
	position: absolute;
	right: 0;
	top: 205px;
}

.champMoteur {
	font-size: 10px;
}

#formMoteurRecherche p {
	float: left;
	margin: 0;
}

label {
	display: none;
}

/* FIN MOTEUR */
/* ####################################################################### */

/* ####################################################################### */
/* CORPS */

/* Titre */
h1 {
	background: url(../images/logo_accueil.gif);
	margin: 0;
	width: 235px;
	height: 227px;
}

h1 span, h2 {
	display: none;
}



/* MENU */
#menu {
	position: absolute;
	width: 450px;
	left: 50px;
	top: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	position: absolute;

}

#menu a {
	position: relative;
	background: url(../images/puce_menu_accueil.gif) 0 8px no-repeat;
	font-size: 12px;

	font-weight: bold;
	color: black;
	text-decoration: none;
	padding: 10px 0 10px 25px;
}

#menu a:hover {
	color: gray;
}

#menu1 {
	left: 0;
	top: 0;
}

#menu2 {
	left: 0;
	top: 45px;
}

#menu3 {
	left: 130px;
	top: 0px;
}

#menu4 {
	left: 130px;
	top: 45px;
}

#menu5 {
	left: 300px;
	top: 0px;
}

/* CORPS */
#corps {
	position: absolute;
	z-index: 200;
	width: 220px;
	top: 180px;
	right: 70px;
}

#actualite {	
	height: 180px;
	overflow: hidden;
}

#actualite h1 {
	font-size: 10px;
}

#actualite .descriptif {
	font-size: 10px;
}

#actualite .texte {
	font-size: 10px;
}

#actualite a {	
	position: relative;
	z-index: 200;
	font-weight: bold;
	color: black;
}

hr {
	color: black;
}

.piedContenuCorps {
	height: 12px;
}

/* FIN CORPS */
/* ####################################################################### */

/* ####################################################################### */
/* PIED */

#pied {
	position: absolute;
	bottom: 0;
	width: 800px;
	color: #797979;
}

#pied p {
	position: relative;
	top: 25px;
	text-align: center;
}

#pied a {
	color: #797979;
}


/* FIN PIED */
/* ####################################################################### */


/* ####################################################################### */
/* #############################   Classes   ############################# */
/* ####################################################################### */

