/* General
---------------------------------------------------------- */

* { 
  margin: 0; 
  padding: 0;
}

body {
	margin-bottom: 10px;
	font-family: Arial, Verdana, sans-serif;
}

#contenant, #contenu {width: 100%}

#contenu p, #contenu ul, #contenu ol {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 17px;	
}

#contenu ul, #contenu ol  {
	margin-left: 25px;
}

#contenu ul li {
	list-style: circle;
}

#contenu blockquote {
	margin:18px;
	background-color: #f2f2f2;
	padding: 18px 18px 3px 18px;
	font-style: italic;
}


#sidebar, #navigation  {display: none;}

h4 {
	color: #cc0000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: url(/images-v2/dot.gif) repeat-x left bottom;
	padding-bottom: 3px;
	margin-bottom: 13px;
}

h4 a, h4 a:hover {border:none;}


a {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
	padding: 0 1px;
}

a:hover {
	color:white;
	background-color: #cc0000;
	border-bottom: 1px solid #cc0000
}


/* baseline */

h3 {
	background-color: #e20000;
	color: white;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	padding: 6px 0;
	margin-bottom: 7px;
}

/* header */

#header {
	margin-bottom: 25px;
}


/* navigation */



/* footer */

#clearer {clear: both; margin: 0; padding: 0; height:20px;}

#footer {
	height: 28px;
	background: url(/images-v2/dot-footer.gif) repeat-x left;
}

#footer ul {
	padding-top: 7px;
	width: 420px;
	margin: 0 auto;
}

#footer li {
	float: left;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

#footer li a {
	color: black;
	border: none;
	background: url(/images-v2/fleche.gif) no-repeat left 60%;
	padding: 0 25px 0 8px;	
}

#footer li a:hover {
	text-decoration: underline;
}

.nopadding {
	padding-right: 0 !important;
}


/* logo */

a#logo {margin-bottom:25px;}



