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

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#000;
}

img{
	border:none;
}

.page a{
	color:#000;
	background:#d3f676;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	font-weight:bold;
}

.page a:hover{
	color:#fff;
	background:#000;
}

#blank{
	width:480px;
	height:22px;
	position:relative;
	top:244px;
	left:443px;
}


h1{
	font-family:'Arial Black', 'HelveticaNeue-Heavy', sans-serif;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
	text-align:left;
}


/* HEADER */
.header{
	margin:0;
	padding:0;
	width:950px;
	height:290px;
	margin-left:auto;
	margin-right:auto;
}


/* CONTENU */
.page{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.contenu{
	background:url(images/photo_malanca2.jpg) no-repeat top;
}

ul{
	margin-top:15px;
	margin-bottom:15px;
}

ul li{
	margin-left:30px;
}

ul li ul{
	margin-top:0;
}


#citation{
	position:relative;
	top:115px;
	left:415px;
	width:552px;
}

.contenu table thead th{
	height:94px;
	border-top:2px #000 solid;
	border-bottom:2px #000 dotted;
}

.page table thead th{
	height:81px;
	border-top:2px #000 solid;
	border-bottom:2px #000 dotted;
}

#p0{
	position:relative;
	left:0;
	top:280px;
	width:950px;
}

#p01{
	position:relative;
	left:0;
	top:130px;
	width:950px;
}

#p02{
	position:relative;
	left:0;
	top:130px;
	width:950px;
}

.p03{
	width:450px;
	float:right;
	margin-top:560px;
}

.h0{
	width:283px;
}

.h1{
	border-top:2px #000 solid;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:2px #000 dotted;
}

.p1{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:2px #000 solid;
}

.p2{
	padding-top:10px;
	padding-bottom:10px;
	/*border-bottom:2px #000 solid;*/
}

.intro{
	padding-top:150px;
	width:370px;
}

.presta2{
	margin-top:40px;
	 width:370px;
}

/* FOOTER */

.footer{
	background:#000;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
}

/* FORMULAIRE */


.formulaire label {
	width:110px;
	float:left;
	display:block;
	line-height:26px;
	text-align:right;
	margin-right:10px;
}

.formulaire input,.formulaire textarea {
	background:#FFF;
	font-size:13px;
	padding:3px;
	line-height:22px;
	border:1px #767676 solid;
	color:#0e232d;
}

.formulaire select {
	background:#FFF;
	font-size:12px;
	line-height:24px;
	border:1px #767676 solid;
	color:#0e232d;
}

.formulaire input:hover {border:1px solid #000}


/* BOUTONS */

.bouton-200, input.bouton-200 {
	text-align:center;
	display:block;
	background-color:#f00;
	color:#fff;
	text-decoration:none;
	font-weight:bold;padding:2px;
	padding-left:5px;
	padding-right:5px;
	border:none;}

.bouton-200:hover,input.bouton-200:hover {background-color:#000;color:#fff;}

input.bouton-200 {width:200px}


/* PROBLEME REUSSITE */

.probleme,.reussite {
	width:370px;
	padding:1px;
	/*padding-left:100px;
	background-position:top left;
	background-repeat:no-repeat;*/
	line-height:18px;
	color:#ff0000;
}

.probleme h2,.reussite h2 {
	font-size:16px;
	font-weight:lighter;
}

.probleme span,.reussite span {
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	background:#7c1215;
	border-right:1px #fff solid;
	color:#FFF;
}

