@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.img_photo {
	border: 1px solid #FFF;
}
.texte-puce{background-image:url(images/fleche.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:15px;
margin-bottom:10px;
margin-top:50px;

}

.texte-puceBold{background-image:url(images/fleche.gif);
background-repeat:no-repeat;
background-position:left top;
padding-left:15px;
width: 210px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
font-size:12px;
font-weight:bold;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
}
.espacement_tableau{
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: italic;
}

.formulaire{
	border: 1px solid #dd0090;
	width: 200px;
	
}

.formulaire_1{
	border: 1px solid #dd0090;
	width: 200px;
	
}
.formulaire_2{
	border: 0px solid #dd0090;
	width: 210px;
	margin-left:auto;
	margin-right:auto;
	background-color: #161616;
	color:#868686;
}
.texte_legende {
	font-size: 11px;
	color: #dd0090;
}

.bouton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin:10px;
	width:210px;
	height:30px;
	background:url(images/fond_btn2.gif);
	background-color:#313131;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	display:block;
}

.texte_message{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ff3399;
	font-weight:normal;
	margin:10px;
}

.texte_message_erreur{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#ff3399;
	font-weight:bold;
	margin:10px;
}			   
			
