@charset "utf-8";
/* CSS Document */
/*/////////STRUCTURE///////////*/
#imp
{
}
.space
{
	clear:both;
}
*{  
	margin: 0;  
	padding: 0;  
}
html
{
	height:90%;
}
body
{
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	background:url(../images/fond_body.png) fixed;
}
#global
{  
	position : relative;  
    height: 100%;
}
#megaentete
{
	/*border:2px solid black;*/
	width:100%;
	margin: 10px auto 0;
}
#entete/*Permet de faire un entete coll&eacute;*/
{  
	/*border: 2px solid green;*/
	border: 2px solid #a70f53;
	border-bottom:none;
	 
	height: 90px;
	width: 950px;
	margin: 5px auto 0;
	z-index:2;
	background:url(../images/haut.gif) top center;
	/*/background:url(../images/bandeauHaut_IE.png) top center;*/
	background-repeat:no-repeat;
	background-color:#FFF;
	-webkit-background-size: 100% 100%; 
	-o-background-size: 100% 100%; 
	-moz-background-size: 100% auto;
}
#conteneurAccueil
{  
    border: 2px solid #a70f53;
	border-top:none;
	
    height: 500px;  
	width:950px;
	margin-top: 150px;
	margin: auto;
	background-color:#FFF;
	background-image: url(../images/bandeauHautInvAccueil.png);/*Image qui change entre conteneur et conteneurAccueil*/
	background-position:bottom;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto; 
	-o-background-size: 100% auto; 
	background-repeat:no-repeat;
	z-index:1;
}
#conteneur
{  
    border: 2px solid #a70f53;
	border-top:none;
	
    min-height: 480px;
	height:500px;
	max-width:950px;
	min-width: 900px;
	/*margin-top: 150px;*/
	margin: auto;
	background-color:#FFF;
	background-image: url(../images/bas.gif);
	/*/background-image: url(../images/bandeauHautInv_IE.png);*/
	background-position:bottom;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto; 
	-o-background-size: 100% auto; 
	background-repeat:no-repeat;
	z-index:10;
}
#basConteneur
{
	max-width:946px;
	margin: auto;
	
}
#pied/*Permet de faire un bottom coll&eacute;*/
{  
	/*border: 2px solid purple;*/
	
	position: fixed;  
	bottom: 0px;
	right:30px;
	height: 20px;  
	width: 950px;
	z-index:3;
}

.tabloForfait1
{
	border: 2px solid #a70f53;
	width:250px;
	float:left;
	border-right:none;
	/*border-top:none;*/
	padding:5px;
}
.tabloForfait2
{
	border: 2px solid #a70f53;
	width:50px;
	float:left;
	/*border-left:none;
	border-right:none;
	border-top:none;*/
	padding:2px;
	background-color: #a70f53;
	color:white;
	text-align:center;
	margin-left:50px;
}
.tabloForfait2 ul
{
	width:35px;
}
/*/////////// MENU /////////////*/
#menu1
{
	/*border: 2px solid black;*/
	
	width: 780px;
	padding:0.5em 0 0 1.6em;
	margin:0.3em auto;
	word-spacing: 0.8em;
}
#menu2
{
	/*border: 2px solid black;*/

	width: 400px;
	padding:0 0 0 5em;
	margin: 30px auto 0 250px;
	word-spacing: 0.7em;
}
#menu3
{
	border: 0px solid black;

	width: 450px;
	padding:0 0 0 2em;
	margin: 30px auto 0 250px;
	word-spacing: 0.5em;
}
/*liens du menu*/
.menu1_a
{
	width:2em;
	height:1em;
	font-size:1em;
	font-weight:300;
	/*font-family: French Script MT, Verdana, Geneva, sans-serif;*/
	display:inline;
	margin: 1em 0 0 0;
}

.menu1_a a
{
	color:#fff;
	text-decoration:none;
}

.menu1_a a:hover
{
	color:white;
	text-decoration:underline;
}
.menu2_a
{
	width:2em;
	height:1em;
	font-size:1em;
	font-weight:300;
	display:inline;
	margin: 1em 0 0 0;
}

.menu2_a a
{
	color:#000;
	text-decoration:none;
}

.menu2_a a:hover
{
	color:black;
	text-decoration:underline;
}

.menu3_a
{
	width:2em;
	height:1em;
	font-size:1em;
	font-weight:300;
	display:inline;
	margin: 1em 0 0 0;
}

.menu3_a a
{
	color:#000;
	text-decoration:none;
}

.menu3_a a:hover
{
	color:black;
	text-decoration:underline;
}
/*//////////////// PERMANENT ////////////////*/

#contact
{
	font-size:1.1em;
	float:right;
	padding: 1.1em 3em 0 0;
	text-align:right;
}
#sign
{
	text-align:right;
	padding-top: 0.3em;
	color:#000;
	font-size:0.8em;
}
#sign a
{
	text-decoration:none;
	color:#000;
	font-size:0.9em;
}
#sign a:hover
{
	text-decoration:underline;
	color:#a70f53;
}
#titrePage
{
	float:left;
	padding-left:1em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-right:3em;
	border-bottom: 1px solid #a70f53;
	font-size:14px;
}
/*//////////////// Boites /////////////////*/
.box1/*Box de l'accueil*/
{
	border: 0px solid #a70f53/*#999#000*/;
	
	width: 950px;
	height: 380px;
	margin:auto;
	text-align:center;
}
.box2/*Box image standard*/
{
	border-top: 1px solid #a70f53/*#999#000*/;
	
	width: 900px;
	height: 390px;
	margin:auto;
	padding: 1em;
	z-index: 1;
}
.box2Ov/*Box image standard avec Overflow*/
{
	border-top: 1px solid #a70f53/*#999#000*/;
	
	width: 900px;
	height: 390px;
	margin:auto;
	padding: 1em;
	/*z-index: 1;*/
	overflow:auto;
}
.box2T/*Box texte standard*/
{
	border-top: 1px solid #a70f53/*#999#000*/;
	
	width: 820px;
	height: 380px;
	margin:auto;
	padding: 2em 3em;
	z-index: 20;
	overflow:auto;
}
.box3/*Box Contact*/
{
	color:black;
	border: 1px solid #a70f53;
	width:420px;
	height:300px;
	margin: 30px 20px;
	background:url(../images/fond_box.png) top left repeat-x;
	/*background-color:#a70f53;/*#E4E4E4;*/
	/*overflow:auto;*/
}
.box4/*produit*/
{
	width: 750px;
	border-bottom: 2px solid #CCC;
	padding: 15px;
	margin: 0 auto 15px;
	/*background-color:#cebca5;*/
	z-index:3;
}
.box5
{
	width: 350px;
	margin: 20px auto;
}
.boxCarroussel/*Box du diaporama*/
{
	/*border-top: 1px solid #a70f53/*#999#000*/;
	
	width: 700px;
	height: 300px;
	margin: auto;
	padding: 2em 0;
	/*padding-left: 8em;*/
}
.boxFondCarrousel
{
	border: 1px solid black;
	width: 300px;
	height:200px;
	font-size:18px;
	text-align:center;
	position: absolute;
	right: 5em;
	top:2em;
	padding-top:40px;
}
.boxPartenaire/*comme son nom l'indique*/
{
	width: 700px;
	height: 140px;
	margin: 5px auto;
	padding: 10px;
	border-right:2px black solid;
	border-bottom: 2px black solid;
}
.boxPartenaire p
{
	text-indent: 0px;
	font-size:0.8em;
}

