
body {
margin:0pt;
padding:0pt;
text-align: center; /* pour corriger le bug de centrage IE */
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {
border:0;
}

h1,h2,h3,h4 {
	font-family: "trebuchet MS", verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 25px;
	font-weight: lighter;
	color: #748ab2;
	margin-top: 30px;
}

h2 {
	font-size: 20px;
/*	font-weight: lighter; */
	font-weight: bold;
	color: #E7C768;
	margin: 5px;
}

#contenu {
/*	background-color: grey; */
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:650px;
	top:0;
}


#logo {
	background:transparent no-repeat scroll 0%; 
/*	background:transparent url(images/logo1.bmp) no-repeat scroll 0%; */
/*	background-color: yellow; */
	align:center;
	top:0px;
	left:0px;
	height:120px;
	width:1000px;
	
	border-color:#E8E8E8;
	border-width:1px;
	border-style:solid,none,none,none;
	position:relative;
}



#actu{
/*	background-color: blue; */
}

#carte{
/*	background-color: red; */
	top:0px;
	left:0px;
	height:477px;
	width:400px;
	position:relative;
	
	border-color:#E8E8E8;
	border-width:1px;
	border-style: none ;
	position:relative;
	position:relative;
}

#formation{
/*	background-color: purple; */
	top:-477px;
	left:400px;
	/*height:457px;*/
	width:600px;
	position:relative;
	
	border-color:#E8E8E8;
	border-width:1px;
	border-style: none  ;
	position:relative;
	/* overflow:auto;	 */
	
}

#fo_global ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*background-color: #CFB5F2 ;*/
	text-align: center;
	padding:0px;
	margin:0px;
}

/* ITEMS NIVEAU 1 */
#fo_global ul li {
/*	margin:10pt; */
	/*border:solid 1px #E8E8E8; */
	font-size: 16px;
}

#fo_global ul li a {
	text-decoration:none;
	color:black;
}

#fo_global ul li ul{

	/*position:absolute;*/
	
	/*	text-indent:15px; */
	/*	border:solid 1px yellow; */
	/*background-color:	#C4ACE6;*/
	text-align: left;
}

/* ITEMS NIVEAU 2 */
#fo_global ul li ul li{
/*	display:block; */
/*background-color: #CFB5F2 ;*/
	/*	border:solid 1px black; */
	font-size: 14px;
}


#fo_global ul li ul li a {
	text-decoration:none;
	color:black;
}

#fo_global ul li ul li a:hover {
	color:#777;
}

#fo_global ul li ul li ul 
{
	display:none;
}
/* ITEMS NIVEAU 3 */
#fo_global ul li ul li ul li
{
	font-size: 12px;
	text-indent: 15px;
	text-decoration:none;
	width: 450px;
	/*background-image: url(images/puce.bmp);*/
	background-repeat: no-repeat;
	background-position: 0px 2px;
	/*text-indent: 15px;
	list-style-image: url(images/puce2.gif);*/
	
}
#fo_global ul li ul li ul li a
{
	/*text-decoration:underline;*/
	color:black;
	text-indent: 15px;
	list-style-image: url(images/puce2.gif);
	
}
#fo_global ul li ul li ul li a:hover
{
	font-weight: bold;
	color: black;
	/*background-color: #E7C768;*/
}



#fo_global span{
	text-align:center;
	position:absolute;
	left:450px;
	width:150px;
	/*vertical-align:middle;*/
}

#fo_contacts table tr td{
	width:200px;
	vertical-align:top;
}

#liens{
	top:-320px;
	left:0px;
	height:100px;
	width:1000px;
	position:relative;
	text-align: center;
	
	border-color:#E8E8E8;
	border-width:1px;
	border-style: none  ;
	position:relative;
}

#modal_container {  
	padding:5px;  
	 background-color:#000;  
	border:1px solid #666;  
	overflow:auto;  
	font-family:"Lucida Grande",Verdana;  
	font-size:12px;  
	color:#fff;  
	text-align:center;  
} 

#modal_overlay {
    background-color:#000;  
}  

#menu {
/*	background-color: green; */
	top:0px;
	left:0px;
	height:20px;
	width:485px;
	border-color:#E8E8E8;
	/*background-color:#5AB2E7;*/
	border-width:1px;
	border-style:  solid ;
	position:relative;
	text-align: center;
}

a.menu  {
text-decoration:none;
color:black;
margin:10pt;
padding:0pt;
}


#menu ul.subsection_tabs {
	border-bottom:1px solid #E8E8E8;
	clear:both;
	height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-align: center;
}
#menu ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}
#menu ul.subsection_tabs li a {
	background-color:#FFFFFF;
	color:#171717;
	display:block;
	height:20px;
	padding:0pt 6px;
	width:100px;
	text-decoration:none;
	color:#748AB2;
	/*background-color:#748AB2;*/
}
#menu ul.subsection_tabs li a:hover {
	color:#171717;
	text-decoration:none ;
	background-color:#E8E9ED;
	color:#748AB2;
}
#menu ul.subsection_tabs li a.active {
	background-color:#748AB2;
	color:#FFFFFF;
}

