﻿/* generales */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, sans-serif;
}
a img{
	border:none;
}
#texte p{
	padding:5px;
}
#texte p:first-letter{
	text-transform:capitalize;
}
.rouge, .rouge_gras{
	color:#6D0404;
}
.gris{
	color:#666;
}
.gras, .rouge_gras{
	font-weight:bold;
}
.clear{
	clear:both;
	height:0;
	width:0;
}
.float{
	float:left;
}
.float_r{
	float:right;
}
.img_cadre{
	border:3px solid #6D0404;
	padding:10px 0;
}
.center{
	text-align:center;
}
#texte{
	width:740px;
	_width:735px;
}
#texte a{
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #601414;
}
#texte a:hover{
	border:none;
}
#texte .revue{
	padding:10px 0;
	float:left;
	width:350px;
}
#texte .revue a{
	text-decoration:none;
	font-weight:bold;
	border:none;
}
#texte .revue a:hover{
	text-decoration:underline;
}
#texte .revue small{
	font-size:10px;
	padding-top:2px;
	display:block;
}
#texte table.middle td, #texte table.middle th{
	text-align:center;
}
#texte span.spip_documents img{
	padding:0 10px;
}
#texte div.revue img{
	padding:0;
}
.float_revue{
	float:left;
	margin-right:5px;
}
#millesime tr td, #millesime tr td span.spip_documents img{
	margin:0;
	padding:0;
	vertical-align:middle;
}
#millesime .rosatre td{
	color:#fff;
	background:#B96B5E;
	padding:3px 0;
}
#millesime tr.generique td.bck{
	background:#9A3231;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
}
#millesime tr.generique td{
	background:#DEBEB3;
	padding:3px 0;
}
/* tableaux speciaux */
table.spip, table.spip tr, table.spip td, table.spip th{
	border:1px solid #000;
	border-collapse:collapse;
	padding:2px 5px;
}
/* titres */
h1{
	color:#6D0404;
	font-size:22px;
	font-family:georgia, "Times new roman", times, serif;
	margin:10px 0 5px 0;
}
h2{
	color:#6D0404;
	font-size:16px;
	font-family:georgia, "Times new roman", times, serif;
	margin:10px 0 5px 0;
}
/* listes */
#texte ul{
	padding:0;
	margin:5px 35px;
	list-style-image:url(../images/puce.jpg);
}
#texte ul.liste li{
	padding:2px 0;
}
/* squelette */
body{
	background:#EEE4D5 url(../images/bckgnd_head.jpg) repeat-x;
}
#site{
	margin:0 auto;
	width:950px;
}
/* fil d'ariane */
#ariane a, #ariane{
	font-size:10px;
	color:#81252A;
	padding-bottom:5px;
}
/* banniere */
#banniere{
	position:relative;
}
#banniere p{
	position:absolute;
	left:0;
	top:110px;
	width:370px;
	color:#DECCA5;
	font-size:14px;
	font-family:Verdana, Arial, sans-serif;
}
#image_rot{
	position:absolute;
	top:5px;
	left:600px;
}
/* menu */
#menu ul#level_1 li, #menu ul.level_2 li, #menu ul.level_3 li{
	display:block;
	float:left;
	background:#82252B;
	height:22px;
	line-height:22px;
	font-size:16px;
	font-weight:bold;
	border-top:1px solid #B68084;
	border-left:1px solid #B68084;
	margin:1px 1px 0 0;
	padding:0 10px 0 10px;
	position:relative;
}
#menu ul.level_2, #menu ul.level_3{
	display:none;
}
#menu ul#level_1 li:hover ul.level_2{
	display:block;
	position:absolute;
	left:-1px;
	top:22px;
}
#menu ul#level_1 li ul.level_2, #menu ul#level_1 li ul.level_2 li{
	margin:0;
	padding:0;
	width:200px;
}
#menu ul#level_1 li ul.level_2 li{
	padding-left:2px;
	margin-right:2px;
}
#menu ul.level_2 li:hover ul.level_3{
	display:block;
	position:absolute;
	top:-1px;
	left:202px;
}
#menu ul#level_1 li ul.level_2 li ul.level_3 li{
	border-left:none;
		width:150px;
}
#menu a{
	color:#fff;
	text-decoration:none;
	font-family:georgia, "times new roman", times, serif;
}
#menu ul#level_1 li:hover, #menu ul#level_1 li:hover a:hover{
	/*display:block;*/
	color:#81252A;
	background-color:#DF9A1B;
}
#menu ul#level_1 li ul.level_2 li a{
	font-size:11px;
}
#contenu{
	padding-top:25px;
}
/* menu droite */
#menu_d_container{
	width:200px;
	float:right;
}
.menu_d{
	/*width:246px;*/
	width:196px;
	margin-top:45px;
	background:url(../images/menu_d_m.jpg) repeat-y;
}
.menu_d p, .menu_d h3{
	margin:0 8px;
	padding:2px;
}
.menu_d p.normal a{
	font-size:12px;
}
.menu_d p.grand{
	padding-left:50px;
}
.menu_d p.grand a{
	font-size:14px;
}
.menu_d p{
	padding:15px;
}
.menu_d p, .menu_d a{
	color:#6D0404;
	font-size:11px;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	line-height:12px;

}
.menu_d a:hover{
	text-decoration:underline;
}
.menu_d h3{
	background:#81252A;
	color:#fff;
	font-family:georgia, "Times new roman", times, serif;
	font-size:15px;
	padding:7px 9px;
	clear:both;
}
.menu_d_h{
	background:url(../images/menu_d_h.jpg) no-repeat;
	height:8px;
	border:none;
	margin:none;
}
.menu_d_b{
	background:url(../images/menu_d_b.jpg) no-repeat;
	height:8px;
	border:none;
	clear:both;
}
.conce{
	margin-top:30px;
}
.conce h3{
	font-weight:normal;
	background:#704923;
}
.conce p{
	height:23px;
	line-height:23px;
	margin-bottom:5px;
}
.conce input.bord{
	border:1px solid #000;
	width:75px;
	height:23px;
	vertical-align:baseline;
}
/* footer */
#footer, #footer a{
	text-align:center;
	background:#601414;
	line-height:15px;
	padding:5px 0;
	border-top:2px solid #C4B092;
	color:#fff;
	margin-top:10px;
	clear:both;
}
#footer a{
	border:none;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer small{
	font-size:10px;
}
/* liens en bas de page */
#links{
	padding-top:10px;
}
#links .float{
	padding:0 5px;
}
#links .float div{
	padding-left:10px;
	margin-bottom:5px;
}
#links, #links a{
	font-size:10px;
	color:#000;
	text-decoration:none;
	overflow:auto;
	background:#ddd;
}
#links a:hover{
	text-decoration:underline;
}
#news #aff li, #news #aff li *{
	color:#6D0404;
	font-size:10px;
}
#news #aff ul{margin-left:30px;}
