html {
  font-family: Arial;
  font-size: 11px;
}
#body {
  background: white url(../img/common/background.jpg) no-repeat center top;
	}
a:hover {
	text-decoration: none;
}
	#page {
		width: 982px;
		margin: auto;
	}
		#header {
			margin-left: 2px;
		}
			.topbar {
			}
				.logo {
					float: left;
				}
				.info {
					float: left;
				}
				
					.info a {
					color: #0e6eaf;
					font-weight:bold;
				}
				
					.info a:hover {
					color: #97bf0d;
				}
					.info p {
						font-size: 18px;
						color: #0e6eaf;
						line-height: 21px;
						margin-left:25px;
						margin-top:60px;
					}
					.info p span {
						font-weight: bold;
					}
					.info p span.local {
						font-weight: normal;
						font-size: 11px;
					}
				.right_topbar {
					float: right;
					width: 150px;
				}
				.right_topbar li {
					margin-bottom:1px;
				}
					.right_topbar a {
						text-align: center;
						display: block;
						color: white;
						font-weight: bold;
						text-decoration: none;
						background: #0e70b2;
						line-height: 13px;
						padding: 2px 0;
					}
			.menu {
				background: url(../img/common/bg_menu.jpg) repeat-x;
				height: 34px;
			}
				.menu ul {
				}
					.menu ul li {
						float: left;
						display: block;
					}
					.menu ul li a {
						color: white;
						text-decoration: none;
						font-size: 12px;
						font-weight: bold;
						padding: 0 20px 0 20px;
						display: block;
						height: 34px;
						float: left;
						line-height: 34px;
					}
					.menu ul li a.on, .menu ul li a:hover {
						background: url(../img/common/bg_menu_on.jpg) repeat-x;
					}
			.under_menu {
				height: 24px;
				background: url(../img/common/bg_sousmenu.jpg) repeat-x;
			}
				.under_menu ul {
				}
					.under_menu ul li {
						float: left;
						display: block;
					}
					.under_menu ul li a {
						color: white;
						text-decoration: none;
						font-size: 12px;
						font-weight: bold;
						padding: 0 20px;
						display: block;
						float: left;
						height: 24px;
						line-height: 24px;
					}
					.under_menu ul li a.on, .under_menu ul li a:hover {
						background: white;
						color: #0e70b2;
						-moz-border-radius: 5px 5px 0 0;
						-webkit-border-radius: 5px 5px 0 0;
						border-bottom: 0;
					}
		.breadcrumb {
			margin-bottom: 10px;
			color: #0e70b2;
			font-weight: bold;
		}
			.breadcrumb a {
				text-decoration: none;
				color: #999999;
				font-weight: bold;
			}
		.title {
			margin: 15px 0;
		}
			.title h1 {
				color: #0e70b2;
				font-weight: bold;
				font-size: 16px;
				text-transform: uppercase;
			}
			.title h2, .text h2 {
				color: #0e70b2;
				font-weight: bold;
				font-size: 14px;
				margin-top: 5px;
			}
			.text h2 {
				margin-bottom: 8px;
			}
			.text h3 {
				font-weight:bold;
				margin-bottom: 8px;
			}
			.text p, .sitemap ul {
				font-size: 11px;
				color: #333;
				margin-bottom: 10px;
			}
			.text p.bold {
				margin-bottom: 5px;
			}
			.text p a, .sitemap ul a {
				color: #0e70b2;
				font-weight: bold;
				text-decoration: none;
			}
			.text p a.nostyle {
				color: #333;
				font-weight: normal;
			}
			.sitemap a.nostyle {
				margin-left: 15px;
				color: #333;
				font-weight: normal;
			}
			.sitemap a.nostyle2 {
				color: #333;
				font-weight: normal;
			}
			.text ol {
				list-style: decimal;
				padding: 0 15px;
				margin-bottom: 10px;
			}
			.text ul {
				list-style: none;
				padding: 0;
				margin-bottom: 10px;
			}
			.sitemap ul {
				padding: 10px 30px 0 30px;
				margin-bottom: 0px;
			}
			.text ul li {
				padding-left: 25px;
				background: url(../img/common/ico_coche_blue.jpg) no-repeat;
			}
			.text ul.list li {
				display: block;
				float: left;
				width: 110px;
			}
			.schema img {
				display: block;
				margin: 0 auto;
			}
			.colored {
				color: #0e70b2;
			}
		#content {
			margin-top: 10px;
			margin-bottom: 20px;
			margin-left: 2px;
			min-height:450px;
		}
			#left {
				float: left;
				width: 210px;
			}
				.left_videos {
					margin: 10px 8px;
				}
					.content_left_videos {
						border-left: 1px solid #CCC;
						border-right: 1px solid #CCC;
						border-bottom: 1px solid #CCC;
						padding-bottom: 10px;
						-moz-border-radius: 0 0 5px 5px;
						-webkit-border-radius: 5px 5px 0 0;
					}
					.temoignage {
						margin-top:10px;
						border: 1px solid #CCC;
						padding: 10px 0;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
					}
						.temoignage h5 {
							color: #0e70b2;
							padding: 0 5px;
							font-size: 12px;
							font-weight: bold;
							margin-bottom: 5px;
						}
						.temoignage p {
							font-size: 11px;
							color: #333;
							margin-bottom: 10px;
							padding: 0 5px;
						}
						.temoignage p.em {
							
							font-style: italic;
						}
					.left_videos h4 {
						background: #0e70b2;
						color: white;
						-moz-border-radius: 5px 5px 0 0;
						-webkit-border-radius: 5px 5px 0 0;
						font-size: 12px;
						font-weight: bold;
						padding:3px 5px;
					}
					.content_left_videos img {
						padding: 5px 0;
						margin: 0 auto;
						display: block;
					}
					.content_left_videos p {
						font-size: 11px;
						color: #0e70b2;
						padding: 0 8px;
					}
					.preview_play, .text_play {
						float: left;
						width: 260px;
					}
					.text_play h3 {
						font-size: 14px;
						font-weight: bold;
						color: #333333;
						margin-bottom: 5px;
					}
			#center {
				float: left;
				width: 535px;
			}
			#rightbar {
				float: right;
				width: 200px;
				background: url(../img/common/background_right.jpg) no-repeat;
				padding:0 5px;
				margin-right: 5px;
			}
				#rightbar h3 {
					text-transform: uppercase;
					font-size: 16px;
					color: #0e70b2;
					font-weight: bold;
					padding-left: 15px;
				}
				.btn_cmd {
					margin: 15px 10px;
				}
					.btn_cmd a {
						color: white;
						font-size: 11px;
					}
					.btn_cmd a:hover {
						text-decoration: none;
					}
					.btn_cmd a span {
						background: url(../img/common/sprite_commandez.jpg) repeat-x;
						display: block;
						float: left;
						height: 30px;
						line-height: 30px;
					}
					.btn_cmd a span.left {
						background-position: 0 0;
						width: 8px;
					}
					.btn_cmd a span.right {
						background-position: 0 -60px;
						width: 8px;
					}
					.btn_cmd a span.middle {
						background-position:0 -30px;
						font-weight: bold;
					}
				.btn_reduct {
				}
				.quality {
					margin-top: 45px;
				}
				.quality a {
					margin: 5px 0;
				}
				.options {
					margin: 10px 0 25px 0;
				}
				.quality a.savoir, .options a, a.big {
					color: black;
					text-decoration: none;
					font-weight: bold;
					background: #dddbdb;
					display: block;
					margin: 5px 0;
					padding: 3px 0;
					padding-left: 15px;
				}
				.quality a:hover.savoir, .options a:hover, a:hover.big {
					background: #97c00e;
				}
				.options a,  a.big {
					margin: 0;
					margin-bottom: 1px;
				}
		#footer {
			background: #0c619a url(../img/common/bg_footer.jpg) repeat-x;
			margin-left: 2px;
		}
		
		#footer a {
		 color:#FFF;
		}
		
		#footer a:hover {
		 color:#97bf0d;
		}


			.text_footer {
				padding: 20px 0;
				width: 925px;
				margin: 0 auto;
				color: white;
			}
				.box_footer {
					float: left;
					width: 185px;
				}
					.box_footer h5 {
						font-weight: bold;
						font-size: 14px;
					}
					.box_footer ul {
						margin-top: 12px;
					}
					.box_footer li {
						font-weight: bold;
						background-image: url(../img/common/ico_coche.png);
						background-repeat: no-repeat;
						padding-left: 20px;
					}
			.separ_footer {
				width: 878px;
				margin: 0 auto;
				height: 9px;
				background: url(../img/common/separ_footer.png) no-repeat;
			}
			.backlinks {
				padding-top: 20px;
				padding-bottom: 47px;
				width: 925px;
				margin: 0 auto;
			}
				.backlinks p {
					line-height: 13px;
					color: white;
					font-size: 10px;
				}
				.backlinks p a {
					color: white;
					text-decoration: none;
				}
				.backlinks p a.imao {
					color: #97bf0d;
					font-weight:bold;
				}
				.backlinks p span {
					padding: 0 5px;
					color: #97bf0d;
				}