/* CSS Document */
/* Copyright : Design by Skyline Cut by Gounlaf (gounlaf@gmail.com - http://www.cuts-forever.fr.st) */

body {
	background-color:#EFEFEF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	}
	
div#contenu {
	width:740px;
	height:auto;
	margin:auto;
	background-image:url('./images/bg.png');
	background-repeat:repeat-y;
	padding:0 38px 0 38px;
	}

img { padding:0; border:none; }
ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; }
h1 { text-align:center; margin:0; }
p { margin:0; padding:5px; }
div.clear { clear:both; }
.left { float:left; }
.right { float:right; }

div#header {
   background-image:url('./images/header.png');
   background-repeat:no-repeat;
   width:740px;
   height:170px;
   }
	
div#menu_h {
	background-image:url('./images/bg_menu.png');
	background-repeat:no-repeat;
	width:740px;
	height:43px;
	padding-top:4px;
	text-align:center;
	font-size:0;
	}

div#menu_h ul li { display:inline; }
div#menu_h a img { border:0; display:inline; }

div#centre {
	width:740px;
	height:auto;
	padding-top:15px;
	}
	
div#gauche {
	width:199px;
	height:auto;
	margin-left:12px !important;
	margin-left:6px;
	float:left;
	}
	
div.menu {
	background-image:url('./images/bg_menu_.gif');
	background-repeat:repeat-y;
	width:199px;
	height:auto;
	margin-bottom:10px;
	}
	
div.menu ul { margin:5px auto 5px 10px; }

div.menu_f {
	background-image:url('./images/menu_f.gif');
	background-repeat:no-repeat;
	width:199px;
	height:5px;
	font-size:0;
	}

.smile_txt {
	font-weight: bold;
	width: auto;
	background-color: #E6F5D4;
}

.smile_desc {
	font-style: italic;
}
	
div#droite {
	width:500px;
	height:auto;
	margin-right:20px !important;
	margin-right:10px;
	float:right;
	}
	
div.texte_h {
	background-image:url('./images/texte_h.gif');
	background-repeat:no-repeat;
	width:500px;
	height:16px;
	font-size:0;
	}
	
div.texte {
	background-image:url('./images/bg_texte.gif');
	background-repeat:repeat-y;
	width:480px;
	height:auto;
	padding:0 10px 0 10px;
	}
	
div.texte_f {
	background-image:url('./images/texte_f.gif');
	background-repeat:no-repeat;
	width:500px;
	height:17px;
	font-size:0;
	margin-bottom:15px;
	}
	
div#footer {
	background-image:url('./images/footer.png');
	background-repeat:no-repeat;
	width:740px;
	height:56px;
	bottom:0;
	position:relative;
	}
	
#footer_int{
	padding-top: 8px;
	text-align:center;
	font-size:9px;
}
	
.pub {
	clear: both;
	width: 475px;
	border: thin solid #000000;
	background-color: #FFFFFF;
}