/**
 * @properties : display, positioning, dimension, margin, padding, text, border, background.
 * @page : section defining properties of a page.
 * @bloc : section defining properties of a block to a specific page.
 */


 
/**************************************************************************************************/
/*			- DEFINITION DES ATTRIBUTS PAR DEFAUT -							 			  		  */
/**************************************************************************************************/

/* ------------------------------------------------------ */
/*			- corps du document -  			    	      */
/* ------------------------------------------------------ */
html, body {
	height: 100%;
	margin: 0
}
html body {
	font: normal 13px Arial;
	color:#c10b56;
	cursor: default
}
/* ------------------------------------------------------ */
/*			- suppression des marges par défaut -  	      */
/* ------------------------------------------------------ */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, fieldset, strong, ol, ul, li, dl, dt, dd, form, label, table, tr, th, td {
	margin:0;
	padding:0;
	font-weight:normal
}
strong {
	font-weight:bold
}
/* ------------------------------------------------------ */
/*			- redéfinition des liens par défaut -  	      */
/* ------------------------------------------------------ */
a img {
	border: 0
}
a:hover {
	cursor: pointer
}
a:hover span {
	text-decoration: none
}
a:focus {
	outline: none
}
/* ------------------------------------------------------ */
/*			- redéfinition des listes/tableaux -  	      */
/* ------------------------------------------------------ */
ol, ul {
	padding: 0
}
ul {
	list-style: none
}
ol {
	list-style-position: inside
}
table {
	font-size: inherit;
	border-collapse:collapse;
	border-spacing:0
}
/***************** BODY *****************/
* {
	/*---on passe toutes les marges à 0---*/
margin:0;
	padding:0;
}
body, html {
	height:100%;/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body {
	background: #000 url(../images/bodyBg.jpg) center top fixed;
}
/***************** CONTAINER *****************/
#container {
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background: transparent url(../images/bg-container.png) center top no-repeat;
	padding:0 0 10px 0;
}
/***************** HEADER *****************/
#header {
	float:left;
	position:relative;
	display:inline;
	width:990px;
	height:200px;
}
#headerFlash {
	position:absolute;
	top:0;
	left:15px;
	width:230px;
	height:170px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU TOP *****************/
