/* Copyright à laisser : découpe par Cécile */
/*  Pour : http://kits-gratuits.net/ */

/*Rappel utile : les couleurs peuvent être modifiées au choix, ne modifiez pas les marges sans avoir les bases des CSS2, ou conservez le fichier intact quelque part ;) */

*{ margin:0; padding:0;} 

body { 
	width: 800px; 
	margin: auto; 
	background: url(../images/interface/bg.png) repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color: #000; 
	font-size: 10pt; 
}

img { 
	border: none; 
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: #000;
}

a:hover {
	color: #fff;
	background: #9C9C9C;
}

#global {  
	background: url(../images/interface/extensible.png) repeat-y; 
}

/* CSS du header 
-----------------------*/

#header {  
	height: 238px;
	background: url(../images/interface/header.jpg) no-repeat; 
	font-size: 12px;
	padding: 20px 0 0 0;
	text-align: center;
}

#header h1{
	font-size:32pt;
	color:#FFFFFF;
}
#header h4{
	font-size:12pt;
	color:#000000;
	
}

#header ul { 
	display: inline;
}

#header li { 
	display: inline;
	list-style: none;
	margin-right: 20px;
}

.headerBan {
	text-align:left;
	margin-top:53px;
	float:left;
}

/* CSS du contenu
------------------------ */

#contenu {
	padding: 0 1em 0 1em;
}

.colonne {
	float:left;
	width:370px;
}


#conseil {
float:left;
margin:1px;
padding:2px;
background-color:#79baf7;
text-align:center;
border : solid 1px #000000 ; 
}



.PubVerticale {
	float:left;
	margin:1px;
	margin-left:5px;
}

.cat { 
	width: 610px;
	float: left;
	border-bottom: 1px solid #C5D3D6;
	//border-right: 1px solid #C5D3D6;
	padding: 0 1em 1em 1em;
}

#impression {
	float:right;
	margin:1px;
	margin-left:5px;
}

#contenu h2 {
	height: 30px;
	background: url(../images/interface/categorie.png) no-repeat;
	padding: 0.5em 0 0em 1.5em;
	font-size: 1em;
	color: #fff;
}
#contenu h3 {
	font-size: 1.1em;
	margin-bottom:3px;
	margin-top:5px;
	padding-left:0px;
}

#contenu a {
	border-bottom: 1px dotted #000;
	color: #000;
}

#contenu a:hover {
	color: #fff;
	background: #9A9882;
}

ul {
	padding-left:30px;
}


td {
	vertical-align : top;
}


 /* CSS du menu 
 ------------------------*/
#menu  ul { 
	display: inline;
	font-size:14pt;
	color:#CCCCFF;
}

#menu li {
	display: inline;
	list-style: none;
	margin:3px;
	padding-top:10px;
	margin-bottom:10px;

}

#menu a {
margin: 0 10px 5px;
color: #FFFFFF;
text-decoration: none;
}

#menu a:link {
margin: 0 10px;
color: #FFFFFF;
text-decoration: none;
}
#menu a:hover {
margin: 0 10px;
color: #FFFFFF;
background:#0094e4;
text-decoration: none;
}


/* Menu horizontale dans recette */
#menu {
float:center;
margin-left:auto;
margin-right:auto;
margin-bottom:5px;
background-color:#0084f4;
text-align:center;
border-top : solid 1px #000000 ; 
border-bottom : solid 1px #000000 ; 
}



 /* CSS du footer 
 ------------------------*/
 
#footer {
	clear: both;
	height: 56px;
	background: url(../images/interface/footer.png) no-repeat; 
	text-align: center;
	font-size: 0.8em;
	color: #000;
}