body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(../images/site/background.gif);
}
p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img{
	border-style: none;
}
a{
	font-size: 12px;
}
a.white{
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover{
	text-decoration: underline;
}
a.black{
	text-decoration: none;
	color: #333333;
}
a.black:hover{
	text-decoration: underline;
}
a.pink{
	text-decoration: none;
	color: #d10baa;
}
a.pink:hover{
	text-decoration: underline;
}
a.gris{
	text-decoration: none;
	color: #333333;
}
a.gris:hover{
	text-decoration: underline;
}
h1{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

hr{
background-color: #d10baa;
height: 1px;
border: 0;
width: 100%;
}
.textrose{
	color:#d10baa;
}
.textrouge{
	color:#FF0000;
	font-weight: bold;
}
.textwhiteunder{
	color:#FFFFFF;
	text-decoration: underline;
}
.textbold{
	font-weight: bold;
}
.textcenter{
text-align: center;
}
img{
	border-style: none;
}
legend{
	font-weight: bold;
	font-size: 12px;
	color: #d10baa;
}
fieldset
{
  padding: 1em;
  border-color: #d10baa;
  border: 1px solid #d10baa;
  text-align: justify;
}
label
{
  display: inline;
  float: left;
  width: 170px;
  margin-top: 3px;

}

/********************************************************/
/*Bloc : All/
/********************************************************/
.box_all{
	width: 1000px;
	min-height: 560px;
	/*background-color: #333333;*/
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/********************************************************/
/*Bloc : Haut/
/********************************************************/
.box_haut{
	width: 1000px;
	height: 199px;
	position: relative;
	background-image:url(../images/site/bandeau.gif);
	background-repeat:no-repeat;
	border-bottom:solid;
	border-bottom-color:#d10baa;
	border-bottom-width:1px;
}
.box_logo{
	width: 400px;
	height: 408px;
	position: absolute;
	top: 12px;
	left:615px;
}
/********************************************************/
/*Bloc : Menu/
/********************************************************/
.box_menu{
	width: 1000px;
	height: 20px;
	top:162px;
	left:25px;
	position: absolute;
}
/********************************************************/
/*Bloc : Content/
/********************************************************/

.box_content{
	width: 950px;
	min-height: 365px;
	height: auto;
	margin-top:20px;
	margin-bottom:5px;
	left:25px;
	position: relative;
	/*border-top: solid;
	border-top-color: #d10baa;
	border-top-width: 1px;	
	border-bottom: solid;
	border-bottom-color: #d10baa;
	border-bottom-width: 1px;*/
}
.box_content_txt{
	width: 750px;
	height: auto;
	margin-top:25px;
	margin-bottom:5px;
	text-align:justify;
}
.box_content_droite{
	position:absolute;
	left:775px;
	top:37px;
	width: 175px;
	min-height:200px;
	height: auto;
	text-align:center;
}

.box_center{
text-align: center;
}
/********************************************************/
/*Bloc : bas/
/********************************************************/
.box_bas{
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	bottom: 2px;
	position: relative;
	line-height: 20px;
	text-align: center;
}
.box_fleur{
	position:absolute;
	left:859px;
	bottom:0px;
	width: 70px;
	height:134px;
	background-image:url(../images/site/fleur.png);
	background-repeat:no-repeat;
}
.box_imac{
	position:absolute;
	left:895px;
	bottom:5px;
	width: 80px;
	height:15px;
}
/********************************************************/
/*Bloc : Formulaire Contact/
/********************************************************/

.box_contact{
	width: 700px;
	height: auto;
	margin-top:10px;
	margin-bottom:5px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
}


form button{
	background-image:url(../images/site/envoyer.png);
	text-indent:-1000em;
	border:0px;
	width:110px;
	height:14px;
	margin-top:20px;
	float:right;
	margin-right:25px;
}


