/* CSS Document */
#pub_accueil { position: absolute; width:700px; height: 500px; top: 10%; margin: 0 125px; }
body {
	background-color:#431f2c;	
}
h1,h2,h3,h4,h5 {
	font-family:"Century, Verdana, Geneva, sans-serif";
}
#header {
	background:#4f2433;
}
#logo {
	height:81px;
	padding-top:25px;
}
#animation {
	border-top:1px #FFF solid;
}
.menu {
	list-style:none;
	margin:0 0 0 70px;
	padding:0;	
}
.menu li {
	display:inline;
	float:left;
}
.menu li a {
	display:block;
	float:left;
	color:#FFF;
	width:99px;
	height:36px;
	text-align:center;
	padding:70px 0 0 1px;
	background:url("../images/btn_menu.gif") no-repeat 0 0;
	text-decoration:none;
}
.menu li a:hover{
	display:block;
	float:left;
	color:#FFF;
	width:99px;
	height:36px;
	text-align:center;
	padding:70px 0 0 1px;
	background:url("../images/btn_menu_hover.gif") no-repeat 0 0;
	text-decoration:none;
}
#actif{
	display:block;
	float:left;
	color:#FFF;
	width:99px;
	height:36px;
	text-align:center;
	padding:70px 0 0 1px;
	background:url("../images/btn_menu_hover.gif") no-repeat 0 0;
	text-decoration:none;
}
#banniere_flash {
	padding:5px;
	background:#FFF;
}
#texte_accueil {
	color:#50473b;
	font-size:12px;
}
#contenu {
	background:#FFF;
	padding:10px 0;
}
#contenu img {
	border:solid 8px #e5dbcf;
	margin:10px;
}
#zone_accueil h1 {
	background:url("../images/titre.jpg" ) no-repeat 0 0;
	text-indent:-9999px;
	color:#4f2433;
	height:72px;
	display:block;
	margin:0;
}
#texte_accueil {
	background:url("../images/bg_texte_cuisto.gif") no-repeat 15px 0;
	height:163px;
	text-align:justify;
}
#cuistot {
	background:url(../images/cuisto.jpg) no-repeat 0 0;
	height:233px;
}
#contenu_du_site {
	background:#3a1a25;
}
h2 {
	background:url("../images/puce.gif") no-repeat 0 0;
	font-size:18px;
	color:#652e41;
	line-height:30px;
	border-bottom:solid 1px #e9e0d6;
	width:240px;
	text-indent:70px;
	letter-spacing:-1px;
}
h4 {
	font-size:14px;
	color:#652e41;
	line-height:30px;
	border-bottom:solid 1px #e9e0d6;
}

.sousmenu {
	list-style:none;
	padding:10px 0;
	text-align:center;
	height:40px;
}
.sousmenu li {
	display:inline;
	float:left;
	margin:5px 0 0 5px;
}
.sousmenu a {
	color:#fff;
}
.texte_centre {
	text-align:center;
}
.entete {
	background:#FFF;
	padding:10px 0;
}
.titre-rubrique {
	font-size:24px;
	color:#652e41;
	line-height:30px;
	border-bottom:solid 1px #e9e0d6;
	width:100%;
	background:url("../images/puce.gif") no-repeat 0 0;
	text-indent:70px;
	text-align:left;
}
.pagination {
	line-height:2em;
}
.pagination a,
.pagination span {
	padding:0.2em 0.5em;
}
.pagination a {
	border:1px solid #3A1A25;
	color:#3A1A25;
	text-decoration:none;
}
.pagination a:hover {
	border:1px solid #3A1A25;
	color:#000031;
}
.pagination .prevnext {
	font-weight:bold;
}
.pagination span.disabled { 
	border:1px solid #DDDDDD;
	color:#999999;
}
.pagination span.current {
	border:1px solid #3A1A25;
	background-color:#3A1A25;
	color:#ffffff;
	font-weight:bold;
}