@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Style1 {
	color: #2B5EA9;
	font-weight: bold;
	font-size: 14px;
}
.Style2 {
	font-size: 20px;
	color: #4B85CA;
}
body {
	background-image: url(images/fond.jpg);
}

#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:100%;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background-image:url(../images/noir.png)
}

.automobile{
	padding-top:5px;
	background-image:url(../images/blanc2.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:21px;
	font-size:14px
}

.automobile:hover{
	background-image:url(../images/vert.png);
}

.header_highlight{
	background:#00CCFF;
}

a.footeryoolight {color: #2b5ea9; font-weight: bold; text-decoration: none;}
a.footeryoolight:hover {color: #2b5ea9; font-weight: bold; text-decoration: none;}

#footer a{
	color:#2b5ea9;
	font-weight: bold;
	text-decoration: none;
}