/*Kit Graphique téléchargé sur Kits-Gratuits.net
Design de Taaman et découpe de CatWeb
*/

/*Configuration Générale*/

* {margin: 0; padding: 0;}

body {
	background: url(images/interface/bg_body.png) ;
	font-family: Arial, geneva, Helvetica, serif ;	
}

#page {
	width: 890px;
	margin: 0 auto;
}

/*Configuration de la partie Header*/

#header h1 {
	width: 442px;
	height: 138px;
	background: url(images/interface/header.png) no-repeat;
	text-indent: -9000px;
	margin: 0 0 0 30px;
}

/*Configuration de la partie menu haut image*/

#header ul {
	height: 70px;
	list-style-type: none;
	float: right;
	display: inline;
	margin: -120px 200px 0 0 ;
}

#header li {float: left}
	
#header li a {
	display: block;
	width: 78px;
	height: 74px;
	text-decoration: none;
	margin: 0 15px 0 0 ;
}

#header li a span {visibility: hidden}

#home a {background: url(images/interface/bg_home.png) no-repeat 0 0 ;}

*html #home { 
background-image:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/bg_home.png', sizingMethod='scale');
}

#home a:hover {background: url(images/interface/bg_home.png) no-repeat 0 -74px ;}

#mail a {background: url(images/interface/bg_mail.png) no-repeat 0 0 ;}

#mail a:hover {background: url(images/interface/bg_mail.png) 0 -74px ;}

/*Configuration du menu gauche*/

#menu_gauche {
	width: 170px;
	float: left;
	display: inline;
	margin: 25px 0 0 15px;
	list-style-type: none;
}

#menu_gauche li {
	display: block;
	width: 142px;
	height: 52px;
	background: url(images/interface/bg_menugauche.png) no-repeat;
	text-align: center;
}

#menu_gauche a {
	color: #4f492c;
	font-size: 14px;
	text-decoration: none;
}
	
#menu_gauche a:hover {
	color: #d6a100;
	font-weight: bold;
	text-decoration: underline;
}

/*Configuration de la partie Editorial*/

#editorial {
	width: 617px;
	height: 309px;
	float: right;
	display: inline;
	margin: 0 70px 0 0;
	background: url(images/interface/bg_editorial.png) no-repeat;
}

#editorial h2 {
	width: 34%;
	font-size: 17px;
	color: #CD5200;
	margin: 18px 0 0 34px;
	letter-spacing: 2px;
	border-bottom: 1px dashed #2A0000; 
}
	
#editorial p {
	font-size: 12px;
	margin: 12px 15px 5px 43px;
	color: #b41c1f;
}

#editorial a {color: #c2585a}

#editorial a:hover {text-decoration: none}

/*Configuration du Contenu*/

#contenu {
	width: 694px;
	background: url(images/interface/bg_contenu.png) repeat-y ;
	float: left;
	margin: 35px 0 25px 0 ;
}
	
#contenu_haut {
	width: 694px;
	height: 184px;
	background: url(images/interface/bg_contenuhaut.png) no-repeat;
	margin: 0 0 -100px 0;
	line-height: 130px;
}

#contenu h2 {
	color: #CD5200;
	text-indent: 40px;
	font-size: 16px;
	letter-spacing: 2px;
}
	

#contenu p {
	color: #883F5D;
	font-size: 12px;
	margin: 10px 24px 15px 45px;
}

#contenu a {color: #c6789b; margin: 0 1px;}

#contenu a:hover {text-decoration: none}

#fincontenu {
	width: 694px;
	height: 38px;
	background: url(images/interface/bg_fincontenu.png) no-repeat;
}

/*Configuration du menu droite */

#menu_droite {
	width: 175px;
	float: right;
	display: inline;
	margin: 45px 0 25px 0;
}
	
#menu_droite h2 {
	color: #D06A00;
	font-size: 22px;
	margin: 0 0 12px 0;
	width: 50%;
	border-bottom: 2px solid #24200E; 
}

#menu_droite h3 {
	color: #9D3400;
	font-size: 13px;
	margin: 0 0 5px 0;
}

#menu_droite ul {
	margin: 10px 0 10px 5px;
}
	
#menu_droite li {
	list-style-type: none;
	font-size: 13px;
}	

#menu_droite a {
	color: #6F684A;
	text-decoration: none; 
}

#menu_droite a:hover {
	color: #6F684A;
	text-decoration: underline;
}

/*Configuration du footer*/

#footer {
	width: 716px;
	height: 74px;
	background: url(images/interface/bg_footer.png) no-repeat;
	clear: both;
	line-height: 74px;
	text-indent: 275px;
	font-size: 12px;
	color: #59533B;
}

#footer a {color: #a69354}