/*-General-----------------------------------------------*/
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html,body{
	margin:0px;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;
}
select { font-family: Verdana, Arial, sans-serif; font-size:8pt; font-weight:normal; color:black; background:white; line-height:0; letter-spacing:0; margin:0;} 
input {
	color : #000000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	color : #000000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width : 100%;
}

h1{
	color:#A8045B;
}
/* --------------- Sort ----------------*/
.sort {
	border : 1px solid #ccc;
	padding : 0.3em;
	margin : 5px 0 0 0;
	background : #f7f5f0;
	clear : both;
}
.sort p {
	margin : 0.5em 0 0 0;
}
.sortJS {
	cursor : move;
	background : #f7f5f0;
}

/* -------------- Bloc Droite -------------- */
#rightnav {
	float:right;
	width:155px;
}

#rightnav .bloc{
	width:155px;
	color:#000;
	background-color:#F1D6DF;
	margin:5px 0 5px 0;
	padding-bottom:5px;
}
#rightnav .bloc h1.head{
	display:block;
	color:#FFF;
	font-size:12px;
	background-color:#A8045B;
	text-align:center;
	font-weight:bold;
}
#rightnav .bloc p{
	padding:4px;
}
#rightnav .bloc h1, #rightnav .bloc h2, #rightnav .bloc h3{
	font-weight:bold;
	font-size:12px;
	display:inline;
	padding:4px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;/* ou A8045B*/
}
#contenu{
	background:#FFF;
	padding-top:5px;
	margin-bottom:10px;
}
#overall{
	width:950px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
html, body, form, h1, h2, h3, h4, h5, h6, p, div, ul, li, dl, dd, dt {
	margin:0;
	padding:0;
}
ul, li{
	list-style-type: inside;
	list-style: none none none;
}

/* -------------- Liens -------------- */
a {
	text-decoration: underline; 
	color: #A8045B;
	font-weight:bold;
}
a:active {
	text-decoration: underline ; 
	color: #A8045B;
} 
a:visited {
	text-decoration: underline; 
	color: #5C5C5C;
}
a:hover {
	color: #A8045B;
	text-decoration: underline; 
}
a img {
	border:none;
	margin:0;
	padding:0;
}
/*-Contenu-----------------------------------------------*/

/* header */
#header {
	background-color:#FFF;
	border-bottom: 3px solid #FAA629;
}


/* -------------- Bloc Gauche -------------- */
#leftnav {
	float:left;
	width:158px;
	margin-top:5px;
}
#leftnav .bloc ul {
	list-style-type:none;
}
#leftnav .top{
	line-height:20px;
}

#leftnav .bloc li a{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	display: block;
	width:150px;
	padding: 3px;
	padding-left: 5px;
	background: #A8045B;
	list-style-position: outside;
	margin-bottom:5px;
}
#leftnav a,#leftnav a:active,#leftnav a:visited{
	text-decoration:none;
}

#leftnav .bloc ul li ul li a { /* sous-listes */
	font-size:11px;
	color:#A8045B;
	text-indent:5px;
	background-color: #F0F0F0;
	border-top: 1px dotted #A8045B;
	border-bottom: 1px dotted #A8045B;
	font-weight:none;
}
#leftnav .bloc li a:hover{
	background-color: #FCB753;
	color:#A8045B;
}
#leftnav .bloc ul li ul li a:hover{
	background-color: #FFEBCF;
	/*color:#009;*/
}

#leftnav li.last{
	/*border-bottom:none;*/
}

/* -------------- Bloc Contenu -------------- */
#page {
	color:#000;
	padding:15px;
	padding-top:5px;
	text-align:justify;
}
#page li {
	margin-left:30px;
	list-style: disc outside none;
}
#page ul.mesthemes li, #page ul.mesthemes li a{
	font-size: 14px;
	padding:2px;
}
#page p {
	margin-top:20px;
}

#page h1, #page h2, #page h3, #page h4{
	display:inline;
	text-decoration:none;
	font-weight:bold; 
}
#page a:hover h2, #page a:hover h3, #page a:hover h4{
	color:#C00;
}
#page h1, #categorie h1, #home h1{
	border: 2px solid #A8045B;
	background-color: #FFF;
	color:#A8045B;
	padding: 5px;
	display:block;
	margin-bottom: 10px;
	font-size:16px;
}
#page h2{
	background: transparent url(/ease/images/ok-b-30-marge.gif) no-repeat top left;
	color:#A8045B;
	padding: 5px;
	margin: 1px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-left:30px;
	/*clear:both;*/
	display:block;
	font-size:1.3em;
}
#page h3{
	/*line-height:40px;*/
	background: transparent url(/ease/fichiers/Image/pictos/ok-j-20.gif) no-repeat top left;
	display:block;
	margin-left: 35px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:5px;
	color:#676767;
	font-size:1.2em;
}
#page h4{
	color:#888;
	font-size:1.1em;
}
#page .date{
	color:#888;
	float:right;
}
#chemin, #chemin a{
	text-decoration: none; 
	font-weight:normal;
	color:#888;
	
	/*display:none;*/
}

#chemin a:hover{
	color:#CCCCCC;
}
#home h1{
	display:block;
}
#home h1 a, #home h1 a:active, #home h1 a:hover{
	color:#A8045B;
	font-size:14px;
	text-decoration:none
}
#home .bloc{
	margin-bottom:15px;
}
#aconsulter ul, #listearticles ul{
	list-style-type: none;
	list-style-position: inside;
}
#categorie li, #listearticles{
	list-style-type: none;
	list-style-position: inside;
}

/* -------------- Footer -------------- */
#footer{
	text-align:center;
	width:100%;
	margin-top:2px;
	font-size:0.8em;
	background:#FFF;
	margin-left:auto;
	margin-right:auto;
	clear : both;
	color:#5C5C5C;
}
#footer a {
	font-size:11px;
	font-weight:normal;
}
hr {
	color:#A8045B;
	border-bottom-style: dotted;
}


























