/* CSS Document */

.texte_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.texte_longBldSlgn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.texte_longBLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.texte_longSLNG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
.lavieaubureau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005FA2;
	font-weight: bolder;
}

/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:justify;
}

body a{
color: #AE202B;
text-decoration:underline;
}


textarea,input{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.joindre_tel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #AE202B;
	font-weight: bold;
}


.texte_defilant,.texte_defilant a{
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#005FA3;
text-align:left;
/*background-color:#E2E2E2;*/
}


#zone_defilante {
	/*padding:5px;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	width:250px;
	height:180px;
	overflow:hidden; /*Tu mets hidden si tu ne veux pas avoir de scrollbar*/
	background-color:#e5eff6;
	/*background-color:#E2E2E2;*/
}
#zone_defilante DIV.ligne {
	height:180px;
}

.fader_image{
border-top-style: outset;
border-top-width: 1px;
border-top-color:#ffffff;
border-bottom-style: inset;
border-bottom-width: 2px;
border-bottom-color:#e2e2e2;
border-left-style: outset;
border-left-width: 1px;
border-left-color: #ffffff;
border-right-style: inset;
border-right-width: 2px;
border-right-color: #e2e2e2;
}
