/*Feuille de style général du design*/

body {
	/*background-color:#EAEAEA;*/
	background-color:#CCCCCC;
	background:url('../images/bg_page.gif') #CCCCCC;
	background-position:center;
	background-repeat: repeat-y;
	color:#555555;
	font:70% Arial, Verdana, Tahoma, Helvetica, sans-serif;
	padding:0;
	margin:0;
	}
	
div#contenu {
	width:684px;
	height:auto;
	margin:8px auto auto auto;
	}

img { display:block; margin:0; padding:0; }
ul , li { margin:0; padding:0; list-style-type:none; }
a { text-decoration:none; color:#636363; }
a img { border:0; }
h1, h2, h3, h4, h5 { margin:0; padding:0; }
p { margin:0; padding:5px; }
div.clear { clear:both; }
.hid { display:none; }
form { margin:0; padding:0; }

div#menu_top {
	width:684px;
	height:40px;
	background:url('../images/bg_top.gif') no-repeat left #000000;
	margin-bottom:6px;
	}
	
#menu_top ul		{ text-align:right; padding:14px 35px 0 0; }
#menu_top ul li	{ display:inline; margin-left:66px; }
#menu_top a		{ color:#FFF; text-transform:uppercase; border-right:1px solid #FFF; padding-right:4px; font-weight:bold; }

h1#header			{ background:url('../images/header.jpg') no-repeat; width:684px; height:142px; }


div#menu {
	width:192px;
	height:auto;
	float:left;
	padding-top:5px;
	}

#menu h2	{ color:#FFF; font-size:100%; text-transform:uppercase; height:13px; padding:1px 0 1px 5px; margin-top:6px; }
h2.noir	{ background:url('../images/noir.gif') repeat-x; }
h2.orange	{ background:url('../images/orange.gif') repeat-x; }

#menu ul				{ margin-top:10px; }
#menu li				{ width:167px; height:13px; background:#F2F2F2; margin-bottom:9px; }
#menu ul li a			{ padding:2px 0 0 5px; }
ul.noir li			{ border-right:6px solid #454545; }
ul.noir li a:hover		{ color:#454545; }
ul.orange li			{ border-right:6px solid #cccccc; }
ul.orange li a:hover	{ color:#cccccc; }

div#corps {
	width:480px;
	height:auto;
	float:right;
	}
	
div#recherche {
	background:url('../images/bg_search.gif') repeat-x;
	width:467px;
	height:31px;
	margin-top:1px;
	padding-left:13px;
	}
	
#recherche form	{ color:#FFF; padding-top:6px; }
#recherche input	{ border:0; vertical-align:middle; }
input#search		{ width:250px; height:16px; }
input#ok			{ width:22px; height:16px; margin-left:5px; }
#recherche form p	{ padding:0; }

div.text {
	width:478px;
	height:auto;
	border-width:1px 1px 3px 1px;
	border-color:#E4E4E4;
	border-style:solid;
	}
	
h2.titre  { color:#FFF; font-size:100%; text-transform:uppercase; height:13px; padding:1px 0 1px 5px; margin-top:6px; background:url('../images/noir.gif') repeat-x; }

p#footer {
	clear:both;
	width:100%;
	background-color:#000000;
	border-bottom:1px solid #000;
	color:#FFF;
	padding:2px 0 1px 6px;
	font-size:90%;
	}
