@charset "utf-8";
body {
	background:url(../images/bg.jpg);
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	
}

#center
{
	width:700px;
	margin:auto;
	background:#fff;
}
#header {
	text-align:center;
}
		 #header #titletop
		 {
			background:url(../images/Welcome_tile.jpg) repeat-x top; 	
			padding:8px;
		 }
#menu {
	text-align:center;
	padding:5px 10px;
	border-bottom:1px dotted #cccccc;
	display:block;
	margin-bottom:15px;

}
#menu ul 
{
padding:0px;
margin:10px 0px;
}
	#menu ul li
	{
	margin:0;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	
	}
	#menu ul li a
	{
		font-family:"MarkerFelt-Thin",sans-serif;
		margin:0px 10px ;
		font-size:15px;
		text-transform:uppercase;
		text-decoration:none;
		color:#737373;
		
	}
	#menu ul li a:hover
	{
		color:#7EC03D;
	}
	#menu ul li a.selected:hover
	{
		color:#00ADEF;
	}
	#menu ul li a.selected
	{
		color:#7EC03D;
	}
	

#imgheader{
	display:block;
	width:700px;
	height:259px;
	background:url(../images/header01.jpg) center center no-repeat;
	clear:both;

}
#main
{
	color:#5e5e5e;
	padding:15px 70px 100px 70px;
	
}
#main h3
{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00adef;
}
.clear
{
clear:both;
}

a.bigbtn
{
display:block;
width:470px;
height:30px;
background: url(../images/PDF.png) no-repeat 10px 5px #8ec54a;
font-size:22px;
color:#fff;
padding:10px 10px 10px 60px;
text-decoration:none;
border:1px dotted #009900;
margin:10px 0px;
}
a.bigbtn:hover
{
	background: url(../images/PDF.png) no-repeat 10px 5px #e97b6f;
	border:1px dotted #ff0000;
}
/*Section*/
#guide, #formation, #journal, #misesajour
{
	text-align:center;
	padding:25px 70px 100px 70px;
}
#plan, #portfolio, #partenaires, #contact, #liens
{
	background:url(../images/bgplan.jpg) no-repeat 470px top;
	padding:80px 70px 100px 70px;
}
#contact li
{
	margin:10px 0px 10px 0px;
	border-bottom:1px dotted #FF0000;
	padding:10px;
}
#contact a
{
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	text-decoration:none;
}
#contact a:hover
{
	text-decoration:underline;
	color:#557b25;
}


#partenaires h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#f5c533;
}
#partenaires .ressource
{
	padding:10px;
	border:1px dotted #58aec8;
	background:#e9faff;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:5px;
}
#footer
{
	background:url(../images/Welcome_tile.jpg) repeat-x top; 	
	padding:0px 10px 0px 0px;
	text-align:right;
}
#intro
{
	padding:10px;
	border:1px solid #ff0000;
	background:#ffe7e7;
	color:#000;
}
a
{
	color:#660000;
	text-decoration:underline;
	
}
a:hover
{
	color:#660000;
	text-decoration:none;
	
}
