/* CSS Document */

/*structure*/
body {
	margin: 0;
	padding: 10;
	line-height: 1.5em;
	text-align: center;
	background-color: #FFFFFF;



	}

#conteneur {
	width: 680px;
	margin: 0 auto;
	border: 1px solid #999999;



	}

.conteneurarrplan1d{
	background-color: #FFFFFF;
	background-image:  url(../images/arrplanpoivre.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.conteneurarrplan1c{
	background-color: #FFFFFF;
	background-image:  url(../images/arrplanpoivre.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

div#header {
	background:#e7e1d0 no-repeat 100%;
	border-bottom:1px solid #999999;
	padding-bottom: 8px;
	padding-top: 1px;
	}		
	
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
}

#bloc-contenu {
	float: left;
	width: 100%;

}

#col-centre {
	margin-right: 200px;

}

#col-gauche {
	float: left;
	width: 200px;
	margin-left: -200px;
	background-color: #e7e1d0;
}

#footer {
	background-color: #e7e1d0;
	clear: left;
	width: 100%;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 10px;
	line-height: 12px;

}

.col-int {
	padding: .5em 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

.col-int p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 20px 10px 10px;
	text-align: justify;
	line-height: 15px;
}

.col-int a:link, a:visited{
	color: #FF6600;

}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a69e8d;


}
h2 {
	font-size: 12px;
	line-height: 12px;

}
	

/*colonne droite*/

.lbl {
	background: #e7e1d0 repeat-x center center;
	color: #a69e8d;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
}

.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
	height: 150px;


}

.link_updates {
	background: #e7e1d0 repeat-x;


}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 20px;
	line-height: 20px;
	background: #e7e1d0;
}
.link_updates img {
	border: 2px solid #FF6600;
}

.link_updates img 2{
	border: 2px solid #e7e1d0;
}

.link_updates a:hover img {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
	padding: 10px 0;
	text-align: center;
	color: #FF6600;

}
.link_updates a span {
	float: left;
	font: normal 12px Verdana, sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #a69e8d;
	color: #FFF;
}

.tableauIMG a, a:hover, a:link, a:visited{ 	
	}
  
.coldroite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 10px;
	text-align: left;
	line-height: 13px;
	color: #999999;
}  
.coldroite a{
	clear: none;
	display: inline;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	padding: 0px;
	text-align: left;
	color: #FF6600;
	border: 0px;

}
div.coldroite a:hover{
	background-color: #e7e1d0;
	color: #FF6600;
	border: 0px;


}

a.liens:link { color="#000000": text-decoration : none }

#menu, #menu ul /* Liste */     
{
	line-height : 17px;
	text-align : center;
	list-style-type:none;
	margin: 0px;
	padding: 0px;

	
}

#menu /* Ensemble du menu */
{
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align: bottom;
	background : #a69e8d;
	width : 679px;

      	
}

#menu a /* Contenu des listes */
{
	display : block;
	padding : 0;
	background : #a69e8d;
	color :#e7e1d0;
	text-decoration : none;
	width : 111px;



	
}

#menu li /* Elements des listes */      
{
	float : left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right-width: 0px;
	border-right-style: 0;



}

#menu li.bordered       
{ border-right:1px solid #999999;
}
#menu li.bordereg       
{ border-left:0px;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolu */
        width: 111px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoi loin du champ de vision */
      
}

#menu li ul li /* Eléments de sous-listes */
{
		
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid #ffffff; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 220px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour ie qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
       }



#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: orange; /* On passe le texte en noir ... */
        background: #e7e1d0; /* ... et au contraire, le fond en blanc */
}


#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}
#menu li.dernier { border-right: 0pt none ;}

ul#navlist
{
	padding-left: 0;
	white-space: nowrap;
	left: 500px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a69e8d;
	height : 15px; /* largeur */
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited
{
color:  #666666;
background-color: #e7e1d0;
text-decoration: none;
}

#navlist a:hover
{
color: orange;
text-decoration: none;
}



#promotionsconteneur{
float: left;

 width: 450px;

	} 
  
#promotionssmall{
float: left;
 margin: 6px;
 width: 199px;
 height: 250px; 
 padding: 5px;

	border: 1px solid #999999;
	display: inline;
	} 

#promotionssmall2{
float: left;
 margin: 6px;
 width: 199px;
 height: 290px; 
 padding: 5px;

	border: 1px solid #999999;
	display: inline;
	} 
#promotionssmallblank{
float: left;
 margin: 6px;
 width: 199px;
 height: 250px; 
 padding: 5px;

	border: 1px solid #FFFFFF;
	display: inline;
	} 
#promotionsmedium{
float: left;
 margin: 6px;
 width: 199px;
 height: 400px; 
 padding: 5px;

	border: 1px solid #999999;
	display: inline;
	} 
#promotionsmediumblank{
float: left;
 margin: 6px;
 width: 199px;
 height: 400px; 
 padding: 5px;

	border: 1px solid #FFFFFF;
	display: inline;
	} 
		
#promotionslarge{
float: left;
 margin: 6px;
 width: 199px;
 height:450px; 
 padding: 5px;

	border: 1px solid #999999;
	display: inline;
	} 	
	
.invisible {
display:none;
}
