/*Conception SylD*/

/* Copyright www.sellerie-lagneux.com*/


/*tout le site*/

body {
	
	color: #5c5646;
	font-size: 13px;
	font-family: Arial;
	background: #ffffff
}

div#site {
    
	text-align:left;
    width: 1134px;
	margin: auto;
}

/* bandeau */

div#header {

    background: url(images/header.jpg) center top no-repeat;
    height: 132px;
    margin: 0;
    padding: 0;
}

div#sd {
	
	font-size: 17px;
	text-align: left;
	padding-left: 220px;
	padding-top: 30px;
}

div#sd a, div#sd a:link {
	
	text-decoration: none;
	color: #5c5646;	
}
div#sd a:hover { 

	font-style: italic;
	font-weight: bold;
	color: #391318
	
}

/* menu de gauche*/

div#left {
	
	float: left;
	height:268px;
	width: 202px;
	margin: 0px;
	padding: 0px;
	background: url(images/top-left.jpg) no-repeat;
}

div#contenu-left {

	text-align: left;
    padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}


div#contenu-menu {
	
	font-size: 10px;
	padding-left: 0px;
	padding-bottom: 18px;
}

div#menu {
	
	margin-left: 5px;
	padding-left: 10px;
	padding-top: 7px;

}

div#menu a {
    
	color: #5c5646;
    font-weight : bold;
	font-size: 15px;
	height: 10px;
}

div#menu a:hover {
	
	font-style: italic;
	color: #391318
	
	}
	
/* partie droite*/
	

div#right {
    
	width:930px;
	float:left;
}

div#contenu-right {
	
    padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

/* Pied de page */

#footer {
    
	height:32px;
	width:1000px;
	margin: auto;
	padding:0;
	background: url(images/footer.jpg) no-repeat;
	text-align:center;
	font-size: 10px;
	clear: both;
	margin-top:-40px;
}

#footer p {
    
	padding-top: 11px;
    font-size: 10px;
	color: #5c5646
}

#footer a {
    
	color : #5c5646;
    text-decoration:none;
}

#footer a:hover , a:active , a:focus {
    
	color : #391318;
    font-weight : bold;
    text-decoration:none;
}

/* page d'écriture*/

html, body { 
    
	margin: 0;
	padding: 0;
}

span.spacer {
	
	height:0.01em;
	overflow:hidden;
	display:block;
	width:100%;
	clear:both;
}

img { border: 0; }
li { list-style: none; }

a {
    
	color : #5c5646;
    text-decoration:none;
}

a:hover , a:active , a:focus {
   
	color : #391318;
    font-weight : bold;
    text-decoration:none;
}

h1 {
	
	font-size: 15px;
	font-weight: bold;
	color: #5c5646;
	margin-bottom: 15px;
}

/*Conception SylD*/