body {
	margin-top: 0px;
	font-size: 12px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	border-width: 0px;
}

#container {
	visibility: visible;
	padding: 0px;
	display: block;
	margin-top: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	padding: 0px;
	visibility: visible;
	display: block;
	position: relative;
	width: 100%;
}

#page {
	padding: 0px;
	margin-bottom: 20px;
	visibility: visible;
	margin-top: 20px;
	display: block;
	background-repeat: repeat-y;
	width: 100%;
	position: relative;
	background-image: url(../img/general/background-1.jpg);

}

#footer {
	padding: 0px;
	visibility: visible;
	display: block;
	width: 100%;
	position: relative;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
table {
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
}

img {
	border-width: 0px;
}

p {
	text-align: justify;
	font-size: 12px;

}

#error {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	z-index: 5;
	font-style: italic;
	position: relative;
	padding: 10px;
	border-width: 1px;
	border-color: #ff9933;
	border-style: solid;
	background-color: #ffffcc;
	color: red;
}

.error1 {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border-width: 1px;
	border-color: #ff9933;
	border-style: solid;
	background-color: #ffffcc;
	color: red;
}

#info {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	z-index: 5;
	padding: 10px;
	font-style: italic;
	position: relative;
	border-width: 1px;
	border-color: #ff9933;
	border-style: solid;
	background-color: #ffffcc;
	color: #006600;
}
.info1 {
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	border-width: 1px;
	border-color: #ff9933;
	border-style: solid;
	background-color: #ffffcc;
	color: #006600;
}


.txt_orange {
	color: #FF6600;
}

.txt_orange_italic {
	font-style: italic;
	color: #FF6600;
}

.txt_italic {
	font-style: italic;
}

.titre_orange {
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	}
	
.bouton {
	font-weight: bold;
	font-size: 14px;
	color: #666666; 
	}

#map {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 60%;
	display: block;
	z-index: 5;
	position: relative;
}
	
#map_list {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 2px;
	margin-top: 10px;
	z-index: 5;
	position: relative; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	list-style: none ;
	color: #666666;
	line-height: normal;
	}
	
#map_list li {
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: square;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 2px ;

	}
	
#map_list li a {
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0px;
	text-decoration: none ; 
	text-align: left ;
	}
	
#map_list li:hover, #map_list li a:hover, #menu_2 li a:focus {
	color: white;
	background-color: #ff9933;
	text-decoration: none; 
	}		

#home a {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	padding-right: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/general/home.png);
}

#hide {
	z-index: 10;
	position: fixed;
	left: auto;
	right: auto;
	top: 0px;
	visibility: hidden;
	display: block;
}

#citation {
	margin-bottom: 20px;
	display: block;
	float: left;
	font-style: italic;
	font-size: 20px;
	color: #666666;
	text-align: center;
	z-index: 5;
	width: 100%;
	position: relative;
}


#samples {
	float: left;
	display: block;
	margin-bottom: 10px;
	z-index: 5;
	position: relative;
}

#testimonials {
	float: left;
	display: block;
	z-index: 5;
	position: relative;
}

#custom {
	float: left;
	display: block;
	z-index: 5;
	position: relative;
}
 
#custom table {
	width: 100%;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}

.cell_1 {
	padding: 5px;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fdf1e3;
	color: #ff6600;
	text-align: right;
}

.cell_2 {
	padding: 5px;
	text-align: justify;
}

.cell_3 {
	font-size: 14px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ff6600;
	padding: 5px;
	width: 100px;
	font-weight: bold;
	background-color: #fdf1e3;
	text-align: right;
}

.cell_4 {
	font-size: 14px;
	padding: 5px;
	background-color: #fdf1e3;
	text-align: left;
}


#block_top {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	float: left;
	z-index: 5;
	position: relative;
	width: 100%;
}

#block_txt {
	margin-bottom: 10px;
	float: right;
	display: block;
	z-index: 5;
	position: relative;
	width: 70%;
}

#block_txt h1 {
	font-style: normal;
	font-weight: normal;
	color: #666666;
	font-size: 12px;

}

#teaser_guide {
	float: left;
	display: block;
	z-index: 5;
	position: relative;
}

#teaser_site {
	display: block;
	margin-left: 30px;
	margin-bottom: 10px;
	float: right;
	position: relative;
	z-index: 5;
}

#form {
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	z-index: 5;
	position: relative;
}

#form_cab {
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-top: 10px;
	z-index: 5;
	position: relative;
	width: 80%;
}


#block_right_b {
	margin-top: 10px;
	display: block;
	margin-right: 0px;
	float: right;
	z-index: 5;
	position: relative;
	width: 49%;
}

#block_right_a {
	display: block;
	margin-right: 0px;
	float: right;
	z-index: 5;
	position: relative;
	width: 70%;
}


#block_right_a_scroll {
	margin-bottom: 10px;
	padding-right: 10px;
	height: 400px;
	overflow-y : scroll; 
	display: block;
	margin-right: 0px;
	float: right;
	z-index: 5;
	position: relative;
	width: 70%;
}

#block_right_a_scroll h1 {
	margin-top: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF6600;
	font-size: 12px;

}


