body
{
	margin: 0px ;
	padding: 0px ;
	font: 11px "Arial", helvetica, sans-serif ;
	background-color: #ffffff;
	background-image: url("./Images/fond-site.png");
	background-repeat: repeat-x;
}
#conteneur
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 760px;
	background-color: #ffffff;
}
#site
{
	
}
#haut
{
	height: 110px;
	background-image: url("./Images/logo-site.png");
	background-repeat: no-repeat;
}
#menu-haut
{
	margin-left: 260px;
}
.onglet
{
	width: 124px;
	float: left;
}
.onglet a
{
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 80px;
	text-decoration: none;
	color: #858585;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: 37px 20px;
}
.onglet a:hover, .onglet-hover a
{
	color: #fea21c;
}
.onglet a#accueil
{
	background-image: url("./Images/accueil.png");
}
.onglet a#tarifs
{
	background-image: url("./Images/tarifs.png");
}
.onglet a#formation
{
	background-image: url("./Images/formations.png");
}
.onglet a#contact
{
	background-image: url("./Images/contact.png");
}
.onglet a#accueil:hover
{
	background-image: url("./Images/accueil-h.png");
}
.onglet a#tarifs:hover
{
	background-image: url("./Images/tarifs-h.png");
}
.onglet a#formation:hover
{
	background-image: url("./Images/formations-h.png");
}
.onglet a#contact:hover
{
	background-image: url("./Images/contact-h.png");
}
#centre
{

}
#centre-gauche
{
	float: left;
	width: 140px;
	margin-right: 5px;
	margin-top: 5px;
}
#menu-formation
{
	width: 140px;
	text-align: right;
}
#menu-bas
{
	width: 140px;
	text-align: right;
	margin-top: 160px;
}
#centre-droit
{
	float: left;
	width: 580px;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding-right: 20px;
}
#contenu
{
	float: left;
	width: 570px;
	padding-left: 20px;
}
#hauteur-mini
{
	height: 450px;
	float: left;
	width: 0px;;
}
#menu-formation h1 a
{
	text-decoration: none;
}
h1, #menu-formation h1 a
{
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #fea21c;
	width: 100%;
	text-align: center;
}
h2
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 11px;
	color: #fea21c;
}
p.contact
{
	width: 100%;
	text-align: center;
}
p.texts
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#tab-contact
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#tab-formations
{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#tab-formations td
{
	border: 1px solid #e1e1e1;
}
#tab-formations a
{
	font-weight: bold;
	text-decoration: none;
	color: #fea21c;
}
#tab-formations a:hover
{
	text-decoration: underline;
}
a.lien-formation
{
	width: 120px;
	border-top: 1px dashed #b3b3b3;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #858585;
	display: block;
	text-align: right;
	padding-right: 5px;
	margin-left: 15px;
}
a.lien-formation:hover
{
	color: #fea21c;
}
a.lien-formation#lien-accueil
{
	border: 0px;
}
#milieu-gauche
{
	width: 50%;
	float: left;
}
#milieu-droit
{
	width: 50%;
	float: left;
}
p.centre
{
	text-align: center;
	width: 100%;
}
p.texts#grise
{
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	color: #858585;
}
span#slogan
{
	font-family: tahoma;
	color: #fea21c;
	font-size: 13px;
	font-weight: bold;
}
.membre-equipe
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
}
.membre-equipe-text
{
	width: 49%;
	float: left;
	padding-left: 30px;
	padding-top: 46px;
}
.membre-equipe-photo
{
	width: 39%;
	float: left;
	text-align: center;
	color: #fea21c;
	font-weight: normal;
	font-size: 11px;
	font-style: italic;		
	padding-top: 10px;
	padding-bottom: 10px;
}
a.contactez-nous
{
	margin-left: 180px;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 210px;
	height: 40px;
	display: block;
	text-decoration: none;	
	background-image: url("./Images/appelez-nous.png");
}
a.contactez-nous img
{
	border: 0px
}
a.contactez-nous:hover
{
	background-image: url("./Images/appelez-nous-h.png");
}
.tab-prix
{
	width: 260px;
	margin-left: 160px;
	font-size: 11px;
}
.tab-prix td.entete
{
	font-weight: bold;
	background-color: #fea21c;
	
}
.tab-prix td
{
	border: 1px solid #fea21c; 
}
#pied
{
	width: 760px;
	text-align: center;
	height: 50px;
	margin-top: 25px;
}
#pied a
{
	color: #858585;
	text-decoration: none;
}
#pied a:hover
{
	text-decoration: underline;
}
hr.clear
{
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	padding: 0px;
	border: 0px;
	margin: -7px 0;
}