#menuTop {
	position:absolute;
	top:70px;
	right:35px;
	z-index:10;
	width:705px;
	height:47px;
}
#menuTop li {
	position:relative;
	float:left;
}
#menuTop li a {
	display:block;
	height: 47px;
	background: url(../images/topMenuBg.gif) top left no-repeat;
}
#menuTop a.bt1 {
	width:103px;
	background-position: 0 0
}
#menuTop a.bt2 {
	width:133px;
	background-position: -103px 0
}
#menuTop a.bt3 {
	width:133px;
	background-position: -236px 0
}
#menuTop a.bt4 {
	width:99px;
	background-position: -366px 0
}
#menuTop a.bt5 {
	width:119px;
	background-position: -466px 0
}
#menuTop a.bt6 {
	width:118px;
	background-position: -587px 0
}
#menuTop a.bt1:hover {
	background-position: 0 -47px
}
#menuTop a.bt2:hover {
	background-position: -103px -47px
}
#menuTop a.bt3:hover {
	background-position: -236px -47px
}
#menuTop a.bt4:hover {
	background-position: -366px -47px
}
#menuTop a.bt5:hover {
	background-position: -466px -47px
}
#menuTop a.bt6:hover {
	background-position: -587px -47px
}
#menuTop a span {
	display: none
}
/***************** MENU LEFT *****************/
#sidebar {
	float:left;
	display:inline;
	position:relative;
	width:260px;
}
#menuLeft {
	width:175px;
	list-style:none;
	margin:35px 0 130px 52px;
}
#menuLeft a {
	width:175px;
	display:block;
	background: url(../images/leftMenuBg.gif) 0 0 no-repeat;
}
#menuLeft a.bt1 {
	height:35px;
	background-position: 0 0
}
#menuLeft a.bt2 {
	height:43px;
	background-position: 0 -35px
}
#menuLeft a.bt3 {
	height:41px;
	background-position: 0 -78px
}
#menuLeft a.bt4 {
	height:42px;
	background-position: 0 -120px
}
#menuLeft a.bt5 {
	height:43px;
	background-position: 0 -163px
}
#menuLeft a.bt6 {
	height:41px;
	background-position: 0 -204px
}
#menuLeft a.bt1:hover {
	background-position: -175px 0
}
#menuLeft a.bt2:hover {
	background-position: -175px -35px
}
#menuLeft a.bt3:hover {
	background-position: -175px -78px
}
#menuLeft a.bt4:hover {
	background-position: -175px -120px
}
#menuLeft a.bt5:hover {
	background-position: -175px -163px
}
#menuLeft a.bt6:hover {
	background-position: -175px -204px
}
#menuLeft a span {
	display: none
}
#coords {
	width:184px;
	height:192px;
	padding:0 20px;
	margin:0 0 0 28px;
	font-size:14px;
	text-align:center;
	position:absolute;
	top:410px;
	background: url(../images/coords.gif) left top no-repeat;
}
#coords h5 {
	font-size:14px;
	color:#f05895;
	height:30px;
	margin:0 0 20px 0;
	padding:18px 0 0 0;
	text-align:left;
}
#coords h6 {
	font-size:16px;
	margin:0 0 20px 0;
}
#coords p span {
	color:#cd006e;
}
/***************** SOUS MENU */
#menuLeft li ul li a {
	background:none;
	border:none;
	text-decoration:none;
	font:14px Arial, Helvetica, sans-serif;
	color:#d00f76;
	display:block;
	padding:2px 5px 2px 25px;
}
#menuLeft li ul li a:hover, #menuLeft li ul li a.rubrique_active {
	text-decoration:none;
	color:#d00f76;
	background:none;
}
/***************** CONTENU *****************/
#contenu {
	float:left;
	position:relative;
	display:inline;
	width:685px;
	margin:0 0 0 25px;
}
#contenuPage {
	float:left;
	position:relative;
	display:inline;
	width:660px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer {
	clear:both;
}
#contenu p.intro {
	color:#7b0143;
	font-size:14px;
	margin:10px 30px 20px 5px;
}
#contenu .colLeft {
	float:left;
	display:inline;
	width:327px;
	margin:0 10px 0 0;
}
#contenu .colLeft p {
	margin:0 0 10px 0;
	padding:0 5px;
	text-align:justify;
}
#contenu .colRight {
	float:left;
	display:inline;
}
.boxBody {
	width:287px;
	padding:0 20px;
	background: url(../images/pinkBox.gif) left top no-repeat;
	font-family:arial, sans serif;
	font-size:14px;
	color:#fff;
	text-align:justify;
}
.boxBody h5 {
	font-size:14px;
	color:#f05895;
	height:30px;
	padding:10px 0 0 0;
}
#contenu .colLeft .boxBody p {
	text-align:center;
	margin:0;
}
#contenu .colLeft .boxFooter {
	width:327px;
	height:15px;
	background: url(../images/pinkBox.gif) bottom left no-repeat;
}
#contenu .colRight .boxBody{
	font-size:13px;
	overflow: hidden;
}
#contenu .colRight .boxBody a {
	text-decoration:underline;
	color:#85163e;
}
#contenu .colRight .boxBody a:hover {
	text-decoration:none;
	color:#85163e;
}
#contenu .colRight .boxFooter {
	width:327px;
	height:25px;
	background: url(../images/pinkBox.gif) bottom left no-repeat;
	text-align: center;
}
#clearFooter {
	height:30px;/*--- = à la hauteur du footer ---*/
}
#prestations {
	position:relative;
	display:inline;
	float:left;
	width:661px;
	height:353px;
	background: url(../images/prestations.jpg) left top no-repeat;
	margin:15px 0 5px 0;
}
#prestations a {
	display:block;
	float:left;
	display:inline;
	width:210px;
	height:165px;
	margin:5px 6px 9px 2px;
}
#prestations a span {
	display:none
}
#prestationFlash {
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:661px;
	height:353px;
}
/***************** FOOTER *****************/
#footer {
	clear:both;
	width:910px;
	height:75px;
	padding:20px 40px 15px 40px;
	margin:0 auto;
	background: url(../images/footerBg.png) center top no-repeat;
}
#footer p {
	font:12px Arial, Helvetica, sans-serif;
	color:#f170b5;
	text-align:center;
}
#footer p.links {
	text-align:right;
	font-size:11px;
	margin:35px 0 0 0;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#e9829a;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#e9829a;
}
/***************** STYLE GLOBAUX *****************/
a img {
	border:none;
}
a:active, a:focus {
	outline:none;
}
/***************** STYLE CONTENU *****************/
#contenu p.title {
	font:16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 0 3px;
}
#contenu p.title em {
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
	font-style:italic;
}
#contenu h1 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#970051;
	letter-spacing:1px;
	margin:0 0 15px 0;
}
#contenu h2 {
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:10px 0 5px 0;
}
#contenu h2 em {
	font-size:14px;
}
#contenu p {
	font:13px/1.2em Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000;
	margin-bottom:1.2em;
}
#contenu p em {
	font-weight:bold;
	font-size:12px;
	line-height:1.4em;
}
#contenu p.couleur, span.couleur {
	font-weight:bold;
	color:#fff;
}
#contenu a {
	text-decoration:underline;
	color:#970051;
	font-weight:bold;
}
#contenu a:hover {
	text-decoration:underline;
	color:#000;
}
