@charset "utf-8";
/* CSS Document */

* { margin:0; }
* { padding:0; }

:link,:visited { text-decoration:none } 
ul,ol { list-style:none } 
address { font-style:normal } 
fieldset { border: 0; } 
img{border:none; background:none;} 
a img {border: 0 none;} 
h1, h2, h3, h4, h5, h6{margin:0; padding:0;} 
.clear{clear:both;}
caption,th {text-align:left;} 
:focus {-moz-outline-style: none; outline-style: none;} 

#body {
	color: #666;
	background-color: #FFF;
	
	font-size:11px;
	
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #af8554;
	text-decoration: none;
}
a:visited {
	color: #af8554;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	background-image: url(../documents/bandeau1.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 1138px;
	margin-left: 50%;
	left: -569px;
	position: relative;
}

#header .menu {
	position:absolute;
	top:110px;
	left:300px;
	
}
#header .menu a {
	color: #af8554;
	text-decoration: none;
	font-variant:small-caps;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	letter-spacing:0.1em;
}

#header .menu a:hover {
	letter-spacing:0.0em;
}

#header .menu li {
	float:left;
	width:150px;
	text-align:left;
}

#contenu {
	background-image: url(../documents/fondContenuRep.jpg);
	background-repeat: repeat-y;
	width: 822px;
	margin-left: 50%;
	position: relative;
	left: -411px;	
	min-height:1400px;
	
}

#actu {
	float:right;
	background-image: url(../documents/FondActu.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 180px;
	margin-right: 20px;	
	position: relative;
	padding:10px;
	padding-top:43px;
}

.date_actu {
	background-image: url(../documents/fondGrsTransMoy.png);
	height: 15px;
	width: 166px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0.1em;
	padding:5px;
}

.titre_actu {
	color: #666;
	background-image: url(../documents/fondGrisTransFort.png);
	
	width: 166px;
	padding:5px;
	font-weight: bold;
}

.com_actu {
	width: 166px;
	padding:5px;
}


#text_box {
	position:relative;
	float: left;
	width: 550px;	
	margin-left:50px;
	margin-top:40px;
	
	
	
}

#text_box a {
	color: #666;	
}
.titre {
	text-transform: uppercase;
	color: #666;
	background-image: url(../documents/etoile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: 0.1em;
	height: 15px;
	padding-left: 20px;
}
#vignette {
	position:relative;
	top:-25px;
	float:left;
	margin-bottom:20px;
	background-image: url(../documents/fondVignette.jpg);
	background-repeat: no-repeat;
	height: 153px;
	width: 214px;
	margin-right: 20px;
	padding-top: 12px;
	padding-left: 12px;	
}




#text_box .navigation {

	margin: 2;
	padding: 5;
	list-style: none;
	color: #666666;
	width: 420px;
	font: 1.2em "Trebuchet MS", sans-serif;
      } 
 #text_box  .navigation a, .navigation span {
	
	margin:10px;
	color: #af8554;
	text-decoration: none;
	font-weight: bold;
      } 
 #text_box  .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
       
      } 
 #text_box  .navigation .open a, .navigation .open span { 
      
      } 
 #text_box  .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
	  color: #af8554;
      } 
  #text_box .navigation .subMenu { 
      font-size: .8em; 
      
      font-size: .9em; 
      margin: 0px; 
      padding-left: 30px; 
      
      } 
  #text_box .navigation ul.subMenu a { 
      background: none; 
      padding: 3px 20px; 
      }
	  
	  
	
#text_box  .popup, .popup2, popup3 {
	
	cursor: pointer;	
	padding:0px;
	margin:0px;
	}
#popup, #popup2 {
	position: absolute;
	
	border: 1px solid #333333;
	display:none;
	cursor:pointer;
	z-index:300;
	background-color: #999999;
	padding: 10px;top:30px;
	}
#popup3	{
	display:none;
	cursor:pointer;
	padding-left: 50px;	
}
	.alerte {
	font-weight: bold;
	color: #A8CBFF;
}



  
	  
