/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	background-color:#332B1D;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
#conteneur{
	background-color:#FFFFFF;
	width:910px;
	height:100%;
	margin:0px auto;
}
#footer{
	width:910px;
	height:505px;
	
		color:#544B1C;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.menu_footer{
background-color:#332B1D;
padding-left:5px;
color:#C4D687;
padding-right:5px;
text-align:center;

}
.menu_footer a{

color:#C4D687;


}
.menu_footer a:hover{

color:#ffffff;


}

#header{
	padding-left:6px;
	margin:0px;
	height:84px;
}
#contenu{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
}
h2{
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.jaune{
	color:#FFCE24;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert{
	color:#DBE56A;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert2{
	color:#C7D325;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert3{
	color:#9DA81E;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert4{
	color:#85772C;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert5{
	color:#544730;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h2.vert6{
	color:#100E0A;
	font-family:"Times New Roman", Times, serif;

	font-size:18px;
	margin:0px;
	padding:16px;
	padding-left:40px;
	border-bottom:solid 1px #C4D687;
	font-weight:bold;
}
h3{
	font-family:"Times New Roman", Times, serif;
	color:#544B1C;
	font-size:18px;
	margin:0px;



	font-weight:bold;
}
.tableau{
	border-top:solid 1px #C4D687 ;
	background-image:url(../images/bg_fleur.jpg);

	background-repeat:no-repeat;
	background-position:top right;
}
.texte{
	color:#544B1C;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:25px;
	width:265px;
	padding-left:40px;
	margin-top:10px;
}
.align_droite{
	position:absolute;
	padding-left:318px;
	margin-bottom:0px;

	top:84px;

	
}
a{
	color:#544B1C;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	
}
a:hover{
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	
}