#agency {
	margin-left: 20px;
	margin-top: 20px;
	width: 73%;
	display: block;
	float: right;
	z-index: 5;
	position: relative;
}

#musher {
	margin-top: 20px;
	margin-right: 20px;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background-color: #ffcc99;
	font-weight: bold;
	width: 20%;
	text-align: left;
	color: #666666;
}

#img_musher {
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: 150px;
	position: relative;
	z-index: 5;
	width: 100px;
	background-image: url(../img/general/paul_musher.jpg);
}

#img_top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	visibility: visible;
	display: block;
	z-index: 1;
	position: relative;
	width: 100%;
}

#img_left {
	margin-bottom: 10px;
	float: left;
	height: 384px;
	display: block;
	margin-left: 0px;
	z-index: 5;
	position: relative;
	width: 21%;
}

#img_sample_1 {
	height: 109px;
	width: 198px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	display: block;
	background-image: url(../img/samples/sample-002a.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	position: relative;
}

#img_sample_2 {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	float: right;
	height: 109px;
	width: 198px;
	background-image: url(../img/samples/sample-003a.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	position: relative;
}

#img_guide {
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	z-index: 5;
	position: relative;
}

#ligne-verti {
	background-color: #999999;
	margin-top: 10px;
	display: block;
	position: absolute;
	left: 450px;
	height: 340px;
	z-index: 5;
	width: 1px;
}



#logo {
	margin-right: 0px;
	margin-top: -15px;
	float: right;
	height: 22px;
	width: 200px;
	position: relative;
	background-image: url(../img/general/logo_1A.jpg);
	background-repeat: no-repeat;
}

#logo_2 {
	margin-top: -22px;
	visibility: visible;
	display: block;
	height: 22px;
	width: 200px;
	z-index: 5;
	position: relative;
	background-image: url(../img/general/logo_1A.jpg);
	background-repeat: no-repeat;
}

#menu_lang {
	position: absolute;
	margin-left: 0px;
	margin-top: 5px;
	z-index: 99;

}

#menu_lang ul {
	text-align: left;
	display: inline; 

}

#menu_lang li {
	text-align: left;
	display: inline;
	margin: 0px; 

}

#menu_lang li a {
	text-align: left;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
	}
	
#menu_lang li a:hover, #lang li a:focus, #lang li a:active {
	background-color: #ff9933;
}
	
#menu_lang .selected {
	color: #ffffff;
	background-color: #ff9933;
}



#legal {
	float: left;
	padding-top: 7px;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	width: 100%;
	position: relative;
}

#legal a{
	font-size:10px;
	font-weight:bold;
	color: #666666;
}

#legal a:hover{
	text-decoration: underline; 
}


.copyright {
	font-size:9px;
	font-style:italic;
	font-weight:normal;
	color: #cccccc;
}

#menu_header {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: -20px;
	position: relative;
	z-index: 5;
	height: 46px;
	background: url(http:../img/general/menuo_bg.gif) repeat-x; /*tab background image path*/
}


#menu_header ul{
	padding: 0 0 0 0;
	list-style: none;
}

#menu_header li{
	float:left;
}

#menu_header li a{
	float: left;
	display: block;
	color:#666666;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

#menu_header li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

#menu_header li.current a, #menu_header li a:hover{
	color: #ffffff;
	background: url(../img/general/menuo_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

#menu_header li.current a b, #menu_header li a:hover b{
	color: #fffff;
	background: url(../img/general/menuo_hover_right.gif) no-repeat right top; /*right tab image path*/
}


#block_left {
	margin-left: 0px;
	z-index: 5;
	position: fixed;
	width: 400px;
	display: block;
}

#block_left a {
	color: #666666;
}


#menu_left {
	display: block;
	padding: 5px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	margin-left: 0px;
	z-index: 1;
	position: fixed;
	width: 190px ;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;

	}

#menu_left ul {
	margin-bottom: 0px;
	font-weight: normal;
	padding: 5px;
	margin-left: 0px;
	text-align: center;
	list-style: none ;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	}
	
#menu_left li {
	color: #666666;
	background-color: #fdf1e3;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	margin-bottom: 2px ;

	}
	
#menu_left li a {
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px;
	display: block ;
	text-decoration: none ; 
	text-align: left ;
	}
	
#menu_left li a:hover, #menu_left li a:focus, #menu_left li a:active {
	color: white;
	background-color: #ff9933;
	text-decoration: none; 
	}		


#reduc {
	margin-right: auto;
	margin-left: auto;
	display: block;
	z-index: 5;
	position: relative;
	width: 95%;
}

#reducoffre {
}

#reducoffre table {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	border-top-style: solid;
	border-top-color: #ff6600;
	border-top-width: 1px;
}

.reducoffre-logo {
	text-align: center;
	height: 60px;
	width: 150px;
}

.reducoffre-valeur {
	font-size: 11px;
	text-align: left;
}

.reducoffre-code {
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
	width: 120px;
}

.reducoffre-validite {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	width: 120px;
}

.reducoffre-bouton {
	text-align: center;
	border-width: 0px;
	width: 150px;
}
