/* CSS Document */

body {
font-family:arial;
font-size: 11px;
margin: 0;
padding: 0;
}

/* 
--------------------------------------------------------------------------
mise en page
--------------------------------------------------------------------------
*/
#header {
height: 123px;
background-color: #99CCCC;
background-image: url('images/demenagement.gif');
background-repeat: no-repeat;
}
#conteneur {
position: absolute;
width: 780px;
left: 50%;
margin-left: -390px;
background-image: url('images/background.gif');
font-family: arial;

}
#main {
margin-left: 218px;
}
#contenu {
margin:0px;
padding-left:10px;
padding-right:8px;
margin-left:1px;
margin-right:10px;
background-image: url('images/fondContenu.gif');
background-repeat: repeat-y;
height: 410px;
text-align:justify;
}
html>body #contenu {
height: auto;
min-height: 410px;
} 

#menuHorizontal{
height:37px;
background-image: url('images/menuHorizontal.gif');
background-repeat: no-repeat;
}
#gauche {
position: absolute;
left:0;
width: 218px;
}
#fondMenuGauche {
margin-left:13px;
background-image: url('images/fondMenuGauche.gif');
width: 195px;
height: 410px;
}
#footer {
height: 33px;
background-image: url('images/footer.gif');
}

#encart{
position:relative;
width:545px;
margin:0px;
padding:0px;
margin-left:-9px;
margin-right:-9px;
font-size:14px;
}

.encartTxt{
font-size:11px;
padding-left:5px;
}
.encartTxtInt{
font-size:11px;
padding:5px;
}
/* 
--------------------------------------------------------------------------
EOF mise en page
--------------------------------------------------------------------------

--------------------------------------------------------------------------
MENUS
--------------------------------------------------------------------------
:::: MENU GAUCHE ::::
*/
#UL_MenuGauche{
font-size: 11px;
font-weight: bold;
margin:0px;
padding:10px;
list-style-type: none; 
}

a.menuGauche{padding-left:24px;color: #C84C02;font-size: 11px;text-decoration:none;background-image: url('images/puceMenuGauche.gif');background-position: 0px 3px;background-repeat: no-repeat;}
a.menuGauche:hover {text-decoration:underline;background-image: url('images/puceMenuGaucheOn.gif') }
 
/* 
 :::MENU HAUT :::
*/
.menuhaut {
float:right;
list-style-type: none;
margin: 0px;
padding-right:10px;
font-size:11px;
}
.menuhaut li {
display:inline;
margin: 0 25px;
}
.menuhaut a {
padding-left:8px;
background-image: url('images/puceMenuHaut.gif');
background-repeat: no-repeat;
background-position: 0px 5px;
margin: 0 0px;
color:#000000;
text-decoration: none;
}
.menuhaut a:hover {
text-decoration: underline;
}
/*
 :::EOF MENU HAUT :::
--------------------------------------------------------------------------
EOF MENUS
--------------------------------------------------------------------------
--------------------------------------------------------------------------
BLOCS TEXTES
--------------------------------------------------------------------------
*/
P#titre{
font-weight: bold;
font-size: 13px;
padding-top:5px;
text-indent:25px;
background-image: url('images/puceTitre.gif');
background-repeat: no-repeat;
background-position: 0px 4px;
}

P{
margin:0px;
padding:0px;
}

P#centrer{
text-align:center;
}
P#gaucheMenu{
text-align:left;
padding:20px;
}

.accroche{
color:#7A8194;
font-weight: bold;
}
.accroche2{
color:#C84C02;
font-weight: bold;
}
.accroche2Small{
color:#C84C02;
}
.accrocheBig{
color:#C84C02;
font-size:14px;
font-weight: bold;
text-decoration:underline;
}
HR{
margin:0px;
margin-top:10px;
padding:0px;
}
/*
--------------------------------------------------------------------------
EOF BLOCS TEXTES
--------------------------------------------------------------------------
*/
#sousTitre{
margin-top:10px;
color:#7A8194;
font-weight: bold;
}
#sousTitre2{
margin-top:11px;
color:#7A8194;
font-weight: bold;
font-size:12px;
}
#titreOffre{
margin-top:11px;
color:#7A8194;
text-indent:54px;
font-weight: bold;
font-size:12px;
line-height:35px;
background-image: url('images/offre.jpg');
background-repeat: no-repeat;
}
#titreActu{
margin-top:11px;
color:#7A8194;
text-indent:54px;
font-weight: bold;
font-size:12px;
line-height:35px;
background-image: url('images/actu.jpg');
background-repeat: no-repeat;
}
#blocHoGauche{
float:left;
width: 267px;
margin-left:13px
}
#blocHoDroite{
display:block;
float:left;
/*border: 3px solid #CCC;*/
}

/*
--------------------------------------------------------------------------
FORMULAIRES
--------------------------------------------------------------------------
*/

FORM{margin:0px;font-size:11px;font-family:arial;}
LABEL {margin-top:3px;float:left;width:100px;margin-left:70px;}
INPUT{font-size:11px;height:18px;}
TEXTAREA{font-size:11px; font-family:arial;}
.noirForm {
	font-size: 11px;
	color: #000000;
	height: 18px;
	border: 1px outset #F7E626;
	padding-left: 5px;
}

/*
--------------------------------------------------------------------------
EOF FORMULAIRES
--------------------------------------------------------------------------

--------------------------------------------------------------------------
LISTES
--------------------------------------------------------------------------
*/
#liste1{
margin:0px;
padding:0px;
padding-left:18px;
line-height:18px;
}

#liste1  li{ 
margin:0px;
padding:2px;
list-style-image: url('images/puceListe1.gif');
}  

/*
--------------------------------------------------------------------------
EOF LISTES
--------------------------------------------------------------------------
*/
.imageDroite{
float:right;
vertical-align:top;
margin-left:5px;
border:1px solid;
}
.imageGauche{
float:left;
vertical-align:top;
margin-left:5px;
margin-right:5px;
border:1px solid;
}
.imageGaucheNoBorder{
float:left;
vertical-align:top;
margin-right:5px;
}
.imageDroiteNoBorder{
float:right;
vertical-align:top;
margin-right:5px;
}
.imageCentre{
align:center;
border:1px solid;
}

.imagePaireLeft{
float:left;
margin-bottom:10px;
margin-left:10px;
border:1px solid;
}
.imagePaireRight{
float:right;
margin-bottom:10px;
margin-right:10px;
border:1px solid;
}

.lienActu{
text-decoration:none;
color:#000000;
}

.lienActu:hover{
text-decoration:underline;
color:#C84C02;
}

.txt {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
