@charset "utf-8";
body {
	background-color: #7a7a7a;
	margin : 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.default {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.buttonBack {
	background-image:url(/images/button-back.gif);
}
.button {
	background-image:url(/images/button.gif);
}
.button a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.button a:hover {
	color: #397d99;
	text-decoration: underline;
}
.partner a:link {
	color: #CC0000;
	text-decoration: underline;
}
.partner a:hover {
	color: #397d99;
	text-decoration: underline;
}

.detail a {
    font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.detail a:hover {
	font-weight: bold;
	color: #397d99;
	text-decoration: underline;
}

.background {
	background-color: #adadad;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.boxback {
	background-image: url(../images/box-back-top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.boxbackblue {
	background-image: url(../images/box-back-top-blue.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.boxtitles {
	font-weight: bold;
	padding: 3px;
	font-family: arial;
}
.bluetitles {
	font-size: 14px;
	color: #0989D7;
	font-weight: bold;
}
.blacktitles {
	font-size: 14px;
	font-weight: bold;
}
.greentitles {
	font-size: 12px;
	color: #007935;
	
}
.caracteristiques {
	border: 1px solid #FFFFFF;
}
.caracteristiquestxt {
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	vertical-align:middle;
}
a {
	font-weight:bold;
	color: #0989D7;
	text-decoration: underline;
}
a:hover {
 font-weight:bold;
	color: #000066;
	text-decoration: none;
}
.footer {
	background-image:url(/images/back-bottom.jpg);
	height:67px;
}
.copyright {
	padding-top:7px;
	font-size:10px;
	color:#1d1d1d;
}

.copyright a{
	color:#1d1d1d;
	font-weight:normal;
}
.copyright a:HOVER{
	color:#1d1d1d;
	font-weight:normal;
}
