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

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

img
{
	border:none;
}

.clear
{
	clear:both;
}

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

#line_1
{
	width:100%;
	height:7px;
	background-color:#b8d531;
}
/*---------------------------------------------------------------------------------------------------------------*/
#line_2
{
	width:100%;
	height:45px;
	background-color:#FFF;
}

	#menu
	{
		width:950px;
		margin:auto;
	}
	
		#menu li
	{
		list-style:none;
		float:left;
	}
	
		#menu ul
		{
			float:right;
		}
	
		#button_formations{
			display:block;
			background-image:url(../images/b-formations.gif);
			width:163px;
			height:45px;
			}
			#button_formations:hover, #button_formations:focus{
			background-image:url(../images/b-formations_2.gif);
			}
			#button_formations img{
			display:none;
			}
			
			
			#button_formules{
			display:block;
			background-image:url(../images/b-formules.gif);
			width:215px;
			height:45px;
			}
			#button_formules:hover, #button_formules:focus{
			background-image:url(../images/b-formules_2.gif);
			}
			#button_formules img{
			display:none;
			}
			
			
			
			#button_connaitre{
			display:block;
			background-image:url(../images/b-connaitre.gif);
			width:164px;
			height:45px;
			}
			#button_connaitre:hover, #button_connaitre:focus{
			background-image:url(../images/b-connaitre_2.gif);
			}
			#button_connaitre img{
			display:none;
			}
			
			
			#button_faq{
			display:block;
			background-image:url(../images/b-faq.gif);
			width:66px;
			height:45px;
			}
			#button_faq:hover, #button_faq:focus{
			background-image:url(../images/b-faq_2.gif);
			}
			#button_faq img{
			display:none;
			}
			
			
			#button_contact{
			display:block;
			background-image:url(../images/b-contact.gif);
			width:99px;
			height:45px;
			}
			#button_contact:hover, #button_contact:focus{
			background-image:url(../images/b-contact_2.gif);
			}
			#button_contact img{
			display:none;
			}
			
/*---------------------------------------------------------------------------------------------------------------*/

#line_4
{
	width:100%;
	background-color:#FFF;
}

	#content
	{
		width:950px;
		margin:auto;
	}

	#content_gauche
	{
		text-align:justify;
	}
	
/*---------------------------------------------------------------------------------------------------------------*/

#line_5
{
	width:100%;
}

	#footer
	{
		width:950px;
		margin:auto;
	}
	
		.footer_box
		{
			position:relative;
			float:left;
			margin-top:15px;
			margin-right:20px;
			margin-left:10px;
		}
		
			.footer_box_title
			{
				position:relative;
			}
			
			.footer_box_content
			{
				margin-top:15px;
			}
		
				.footer_box_content li
				{
					list-style-image:url(../images/arrow.gif);
					color:#77746a;
					line-height:18px;
					margin-left:15px;
				}
				
				.footer_box_content li a
				{
					text-decoration:none;
					color:#77746a;
				}
				
				.footer_box_content li a:hover
				{
					text-decoration:underline;
					color:#77746a;
				}
		
		.separation
		{
			position:relative;
			width:17px;
			height:120px;
			background-image:url(../images/footer_separation.jpg);
			background-repeat:no-repeat;
			float:left;
		}
		
	#partenaires
	{
		height:130px;
	}
	
	#partenaires li
	{
		float:left;
		list-style:none;
		margin-top:15px;
		margin-bottom:25px;
	}
	
	#mentions
	{
		text-align:center;
		height:25px;
	}
	
	#mentions a
	{
		color:#676767;
		text-decoration:none;
	}
	
	#mentions a:hover
	{
		color:#676767;
		text-decoration:underline;
	}
	
	


	
