@charset "utf-8";

/* REDEFINITION BALISES */
html, body {
	background-image:url(../image_look/bg-body.jpg);
	background-repeat:repeat-x;
	background-color: #ECE0D5;	
	margin: 0;
	padding:0;
	text-align: left ;
	font-family:"arial",helvetica,arial;
	font-size: 12px ;
}

h1 { 
font-size: 18px;
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;
margin:10px 30px 10px 30px; 
color: #b33a36;
border-bottom:1px solid #b33b37;
}


hr {
height: 1px;
background-color:#b33b37;
border: 0;
width:940px;
margin:0 0 -1em 12px;
}

a { 
color:#000000;
 }

a.lieninv:link    {  color:#000000;}
a.lieninv:active    {  color:#000000}
a.lieninv:visited {  color:#000000}
a.lieninv:hover   {  color:#000000}

/* DIV */
.container{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

/* STYLES TEXTES */

.txtgrasrouge {
font-weight:bold;
color:#9d1b16;
font-size:13px;
}

.txtgrasbleu {
font-weight:bold;
color:#00619a;
}

.txtgrand {
font-size:14px;
}

.txttresgrand {
font-size:16px;
}


/* LIENS */

a.lieninv { text-decoration:none;
color:#ff0000;
font-weight:bold }

a.lieninv:link    {  color:#ff0000;}
a.lieninv:active    {  color:#000000}
a.lieninv:visited {  color:#ff0000}
a.lieninv:hover   {  color:#ff0000}

a.lieninvbleu { text-decoration:none;
color:#0E8169;
font-weight:bold;
border-bottom:1px solid #c5ddd8;}

a.lieninvbleu:link    {  color:#0E8169;}
a.lieninvbleu:active    {  color:##0E8169;}
a.lieninvbleu:visited {  color:#0E8169;}
a.lieninvbleu:hover   {  color:#0a73b0}

/* LISTES */
.liste_bdd{
clear:left;
height: 175px;
margin-right:20px;
margin-left:20px;
margin-bottom:20px;
border-top:1px solid #e4d3c4;
border-bottom:1px solid #e4d3c4;
background-color:#fff;
color:#333333;
line-height:1.5em;
}

.liste_bdd ul{margin:16px; padding:0;}

.liste_puce {
	list-style-type: none;
	background: url(../image_look/puce_croix.gif) no-repeat 8% 6%;
	padding-left: 100px;
	padding-top: 3px;
}

.liste_sanspuce {
	list-style-type:none;
	margin:0;
}

.liste_pucerouge {
	list-style-type: none;
	background: url(../image_look/puce_rouge.gif) no-repeat 0% 0%;
}

/* IMAGES */
.a_gauche {
float:left;
display:block;
margin:10px 20px 10px 10px;
}

.a_gauche_sansmarge {
float:left;
display:block;
padding-right:10px;
padding-bottom:1px;
vertical-align:middle;
}

.a_droite {
float:right;
margin:10px;
}

.photo_gauche {
float:left;
padding-right:10px;
margin-bottom:10px;
}

/* SOUS-MENU */

ul.sousmenubar {
	margin:10px; 
	padding:10px 10px 10px 20px; 
	list-style-type:none; 
	font-size:13px;
	}
.sousmenubar li {
	color: #0a73b0;
	margin:0 0 0 0;
}
.retraitgauche {
margin-left:10px;
}
.pagination {
	font: bold 10px/11px Arial, sans-serif;
	position:relative;
	float: left;
	margin:-10px 0 30px 30px;
	clear:left;
}

.pagination ul {
	float: left;
	padding:0;
	list-style-type:none;
	margin: 0;
	
}
.pagination li {
	float:left;
	width:auto;
	position:relative;
	border: solid 1px red; 
}

/* style menu principal */
.pagination ul li a {
display:block;
text-decoration:none; 
text-align: center;
width:20px; 
font-size:12px; 
padding:2px 2px;
color:#fd0004c;  

}

.pagination ul li#pageactive {
display:block;
background-color:#fbd453; 
text-decoration:none; 
text-align: center; 
width:20px; 
font-size:12px; 
padding:2px 2px; 

}

/*--CENTRE A 2 COLONNES---*/
#contenu2col {
	background: url(../image_look/bg-centre-2col.jpg) repeat-y; 
	width: 970px; 
	clear:both; 
	margin-top:-6px; 
	border-bottom:1px solid #c8beb4;
	width: 100%; /* -> 4 */
	overflow: hidden; /* -> 4 */
	}

#principal {
	float: left; 
	width: 560px;
	padding: 10px 30px 10px 30px;
}
#sidebar {
	margin-left: 620px; 
	margin-right:20px;
	padding: 12px 0;
	line-height:16px;
}

#sidebar ul {
text-align:left;
list-style-image:url(../image_look/pucebleuvert.gif);
}

#sidebar .actu { 
text-align:center;
border-bottom:none;
margin:0 0 20px 0; 
}

.separation {
	clear:both; 
	visibility:hidden; 
	margin: -1px; 
  line-height:-1px;
}


/*--CENTRE COLONNE UNIQUE---*/
#contenu {
	text-align: left; 
	width: 970px; 
	clear:both; 
	margin-top:-6px;
	background:#fff url(../image_look/bg-centre-gris.jpg) repeat-y; 
	border-bottom:1px solid #c8beb4;
	padding-bottom:50px;
	}

#contenu p {margin:20px 30px 0 20px; line-height:16px;}
#contenu div#retrait {margin:0 40px 0 30px;}

