/* CSS Document */

body{
	padding:0;
	margin:0pt auto;
	background-color:#868783;
	background-image:url(images/pattern.jpg);
	background-repeat:repeat-x;
	color:#000000;
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
	border:0px;
}

h1{
	font-family:Helvetica, sans-serif;
	font-size:24px;
	color:#387833;
	padding:15px;
}

img{ border:none;}

a:active {  color: #004eff;}
a:link {  color: #004eff; }
a:visited { color: #004eff;}
a:hover { color: #004eff; }


/* #########################################

			TEMPLATE
			
	#########################################*/
#Container{
	margin:0pt auto;
	width:956px;
}

#Top{
	margin:0pt auto;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:105px;
}

#Middle{
	margin:0pt auto;
	width:956px;
	background-color:#fbfdde;
}

#Left{
	float:left;
	width:314px;
}

#LeftTop{
	width:314px;
	background-color:#fbfdde;
	border:2px dotted #002901;
}
#LeftMid{
	width:314px;
	background-color:#fbfdde;
	border-left:2px dotted #002901;
	border-right:2px dotted #002901;
}
#LeftBottom{
	width:314px;
	background-color:#fbfdde;
	border-top:2px dotted #002901;
	border-right:2px dotted #002901;
	border-left:2px dotted #002901;
	
}

#Right{
	float:left;
	width:636px;
	background-color:#fbfdde;
	border-top:2px dotted #002901;
	border-right:2px dotted #002901;
	margin-left:4px !important; /* Major browsers other than IE 6 and below respect the importance immediately */
	margin-left:0px /* IE 6 and below use this value instead, even though the above was marked as important */
}


#Bottom{
	clear:left;
	margin:0pt auto;
	text-align:center;
	padding-top:10px;
	width:956px;
	height:60px;
	background-color:#002901;
}

/* bottom navigation links */
a.bottom:active {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #ebfa9a;font-weight:400;}
a.bottom:link {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #ebfa9a;font-weight:400; }
a.bottom:visited {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #ebfa9a;font-weight:400;}
a.bottom:hover {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #ebfa9a;font-weight:400; }
.Footer{font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #ebfa9a;font-weight:400; }

/* #########################################

			FIN DU TEMPLATE
			
	#########################################*/
.SwitchMenu{
width:135px;
float:right;
font-family:Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#035c09;
padding:3px 0px 0px 0px;
margin-right:3px;
margin-top:88px;
text-decoration:none;
text-align:center;
}

#Left p{
	padding:10px;
}	
.Titre{
	width:314px;
	background-color:#ebfa9a;
}
.Content{
	width:314px;
}
.Titre h2{	
	font-family:Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#2b6d2a;
	padding:12px;
}

.Content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#LeftTop img{
	padding-left:8px;
}
#LeftMid img{
	float:right;
	padding:2px 10px 0px 10px;;
}

#LeftBottom .Titre{
	background-color:#adb871;
}
#LeftBottom h2{
	background-color:#adb871;
	color:#1c551b;
}
#LeftBottom .Content{
	background-color:#d9e790;
	background-image:url(images/bg_economie.gif);
	background-repeat:no-repeat;
	background-position:center;
	min-height:535px;
}
.pict1{
	/*margin:0pt auto;*/
	margin:8px 0px 0px 60px;
}

#Right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#064118;
	padding:10px 15px 10px 15px;
}

#Right .MotClef{
	font-size:12px;
	line-height:14px;
	color:#000000;
}


#Right .font13{
font-size:13px;}
.logo{
	padding:5px 0px 5px 0px;
}
.Banner {
	padding:15px 10px 0px 15px;
}
.Cursor{
	cursor:pointer;
}
/* ############ 
	HACK pour stretch div dans firefox
   ############
*/

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
