
html,body {   
	text-align: center; /* pour corriger le bug de centrage IE */
	padding:0px;
	color:#000;  
	font-family : Trebuchet MS,Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size:100%;
	margin:0;
	
}

body{
  background:transparent url(bg.jpg) repeat-x scroll center top;
  text-align: left; /* on rétablit l'alignement normal du texte */
}


/* Aucune bordure sur les images */
img {
	border:none;
}

#avend {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
}
.img600center
{
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

.img600center > img
{
	border:2px solid #FF9700;

}

/* Pas de décoration par défaut sur les liens */
a {
	text-decoration:underline ;
	color:#55534F;
}


/* Div global pour centrage global... */
#global {
  position:relative;
  margin: 0pt auto;
  width:1020px;
  font-size:80%;
  min-width : 1020px;
  text-align: left; /* on rétablit l'alignement normal du texte */  
}

#sep {
	height:0px;
}

#pubs {
	
}

#spubs {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	padding-top:5px;
	
}
/* Header ----------------------------------------- */
#header {
	display:block;
	position:relative;
	width:100%;
	height:122px;
	background:#F5EBDE url(logo.jpg) no-repeat  ;
}

.imghead {
	padding-left:200px;
	padding-top:60px;	
	
		
}


#main {
position:relative;
	width:1000px;
	background:#F1F2FF;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	
	
}


h2 {
	
	color:#374E80;
	border-bottom:4px solid #800710;
	
}

h1 {
	font-size:24px;
	border:1px dotted red;
	padding-left:5px;
}
h1 a {
	text-decoration:none ;

}

h4 {
	border-bottom:1px solid #800710;
	
}

#footer {
	width:100%;	
	/*border-top:1px solid #927B76;*/
	 
	border-right:5px solid #FFF;
	text-align:right;
	padding-top:3px;
	background-color:#FFF;
	
}



.box {
	
	position:absolute;
	overflow:auto;
	top:35px;
	right:5px;
	height:78px;
	left:455px;
	padding:2px;
	border:1px solid gray;
	font-size:80%;
	background-color:#FAFAFA;
	color:#800710;	

}
.box > div {
	padding-left:2px;
	
}

.box > div > b {
	/*text-decoration:underline;*/
}

.desc {
	
	position:absolute;
	top:5px;
	left:260px;
	right:5px;
	height:20px;
	padding:2px;
	border:1px solid gray;
	font-size:100%;
	background-color:#BBD9FF;
	color:#536A4E;	

}
.desc > div {
	padding-left:2px;
}

.desc > div >  b {
	text-decoration:underline;
}
.fleft  {
	padding-top:5px;
	float:left;
	padding-right:5px;	
}

.fright  {
	padding-top:5px;
	float:right;
	padding-left:5px;
	padding-bottom : 5px
}


hr.findiv {  
	clear: both;  
	height: 1px;  
	visibility:hidden; 
	margin: 0;  
	padding: 0; 
}

#menu {
	position:relative;
	
	height:24px;
	border-bottom:2px solid gray;
	/*padding:5px;*/
	padding:0 5px 0 5px;
	
	
	
  font-size:93%;
  line-height:normal;
  font-family : Verdana,Arial, Helvetica, Geneva, sans-serif;
  background:#F1F2FF;
  
  
  
  
} 

#menu ul {
	margin:0;  
	line-height:22px;
	padding:0px 0 0 0;
	list-style:none;
	/*margin-left:1%;*/
	
}
#menu li {
	float:left;
	background:url(leftb.gif) no-repeat left top;
	opacity:.80;
	margin:0;
	padding:0px 0 0px 9px;
	
	margin-top:2px;
	
}
#menu a {
	float:left;
	display:block;
	background:url(rightb.gif) no-repeat right top;
	padding:0px 15px 0px 6px;
	text-decoration:none;
	font-weight:normal;
	color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */

#menu a:hover {
	color:#333;
	border:0;
	opacity:1;
}
#menu li:hover {
	color:#333;
	border:0;
	opacity:1;
	
	margin-top:2px;
}

/* l'item courant du menu ------------------------ */
#menu #current {
	opacity:1;
	background:url(leftb_current_blue.gif) no-repeat left top;
}


#menu #current a {
	background:url(rightb_current_blue.gif) no-repeat right top;
	color:#333;
}

.subm a	{
	text-decoration:none;
	font-weight:normal;
	padding:4px;
	background-color:#FF9700;
	line-height:28px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.subm a {float:none;}
/* End IE5-Mac hack */

.subm a:hover {
	color:#fff;
	background-color:#765;
	border:0;
	opacity:1;
}

.subm_a {
	
	border:4px solid #222;
}

#year {
	position:absolute;
	right:10px;
	font-size:24px;
	color:#7c95cd;
}