/* CSS Document */
/* Copyright : Interface par Aurelio - Découpe par Gounlaf pour Kits-Gratuits.net */

body {
	background-color:#D1C3A9;
	color:#000000;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%;
	padding:0;
	margin:0;
	}
	
div#contenu {
	width:792px;
	height:auto;
	margin:auto;
	background:url('./images/interface/bg.png') repeat-y;
	padding-left:28px;
	padding-right:28px;
	}

img { display:block; margin:0; padding:0; }
ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#D1C3A9; font-weight:bold; }
a img { border:0; }
h1 { text-align:left; margin:0; padding:0; font-size:150%; }
h2 { margin:0; padding:0; font-size:100%; }
p { margin:0; padding:5px; }
div.clear { clear:both; }

div#header {
	width:392px;
	height:127px;
	background:url('./images/interface/header.png') no-repeat;
	padding-left:400px;
	padding-top:265px;
	}
	
div#contenu_2 {
	width:738px;
	height:auto;
	margin:auto;
	}
	
div#gauche {
	width:200px;
	height:auto;
	float:left;
	}
	
div.menu {
	background:url('./images/interface/m_footer.png') no-repeat bottom #FFFFFF;
	width:200px;
	height:auto;
	padding-bottom:15px;
	margin-bottom:12px;
	}
	
div.menu h2 {
	width:200px;
	height:19px;
	background:url('./images/interface/h2_m.png') no-repeat;
	text-align:center;
	padding-top:3px;
	}

div.menu ul {
	padding-left:4px;
	padding-top:10px;
	width:194px;
	border-left:1px solid #D2CDC4;
	border-right:1px solid #D2CDC4;
	}

div.menu li { height:15px; margin-bottom:3px; padding-left:18px; background:url('./images/interface/li.png') no-repeat; }

div#droite {
	width:514px;
	height:auto;
	float:right;
	}

div.texte {
	background:url('./images/interface/t_footer.png') no-repeat bottom #FFFFFF;
	width:514px;
	height:auto;
	padding-bottom:15px;
	margin-bottom:12px;
	}
	
div.text_ {
	width:512px;
	height:auto;
	border-left:1px solid #D2CDC4;
	border-right:1px solid #D2CDC4;
	}
	
div.texte h2 {
	width:514px;
	height:19px;
	background:url('./images/interface/h2_t.png') no-repeat;
	text-align:center;
	padding-top:3px;
	}
	
	
div#footer {
	width:792px;
	height:189px;
	background:url('./images/interface/footer.png') no-repeat;
	clear:both;
	}

div#footer p {
        text-align:center;
        }