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

html {
	height: 100%;
}

body {
	height: 98%;
	background-color: #1a1a1a;
	font-family: Arial, Heletica, sans-serif;
	font-size: 12px;
	color: #222;
	text-align: left;
	background-image:url(../img/fd.gif);
}



/* LOGO */
#logo {position: absolute; top: 60px; left: 15px;}

/* MENU */
/* width = 170 + 70 + 65 + 136 = 441 + les marges sur les images 305 335 */
#menu {width: 481px; margin: 0 auto;}
#menu li {list-style-type: none; display: block; float: left;}
#menu a {display: block;}
#menu img {margin: 5px;}

/* RUBRIQUAGE */

#rubriquage {
position: absolute;
top : 142px;
left : 365px;
}

/* CONTAINER */
#container {width:900px; margin: 0 auto; padding: 190px 0; clear:both;}

/* AGENDA */

/* Image */
#agenda_img {width: 257px; text-align: right; vertical-align: top;}

/* Texte */
#agenda_txt {width: 290px; vertical-align: top; background-color: #FFFFFF; padding: 0 10px 0 0;}
#agenda_txt a {color : #000;}

/* Liste */
#agenda_liste{
width: 243px; vertical-align: top; background-color: #000000; padding: 10px;}

/* CONTACT */
#contact_txt_1, #contact_txt_2 {width: 266px; vertical-align: top; background-color: #FFFFFF; padding: 0 10px 0 0;}
#contact_txt_1 a, #contact_txt_2 a {color : #000;}


