/* CSS Document */

body {
	background:url('./images/bg.png') repeat-x #FAFAF9;
	color:#4C4C4B;
	font:70% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	}
	
div#contenu {
	width:648px;
	height:auto;
	margin:auto;
	}

ul , li { margin:0; padding:0; list-style-type:none;  margin:0; padding:2px; font-size:90%;}
a { color:#4C4C4B; text-decoration:none; font-weight:bold; }
a:hover { color:#B0D40A; font-weight:bold; }
a img { border:0; }
h1, h2, h3, h4, h5 { margin:0; font-size:100%; font-weight:normal; }
p { margin:0; padding:5px; font-size:90%; }
p span { font-size:125%; }

div.clear { clear:both; }

div#header {
	padding-left:0px;
	height:126px;
	margin-bottom:40px;
	}
	
h1 { font-size:350%; color:#B0D40A; font-weight:bold;}
h1 span { display:block; font-size:40%; color:#7D7D7D; letter-spacing:8px; }

h3 { font-size: 120%; font-weight:bold;}
h4 { font-weight:bold;}

ul#menu { height:24px; padding-left:266px; position:absolute; top:101px; }
#menu li { display:inline; margin-right:35px; }
#menu a { color:#FFF; font-weight:normal; padding-bottom:9px; }
#menu a:hover { background:url('./images/top_hover.gif') no-repeat bottom; color:#B0D40A; }

div#menu_droite {
	width:161px;
	height:auto;
	float:right;
	text-align:center;
	}

#menu_droite h2 {
	background:url('./images/bg_menu.png') no-repeat;
	width:158px;
	height:25px;
	font-size:120%;
	text-transform:uppercase;
	color:#FFF;
	padding-top:5px;
	}

#menu_droite ul { margin:12px auto 50px auto; }
#menu_droite a { font-weight:normal; }
#menu_droite p { 
	font-weight:normal; 
	text-align:left;
	}

div#texte {
	float:left;
	width:420px;
	margin-left:16px !important;
	margin-left:8px;
	}

ul#fleche li {
	list-style-position: inside;
	background: transparent url(images/fleche.png) no-repeat scroll 0 6px;
	padding: 0px 0px 0px 15px;
}


div.post { margin-bottom:50px; }
.post h2 { border-bottom:1px dotted #030303; text-transform:uppercase; color:#B0D40A; font-size:150%; }
p.infos { color:#D6D6D5; font-size:80%; }

p#footer { clear:both; text-align:center; }

