/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	background-color:#A9005F;
}
form {
	margin:0;
	padding:0;
	}
#main {
	width:100%;
	height:100%;
}
ul {
	padding:0;
	margin:0;
	list-style:none;
	width: 100%;
}
/* HEAD ================================================== */
ul #t {
	border-bottom:4px solid #8C0041;
	width:100%;
	text-align:center;
	float:left;
}
ul #t .bandeau {
	 margin-left: auto;
     margin-right: auto;
	 width:800px;	
}
ul #t .bandeau img{
	 border:0;
}
ul #t .bandeau .l{
	 float:left;
	 padding-bottom:20px;
}
ul #t .bandeau .r{
	 float:right;
	 padding-top:20px;
}
/* BODY ================================================== */
ul #c {
	width:100%;
	height:440px;
	background-image:url(../images/bg.jpg);
	clear:both;
	text-align:center;
}
ul #c #centre{
	margin-left: auto;
    margin-right: auto;
	width:1080px;
	height:440px;	
}
ul #c #centre #menu {
	float:left;
	text-align:right;
	padding:5px 10px 0 0;
}
ul #c #centre #menu a {
	text-decoration:none;
	font:14px Verdana;
	line-height:18px;
	color:#8C0041;
}
ul #c #centre #menu a:hover {
	text-decoration:underline;
}

ul #c #centre .l {
	float:left;	
}
ul #c #centre #contenu {
	text-align:left;
	padding-top:25px;
}
ul #c #centre #contenu img {
	border:0;
}
ul #c #centre #contenu .i {
	border:0;
	background-image:url(../images/bg_input.gif);
	font:12px Arial;
	width:160px;
	height:20px;
	padding:2px 0 0 4px;
	color:#8C0041;
	margin-bottom:2px;
	.margin-bottom:0;
}
ul #c #centre #contenu select {
	margin-bottom:2px;
	.margin-bottom:0;
	color:#8C0041;
}
ul #c #centre #contenu li {
	padding-left:25px;
}
ul #c #centre #contenu .aut {
	font:9px Arial;
	color:#A9005F;
}
ul #c #centre #contenu .int {
	font:12px Arial;
	color:#A9005F;
}
ul #c #centre #contenu .obli {
	font:9px Arial;
	color:#A9005F;
	padding-bottom:20px;
}

.texte-rose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #8c0041;
}

.texte-rose-grand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #8c0041;
	font-weight: bold;
}

/* FOOT ================================================== */
ul #b {
	border-top:4px solid #8C0041;
	text-align:center;
	font:11px Arial;
	color:#FFF;
}
ul #b #copy {
	margin-top:20px;
}
ul #b #copy a {
	text-decoration:none;
	color:#FFF;
}
ul #b #copy a:hover {
	text-decoration:underline;
}
ul #b #link {
	margin:10px 0 10px 0;
}
ul #b #link a {
	color:#FFE3E3;
}

