body{
	font-family:arial;

}

p{
	text-align:justify;
	font-size:16px;
}

ul{
	font-size:16px;
}


a{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}



a:hover{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	
	font-weight:bold;
}

a:visited{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:visited:hover{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	
	font-weight:bold;
}


.presentation{
	background:url(images/background_presentation.jpg) #ffff99 repeat-x;
	width:100%;
	height:auto;
}

.presentation_tableau{
	background:url(images/fond_presentation.jpg) #ffff99 no-repeat;
}

.prestations{
	background:url(images/background_prestations.jpg) #99ccff repeat-x;
	width:100%;
	height:auto;
}

.prestations_tableau{
	background:url(images/fond_prestations.jpg) #99ccff no-repeat;
}

.formation{
	background:url(images/background_formation.jpg) #ff3333 repeat-x;
	width:100%;
	height:auto;
}

.formation_tableau{
	background:url(images/fond_formation.jpg) #ff3333 no-repeat;
}

.realisations{
	background:url(images/background_realisations.jpg) #99ff99 repeat-x;
	width:100%;
	height:auto;
}

.realisations_tableau{
	background:url(images/fond_realisations.jpg) #99ff99 no-repeat;
}

.contact{
	background:url(images/background_contact.jpg) #ff99ff repeat-x;
	width:100%;
	height:auto;
}

.contact_tableau{
	background:url(images/fond_contact.jpg) #ff99ff no-repeat;
}