* {
	margin : 0;
	padding : 0;
}

a img {
	border : none;
}

body {
	text-align : center;
	font-family: "Verdana" "Trebuchet MS" sans-serif;
	font-size : 11pt;
	color : #4c4c4c;
	background : url(img/trait_vertical_gris.gif) repeat-y top center;
	text-align : center;
}

#conteneur {
	text-align : left;
	margin : 0 auto;
	height : 150px;
}



/* ============ Classes génériques ============= */
.important {
	color : #e43127;
}

/* ============== Pages =============== */
.accueil h1 {
	position : relative;
	top : -50px;
	left : 125px;
	background: white;
	display: inline;
	padding : 0 5px;
	float : left;
}
.accueil hr {
	border : 1px solid #4c4c4c;
	position : absolute;
	top : -27px;
	height : 2px;
	z-index:999;
}
.accueil #conteneur {
	width : 780px;
	position : relative;
	top : -420px;
	margin-top : 50%;
}
.accueil .info {
	position : absolute;
	left : 0;
	top : 0;
	width : 300px;
	text-align : right;
}
.accueil #conteneur img {
	position : absolute;
	right : 0;
	border : 1px solid #4c4c4c;
	top : -20px;
}

.accueil form {
	position : absolute;
	right : -28px;
	top : 100px;
}
.accueil form .submit {
	background : url(img/cercle_gris.gif) no-repeat;
	border : none;
	width : 20px;
	height : 20px;
	margin-left : 10px;
}
.accueil form .text {
	width : 250px;
	border : 1px solid #4c4c4c;
}

.accueil .last_mag {
	position : absolute;
	top : 170px;
	text-align : left;
	left : 55px;
	width : 250px;
}
.accueil .last_mag a {
	color : black;
	display : block;
	position:  relative;
	height : 80px;
}
.accueil .last_mag img {
	margin-right : -40px;
}
.accueil .last_mag  i {
	display : block;
	font-size: 10px;
	text-decoration:none;
}
