/* Styles par défaut */
* {
	margin : 0 ;
	padding : 0 ;
}

html {
	background-color : #D6002D ;
	font-family : Verdana, Arial, Helvetica, sans-serif ;
	font-size: 0.7em;
}

body {
	width : 1023px ;
	margin : 0 auto ;
	background-color: white;
}

a, a:visited {
	list-style : none ;
	color : #D6002D ;
}

ul {
	list-style : none ;
}

hr {
	margin: 10px 0px;
	border : 1px solid #dddddd;
}

h3 {
	font-size: 1.4em;
	color : #71717D;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #71717D;
}

/* Mise en forme du menu */
ul#menu {
	background : url("../img/new/menu_blog.jpg") no-repeat ;
	width : 1023px ;
	height : 92px ;
}

ul#menu li {
	display : inline ;
}

div#header h1 a {
	text-indent : -9999px ;
	display : block ;
	background : url("../img/new/banniere_blog.jpg") no-repeat ;
	width : 1023px ;
	height : 155px ;
	overflow : hidden ;
}



div#subheader {
	width : 966px ;
	height : 14px;
	margin : 0 auto ;
	position : relative ;
	display: block;
	font-size: 0.7em;
	text-align: right;
}
/* Mise en forme du contenu central */
div#container {
	width : 966px ;
	margin : 0 auto ;
	position : relative ;
	padding-top : 20px;
	padding-bottom: 20px;
}

div#contenu {
	width : 966px ;
	margin : 0 auto ;
	position : relative ;
	padding-top : 20px;
	padding-bottom: 20px;
	font-family : "Kristen ITC", Verdana ;
}

/* Mise en forme du footer */
div#footer {
	background-color : #D6002D ;
	text-align : center ;
	color : white ;
	z-index : -1 ;
	clear: both;
}
div#footer a {
	color: white;
}

div#header_user  a{
	color: #374853;
}

p.left {
	float: left;
	width: 460px;
	text-align: justify;
}

p.right {
	float: right;
	width: 460px;
	text-align: justify;
}

div.partenaire {
	width : 473px;
	text-align: center;
}

div.partenaire img {
	border: 1px solid #71717D;
}

div#left {
	float: left;
}

div#right {
	float: right;
}
