@charset "utf-8";
/* CSS Document */

b{
	color:#A40043;
	}
a{
	color:#A40043;
	}

.TITRE{
	font-size:15px;
	font-style:inherit;
	color:#A40043;
	}
	
.SOUSTITRE{
	font-size:13px;
	color:#A40043;
	}
	
#cadre{
    width:627px;
	font-size:12px;
	
	padding:10px;
	border-width:1px;
	border-color:#A40043;
	border-style:solid;
    }
	
.infoSupp{
	width:500px;
	font-size:10px;
	text-align:center;
	
	margin:auto;
	font-style:italic;
	border-width:1px;
	border-color:#A40043;
	border-style:solid;
	padding:5px;
	}
	
#imagesecurite{
	width:715px;
	height:155px;
	background:url(../images/IMG_securite.gif);
	}
	
#captcha{
	width:340px;
	height:88px;
	background-image:url(../images/IMG_Captcha.gif);
	}