
body {
	margin: 0px;
	background-color: #271B12;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #736358;
	text-align: center;
    background-image:url(../img/construct/back_body.jpg);
	background-repeat:repeat-x;
	background-position: 0px 10px;
}

/* ----- NEUTRAL --------------------------------------------------------------------------- */

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0px;
	padding: 0px;
}

a img,:link img,:visited img {
	border: none;
}

hr {
    height: 1px;
    margin: 5px 10px 10px 10px;
    background-color: #C7B299;
    color: #C7B299;
    border: 0px;
    padding: 0px;
    display: block;
    width: 730px;
}



/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	margin: 0px 5px 10px 5px;
	font-size: 14px;
	color: #756B26;
	height:20px;
    background-image: url(../img/icones/bullet.png);
	background-repeat:no-repeat;
	background-position:7px 5px;
    padding:5px 0 0 30px;
}

h1 a:link, h1 a:hover, h1 a:visited {
	color: #756B26;
}

h2 {
	margin: 15px 10px 10px 10px;
	font-size: 13px;
	color: #66462B;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #66462B;
}

h2.slog {
	margin: 5px 10px 0px 10px;
	font-size: 13px;
    font-style: italic;
	color: #756B26;
}

h3 {
	margin: 15px 10px 5px 10px;
	font-size: 11px;
	color: #736358;
}

p {
	margin: 0px 10px 20px 10px;
}

ul, ol {
	margin: 0px 10px 20px 30px;
}

li {
	margin: 5px 5px 15px 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #736358;
}

a:hover {
	text-decoration: underline;
	color: #756B26;
}

#a_content a:link, #a_content a:visited {
	text-decoration: none;
	color: #4B7D28;
	font-weight: bold;
}

#passion {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*float: left;
    width: 485px;*/
}

#astuce {
	padding: 5px 0px 10px 0px;
	margin: 0px 10px 10px 15px;
	/*float: right;*/
    width: 728px;
    border:1px solid #C7B299;
    background-color: #f2f2d8;
}

/* ----- CONSTRUCT ------------------------------------------------------------------------- */

#general {
	width: 760px;
	margin: 20px auto 10px auto;
	background-color: #ffffff;
	color: #736358;
	text-align: left;
}

#main {
	padding: 20px 0px 0px 0px;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 400px;
	margin: 0px auto 15px auto;
	border: 0px solid #756B26;
	text-align: left;
}

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #756B26;
	font-size: 11px;
}

input, select {
	width: 200px;
}

textarea {
	width: 385px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

/* ----- TOP ------------------------------------------------------------------------------- */

#bordertop {
	height: 5px;
	padding: 0px;
	background-color: #756B26;
}

#banner {
	margin: 0px 0px 0px 0px;
}

.menu {
	padding: 6px 3px 3px 3px;
	text-align: center;
    font-weight: normal;
    font-size:11px;
    color:#827C58;
    background-color: #271B12;
    height:16px;
    
}

.menu a:link, .menu a:visited {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #b8af7b;
}

.menu a:hover {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #7F7956;
}

/* ----- MENU FOOT ---------------------------------------------------------------------------- */
.menufoot {
	
	padding: 6px 3px 0 3px;
    font-weight: normal;
    font-size:9px;
    color:#827C58;
    height:16px;
    margin:0 0 0 60px;
    
}

.menufoot a {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #827C58;
}

.menufoot a:hover {
	margin: 0px 5px 0px 5px;
	text-decoration: none;
	color: #b8af7b;
}

/* ----- BOTTOM ---------------------------------------------------------------------------- */
#img_haut{
	float:right;
    margin:-10px 0 0px 0;
}



#hautpage {
	text-align: right;
	padding: 0 0  0 0;
    background-image:url(../img/construct/hr_bottom.jpg);
	background-repeat:no-repeat;
    height:11px;
	
}

#copylien {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #443123; 
	text-decoration: none; 
	text-align:center;
}

div#copylien a:link, div#copylien a:visited { 
	color:#443123; 
	text-decoration: none;
}

div#copylien a:hover {
	color: #5E4432;
	text-decoration: none; 
}




#contact_left{
	float:left;
    width:200px;
    
    margin:0 0 0 40px;
}

#contact_right{
	float:right;
    width:200px;
   
    margin:0 0px 0 0 ;
}

/* ----- ACTUS -------------------------------------------------------------------------------- */

.texte_actu  img{
	float:right;
}

.texte_actu  .actu_link{
	text-align:right;

}

.texte_actu {margin:0 10px 0 0;}

hr{clear:both;}

/* ----- MODULE ACTUS -------------------------------------------------------------------------------- */

#mod_actu{
	background-color:#f7f7f7;
	border:3px solid #e2e2e2;
	margin:0 3px 10px 3px;
	color:#737373;
	text-align:center;
}

#mod_actu h2{
	font-size:14px;
	display:block;
	background-color:#e2e2e2;
	margin:2px 2px 2px 2px;
	padding:7px 0 7px 0;
}

#mod_actu h2 a{
	color:#032c51;
}

#mod_actu .texte_actu {
	text-align:left;
}

#mod_actu .texte_actu a{
	display:block;
}

#mod_actu .texte_actu img{
	width:60px;
	margin:0 0 5px 5px;
	border:1px solid #032c51;
}

#tte_actus {
	width:161px;
	height:23px;
	display:block;
	padding:8px 0 0 0;
	margin:10px 2px 0 2px;
	background-image:url(../img/icones/bouton.jpg);
	color:#e2e2e2;
}

.texte_actu a {
	color:#717171;
}

.texte_actu .actu_link a {
	color:#9f4526;
}