body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #290A82;
	color: #281069;
	font-size: 85%;
}

td {
	font-size: 11px;
	line-height: 12px;
}
ul li{
	list-style: upper-alpha;
}

.box {
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 30px;
}

.box2 {
	margin-left: 60px;
	margin-right: 20px;
	margin-top: 30px;
}

p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom : 5px;
	/*margin-top : 5px;*/
}

.photo {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.titre, h3 {
	color: #7250D3;
	font-size: 14px;
	font-weight: bolder;
	font-style : italic;
}

.img_right {
	margin-left: 4px;
	margin-top: 85px;
	border: #FFFFFF 2px solid;
}

a {
	color: #281069;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 18px;
}
.box a.lire{
	margin-top: 5px;
	display: block;
}

a:hover {
	/*color: #7250d3;*/
	text-decoration: underline;
}
blockquote
{
padding: 0px;
margin :0px;
/*padding-left: 30 px;*/
}

.inscriptionNL {
	
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 60px;
}

.bpage {
	color: #FFFFFF;
	font-size: 10px/0.6;
	font-weight: normal;
	line-height: 15px;
	margin-left: 60px;
}

input {
	background-color: #0B38A4;
	color: #ffffff;
	
}

select {
	background-color: #0B38A4;
	color: #ffffff;
	width: 400px;
}

textarea {
	background-color: #0B38A4;
	color: #ffffff;
	width: 400px;
}

.nowidth {
	width: auto;
}

.center {
	text-align: center;
	display: block;
}

.left,  {
	text-align: left;
	font-size: 12px;
	display: block;
}

.right {
	text-align: right;
	font-size: 12px;
	display: block;
}

.justify {
	text-align: justify;
	font-size: 12px;
	display: block;
}

/******************************************************/
/*************** Style des formulaires ****************/
/******************************************************/
fieldset {
	border: none;
	overflow: hidden;
	width: 100%;
}

label {
	font-size: 12px;
}

.boutonNL {
	background: none;
	color: #ff6633;
	border: none;
	border: 1px solid #ff6633;
	cursor: pointer;
	margin: 0 0 0 20px;
	top: 0;
}

#contact label {
	display: block;
	width: 50%;
	float: left;
	margin: 0 0 15px 0;
}



.input_nl {
	display: inline;
	width: 200px;
}

.boutonSubmit {
	background: none;
	color: #ff6633;
	border: none;
	border: 1px solid #ff6633;
	cursor: pointer;
	position: relative;
	left: 336px;
	top: -30px;
}

html>body .boutonSubmit {
	left: 347px;
}

#boutonValider {
	display: inline;
	position: relative;
border: none;
	width:60px;
	
}

#messageNL {
	margin-top: 10px;
}

#formNLHome #messageNL {
	margin-top: 0;
}

#boutonDesinscription {
	margin: 10px 0 0 0;
}

#erreur {
	color: #ff6633;
}