/* CSS Document */

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

ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#000000; text-decoration:none; font-weight:bold; font-size:15px; }
a:hover { color:#666666; 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%; }
div.clear { clear:both; }

#contenu .promo {font-family:arial; color:#0000ff; font-size:18px; text-decoration:underline; font-weight:bold;}

.photos {margin:auto; clear:both; padding:0;}
.photos li {list-style:none; margin:0px; float:left; padding:5px 2px 10px 2px; text-align:center;}
.photos img {width:120px; height:160px; border:0px; display:block;}

div#header {
	background:url('./images/header.jpg') no-repeat;
	width:482px;
	padding-left:318px;
	height:126px;
	text-transform:uppercase;
	margin-bottom:20px;
	}
	
h1 { font-size:350%; color:#fcfdf9; }
h1 span { display:block; font-size:40%; color:#ffffff; letter-spacing:8px; }

ul#menu {
	height:24px;
	position:absolute;
	top:101px;
	background-color: #333333;
}
#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; }

#contenu .pub {font-family:arial; color:#0000ff; font-size:22px; text-decoration:underline; font-weight:bold;}
#contenu .liens {font-family:arial; color:#000000; font-size:11px; text-decoration:underline; font-weight:bold;}

div#menu_droite {
	width:250px;
	height:auto;
	float:right;
	text-align:center;
	}
	
#menu_droite h2 {
	background:url('./images/bg_menu.gif') no-repeat;
	width:250px;
	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; }

div#texte {
	float:left; font-size:13px;
	width:530px;
	margin-left:16px !important;
	margin-left:8px;
	}

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

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