@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the contenant in IE 5* browsers. The text is then set to the left aligned default in the #contenant selector */
	background-color: #CCDF5E;
    color: #000;
	position: relative;
}
.troisColFixEnt #contenant {
	width: 1020px;
	margin: 0 auto;
	background-image: url(../images/fond-1px.gif);
	background-repeat: repeat-y;
	text-align:center;
	position: relative;
	overflow: hidden;
} 
.troisColFixEnt #colonne1 {
	width: 180px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	padding-top: 0px;
	height: 100%;
	margin-left: 0px;
	float: left;
	overflow: hidden;
}
.troisColFixEnt #colonne2 {
	width: 180px;
	height: 100%;
	margin-top: 0px;
	float: right;
	overflow: hidden;
}
.troisColFixEnt #entete {
	margin-top: 0px;
	width: 660px;
/*	margin-left: 180px;
*/	float: left;
} 
#nav {
	margin-top: -3px;
	width: 660px;
	/*	margin-left: 180px;
*/	float: left;
	border: 0;
}

.troisColFixEnt #entete h1 {
	margin: 0; /* zeroing the margin of the last element in the #entete div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.troisColFixEnt #contenu {
	margin:0px;
	padding-left: 40px;
	float:left;
	text-align:left;
	width: 600px;
} 

/*.troisColFixEnt #contenu {
	margin: 0 200px 0 220px;
	padding: 0;
	width: 600px;
	text-align:left;
}*/ 

.troisColFixEnt #basdepage {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
 	margin-left: 0;
	margin-right:0;
	margin-bottom:0;
/*	background:#CCDF5E;
*/} 
.troisColFixEnt #basdepage p {
	margin: 0; /* zeroing the margins of the first element in the basdepage will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a contenant that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	padding:30px 0 25px 0;
	font-size:24pt;
	font-weight: bold;
	color: #2F5D21;
}
 
h2 {
	font-size:1.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #636C2B;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
li {
	padding-bottom: 10px;
}
.titre_bande {
	color: #2F5E21;
	background-color: #CCDF5E;
	font-weight: bold;
	height: 22px;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 30%;
}


h4 {
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 15px;
}

 
h3 {
	font-size:1em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 120%;
}
 
ul, ol {
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1.25em;
	padding-left: 1.25em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
	border:0;
	text-align: center;
	margin: 0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
.image_droite_marge {
	margin-left: 25px;
	float: right;
	padding-right: 10px;
	padding-bottom: 15px;
}

 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
	padding:0px;
	border:0px;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    {
	float:left;
	padding-right: 25px;
	padding-bottom: 15px;
}
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.marge_gauche_bas {
	bottom: 70px;
	text-align: center;
	margin-top: 600px;
}

.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.encadre {
	background-color: #CCDF5E;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.slogan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F3850A;
	font-style: italic;
	margin-top: -30px;
	margin-bottom: 25px;
	text-align: left;
}


.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.texte_vert {
	color: #2F5E21;
}
