/* CSS Document */

@charset "ISO-8859-1";
/* GRIDS */
html {
	background-color:#FFFFFF;
	background-image:url(../multimedia/images/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
}
body {
	background-color:#FFFFFF;
	background-image:url(../multimedia/images/bg-body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
}
#page {
	margin:auto;
	width:980px;
	min-height:100%;
}
#header {
	background-image:url(../multimedia/images/bg-header.gif);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:right;
	width:980px;
	height:140px;
}
#navigation {
	width:980px;
	height:33px;
	float:left;
	margin: 0px 0px 0px 0px;
}
#footer {
	width:980px;
	float:center;
	text-align:center;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
#main {
	margin:auto;
	width:974px;
}
#righter {
	width:300px;
	float:right;
	text-align:center;
}
#content {
	width:670px;
	float:center;
	text-align:left;
	position:relative;
	clear:left;
}
#space {
	width:10px;
	height:5px;
}
#boxleft {
	width:330px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
}
#boxright {
	width:330px;
	float:right;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
}
#boxleft2 {
	width:460px;
	float:left;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
}
#boxright2 {
	width:200px;
	float:right;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
}
#boxfull {
	color:#FFFFFF;
	background-color:#874FA8;
	background-image:url(../multimedia/images/bg-violetgradiant.jpg);
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	text-align:center;
}
#boxfull2 {
	color:#FFFFFF;
	background-color:#874EA8;
	background-image:url(../multimedia/images/bg-violetgradiant.jpg);
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	text-align:center;
	-moz-border-radius:10px;
	-Webkit-border-radius:11px;
}
#box-concessionnaires {
	float:right;
	width:296px;
	height:100px;
	border: solid 1px;
	border-color:#874EA8;
	background-image:url(../multimedia/images/bg-transparent.png);
	background-repeat:repeat;
	margin:2px 2px 2px 2px;
}
#box-logo {
	float:left;
	text-align:center;
	margin:2px 2px 2px 2px;
}
#box-yellow {
	border-bottom:solid 1px;
	border-bottom-color:#f6b234;
	margin:2px 2px 2px 2px;
}
#box-pink {
	border-bottom:solid 1px;
	border-bottom-color:#C75093;
	margin:2px 2px 2px 2px;
}
#box-blue {
	border-bottom:solid 1px;
	border-bottom-color:#009DDF;
	margin:2px 2px 2px 2px;
}
#box-violet {
	border-bottom:solid 1px;
	border-bottom-color:#874EA8;
	margin:2px 2px 2px 2px;
}
#box-white {
	border-bottom:solid 1px;
	border-bottom-color:#FFFFFF;
	margin:2px 2px 2px 2px;
}
/* TEXT */
.yellow {
	color:#F6B234;
}
.white {
	color:#FFFFFF;
}
.violet {
	color:#874EA8;
}
.pink {
	color:#C75093;
}
.blue {
	color:#009DDF;
}
.gray {
	color:#666666;
}
h1 {
	font-size:140%;
	font-weight:bold;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size:120%;
	font-weight:bold;
	font-style:normal;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	font-size:110%;
	font-weight:normal;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h4, h5 {
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h6 {
	font-size:80%;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
/* LINKS */
a:link {
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
}
a:hover {
	color:#348fff;
	text-decoration:none;
}
a:active {
	color:#348fff;
	font-style: italic;
	text-shadow: #e76c0c 1px;
}
