body , html
{
	
	
	font: 8pt/16pt arial; 
	color: #666666; 
	margin : 0px 0px 0px 0px;
	height:100%;
	scrollbar-base-color: #C6C6C6;
		background-color:#EEEEEE;
}

/* *+html #container {padding-bottom:50px;} */
#container
{	
	width:100%;
	min-height: 100%; /* footer fix */
	background-color:#EEEEEE;
	background-image:url(../images/charte/fdban.gif);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position:top;
	padding-bottom:10px;
	
}

#table_charte1
{

	width:990px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url();
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-color:#EEEEEE;
	}



a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DB1017;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #DB1017;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #DB1017;
	}


h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	font-style:normal;
	color:#9E9E9E;
	text-align: left;
	width: auto;
	height: auto;
	margin-top: 10px;
	background-image:url(../images/charte/points.gif);
	background-repeat:repeat-x;
	background-position:top left;
	padding-left:0px;
	padding-bottom:0px;
}
#bandeau
{
    width:100%;
	height:185px;
	text-align:center;
	margin:0;
	padding:0;
}



#colLeft{
	width:150px;
	height:auto;
	float:left;
	background:url(../images/charte/bas1.gif) no-repeat;
	background-position:bottom;
	margin:0;
	padding:0;
}
#contentContainer{
	margin-left: 10px;
	margin-right: 10px;
	padding:0;
	float:left;
	width:650px;
	height:auto;

	background-image:url(../images/charte/fdtxt.gif);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position:top;
	
}
#colRight{
	width:150px;
	height:auto;
	float:right;
	background:url(../images/charte/bas2.gif) no-repeat;
	background-position:bottom;
	margin:0;
	padding:0;
}

#colSondage{
	width:112px;
	float:left;
	margin-left:5px;
	margin-right:10px;
	padding:0;
}



#footer
{
    width:100%;
	height:37px;
	text-align:center;
	background-image:url(../images/charte/fdbas.gif);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position:top;
	clear:both;
}




label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	width:110px;
	float:left;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #B9B6C3;
	color: #000066;
}

.pointilles
{
	height:100%;
	text-align:center;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/charte/pointilles.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-attachment:scroll;
}



/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Les styles pour l'intégration -=-=-=-=-=-=-=-=-=-=-= */

.accroche
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333333;
}

.contourimage
{
	border-top:4px solid #A20609;
	border-bottom:2px solid #A20609;
}


/* -=-=-=-=-=-=-=-=-=-=-=- Les styles pour le developpement -- PAGE OCCASION --- -=-=-=-=-=-=-= */
.colonne-gauche
{
	float:left;
	clear:both;
	width:47%;
	margin-bottom:10px;
	background-color:#ffffff;
	background-image:url(../images/charte/bg-produits.jpg);
	background-repeat:repeat-x;
	border: 1px solid #AB0708;
	padding:5px;
}
.colonne-droite
{
	float:right;
	width:47%;
	margin-bottom:10px;
	background-color:#ffffff;
	background-image:url(../images/charte/bg-produits.jpg);
	background-repeat:repeat-x;
	border: 1px solid #AB0708;
	padding:5px;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	min-width: 101px;
}

.radio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

/*********************** ACTUALITES **************************/

.actu {
	float: left;
	border-bottom: 1px solid #CCC;
	padding-top: 25px;
	padding-bottom: 5px;
}

a.imgActu img {
	border: 1px solid #636363;
	display: block;
	width: 100px;
	float: left;
}

a:hover.imgActu img {
	border: 1px solid blue;
	cursor: pointer;
}

.txtActu strong {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	border-bottom: 1px solid #E4736F;
	font-variant: small-caps;
}

.txtActu {
	padding-left: 7px;
	width: 540px;
	float: left;
}


/**************************** LIENS ***********************************/

a.lienImage {
	color: #DB1017;
	border: 1px solid #F3F3F3;
	width: 100px;
	height: 100px;
	display: block;
	float: left;
	text-align: center;
}
a.lienImage:hover {
	color: #DB1017;
	border: 1px solid #DB1017;
	width: 100px;
	height: 100px;
	display: block;
	text-decoration: none;
	background-color: #FFECED;
}
a.lienImage img {
	width: 50px;
	height: 50px;
	border: 1px solid gray;
	margin-top: 15px;
}
a.lienImage strong {
	width: 98px;
	line-height: 1.5em;
	display: block;
}