body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #84c43b;
	text-decoration: none;
}

.strong {
	font-weight: 700;
}
.AlignCenter {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
}
.AlignJustify {
	text-align: justify;
}
.colorRed {
	color: #FF0000;
}
.colorGreen {
	color: #9fc11e;
}

#global {
	position:absolute;
	background: url(../images/background_global.jpg) no-repeat;
	width: 950px;
	height: 819px;
	top: 0;
	left: 50%; 
	margin-left: -475px;
}

#MenuHeader {
	position: left;
	margin: 110px 0 0 320px;
}
#MenuHeader li {
	float: left;
	list-style-type: none;
}
#MenuHeader li  a{
	font-size: 16px;
}
#MenuHeader li.separateur {
	float: left;
	width: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

#MenuGauche {
	float: left;
	margin: 27px 0 0 58px;
	width: 210px;
}
#MenuGauche li {
	list-style-type: none;
}
#MenuGauche li  a{
	font-size: 12px;
}
#img_menu {
	width: 100%;
	text-align: center;
	padding: 0 0 15px 0;
}

#TitrePage {
	float: left;
	margin: 27px 0 0 52px;
	width: 230px;
	color: #9fc11e;
	font-size: 20px;
}
#Titre {
	color: #9fc11e;
	font-size: 20px;
}

#MainFrame {
	float: left;
	width: 610px;
	height: 500px;
	margin: 20px 0 0 55px;
	text-align: justify;
}

#Footer {
	float: left;
	margin: 70px 0 0 0;
	width: 950px;
	text-align: center;
}


/*  Page contact  */
#Contact input,
#Contact textarea,
#Contact select {
	background-color: #16170f;
	border: 1px #99be19 solid;
	color: #fff;
	overflow : auto;
}

#Contact input {
	height: 15px;
	font-size: 11px;
}

#Contact input.nobackground {
	background: none;
	border: none;
}
/*  Fin Page contact  */
/* Page partenaire */
#Partenaire {

}
/* Fin Page partenaire */

/* Page Prestation */
.AffPresta {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 20px;
}
#FichePrestaTitre {
	float: left;
	width: 610px;
	padding-bottom: 20px;
}
#FichePrestaLeft {
	float: left;
	width: 250px;
}
#FichePrestaRight {
	float: left;
	width: 330px;
	margin-left: 25px;
}
/* Fin Page Prestation */

/* Page Mentions_legales */

/*remplacer par la balise <strong>*/
#Mentions_legales h1 {
	font-weight: blod;
	font-size: 12px;
}
/* Fin Mentions_legales */




.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
