@import url(/css/style_slide_down.css);
@import url(/css/apercuImg.css);
@import url(/css/style_pictonav.css);
@import url(/css/style_calendrier.css);
@import url(/css/skin.css);
@import url(/css/jquery.jcarousel.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.normalBlanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.corps{
	background-image:url(../images/bg-pro.gif);
	background-position:center;
	background-repeat:repeat-y;
}

.ombreHaute{
	background-image:url(../images/bg-top-pro.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:20px;
}
.ombreBasse {
	background-image:url(../images/bg-bas-pro.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:35px;
}

.infoExpress{
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;

}

.menuBtG a{
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;

}

.titreProd {
	color:#000000;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;

}
.menuContact{
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.boxContact {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

.boxBtMenu{
	margin-left:34px;
	width:158px;
	height:45px;
	text-align:center;
}
.corps2 {
	width:957px;
	margin:0px auto;
}
.titreNoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.titreBlanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	letter-spacing:-1px;
	font-weight:bold;
	color: #FFFFFF;
}
.titreVert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:italic;
	font-weight:bold;
	color: #4c8a15;

}
.titreGris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

.breadcrum{
	font-size:14px;
	color:#666666;
}
.breadcrum a{
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
.breadcrum a:hover{
	font-size:14px;
	color:#666666;
	text-decoration:underline;
}
.tickercontainer { /* the outer div with the black border */
border: 1px solid #DDD;
background: #fff; 
width: 590px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 580px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left:800px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 10px 0 0;
} 
ul.newsticker span {
margin: 0 50px 0 0;
} 
