@charset "utf-8";
/* CSS Document */
 body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #666666;
    	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
    	padding: 0;
    	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
    	color: #000000;
    }
   
#alerte {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #BF4E4E;
	text-align: center;
	padding: 5px;
	margin-right: 30%;
	margin-left: 30%;
}

/*
a:link {
	color: #FFFFFF;
	text-decoration : underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration : underline;
}
a:hover {
	text-decoration : none;
	color : #EFEBDE
}
*/

.menu_bas{
font-size: 10pt; color: #CCCCCC; 
}

a:link {
	color:#CCCC99;
	;
	text-decoration:none;
	font-size: 10pt;
}

a:visited { color:#FFFFFF; ;  text-decoration:none ;  font-size: 10pt;  }

a:hover { color:#FFFFFF; ;  text-decoration:none ;  font-size: 10pt; }
 



.twoColFixLt #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #cc9900; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



div#test {
	background-image:  url( images/image-MDW.jpg);
	background-repeat: no-repeat;
	position:absolute;
	text-align: center;
	width: 745px;
	left: 350px;
}


div#testtext {
    position: relative;
    height: 300;
   
    
}



.contenu{
font-size: 10pt; color: #ffffff;
}



div#tsssst
{
	font-size: 9pt;
	color: #ffffff;
	position:absolute;
	left:855px;
	top:93px;
	width:161px;
	height:260px;
	overflow:auto;
	border-width:0pt;
	border-style:solid;
}


#zonedroite{
	color:#666666;
	float:left;
	font-size:10px;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}

#zonedroite a:link {
	color:#634542;
	font-size: 12px;
	text-align: left;
}
#zonedroite a:visited {
	color:#634542;
	font-size: 12px;
	text-align: left;
}
#zonedroite a:hover {
	color:#9A6868;
	font-size: 12px;
	text-align: left;
}

#actu_centrale{
	min-height:360px;
	padding: 5px;
	color:#CCCCCC;
	font-size: 10px;
	text-align: left;
	//vertical-align: top;
 }
#actu_centrale a:link {
	color:#634542;
	font-size: 12px;
}
#actu_centrale a:visited {
	color:#634542;
	font-size: 12px;
}
#actu_centrale a:hover {
	color:#9A6868;
	font-size: 12px;
}



#actu_centrale h1 {
	color:#663333;
	font-size: 14px;
}

#accueil_gauche a:link {
	color:#7B754A;
	font-size: 10px;
}
#accueil_gauche a:visited {
color:#8C2A2A;
}
#accueil_gauche a:hover {
color:#A73131;
}



#liens a:link {
	color:#999966;
}
#liens a:visited {
	color:#999966;
}
#liens a:hover {
	color:#669999;
}



#contact_bas{
	padding: 0px;
	color:#CCCCCC;
	font-size: 8px;
	text-align: center;	 
 }

