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

/*= Main
-------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #514941;
	font: 12px/15px "Arial", Helvetica, sans-serif;
	background:#241a0f;
}
table, td {
	font: 11px/14px Arial, Helvetica, sans-serif;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
.clear {
	clear: both;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#003399;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color:#003399;
}
a.texte {
	color:#241a0f;
	cursor: pointer;
	text-decoration:none;
	background: #bab8b5;
	padding:0 4px;
}
a.texte:hover {
	text-decoration:line-through;
	color:#b92005;
}
hr {
	color: #e8e8e8;
	height: 1px;
	background: #e8e8e8;
	border:0;
}
/*= Titles
-------------------------------------------------------------------------*/



/*= Layouts
-------------------------------------------------------------------------*/

.anchor {
	position:absolute;
	z-index:100;
}
a.btn-page-suivante {
	display:block;
	width:130px;
	height:35px;
	background: url(../img/btn-page-suivante.png);
	float:right;
	margin:3px 10px 0 0;
}
a.btn-page-precedente {
	display:block;
	width:130px;
	height:35px;
	background: url(../img/btn-page-precedente.png);
	float:right;
	margin:3px 250px 10px;
}
a.btn-page-retour {
	display:block;
	width:175px;
	height:60px;
	float:right;
	margin:3px 0 0 10px;
}
/*= Super Nav
-------------------------------------------------------------------------*/


#navigation {
 left: expression( document.body.scrollLeft + 'px' );
 top: expression( document.body.scrollTop + 'px' );
	height:50px;
	position:absolute;
}
#navigation {
	position: fixed;
	left: 0px;
	top: 0px;
	height:50px;
}
#navigation ul {
}
#navigation ul li {
	float:left;
	background: url(../img/bg-menu.png) repeat-x;
	height:50px;
}
#navigation ul li a {
	display:block;
	margin:5 0 0 0;
	padding: 10px 5px 0 25px;
	height:22px;
	color:#6d635b;
	font-family: "Cooper Std Black", Georgia, Arial;
	font-style: italic;
	font-weight: bold;
	font-size:13px;
	line-height:13px;
	background:none;
	float:left;
}
#navigation ul li a:hover {
	color:#fff;
	background: url(../img/nav-arrow.gif) no-repeat 0px 5px;
}
#navigation ul li#corner1 {
	background: url(../img/bg-menu-1.png);
	width:30px;
	height:50px;
}
#navigation ul li#corner2 {
	background: url(../img/bg-menu-2.png);
	width:30px;
	height:50px;
}
/*= 
-------------------------------------------------------------------------*/

ul#pages {
	width:4400px;
}
ul#pages li {
	float:left;
	height:790px;
}
ul#pages li#page-accueil {
	width:960px;
	background: url(../img/bg-accueil.jpg) no-repeat;
}
ul#pages li#page-revolution {
	width:825px;
	background: url(../img/bg-revolution.jpg) no-repeat;
}
/*= Page Business
-------------------------------------------------------------------------*/
ul#pages li#page-business {
	width:870px;
	background: url(../img/bg-business.jpg) no-repeat;
}
#page-business #text {
	width:250px;
	margin:100px 0 0 575px;
}
#page-business h1 {
	text-indent:-50000px;
	background: url(../img/titre-business.png) no-repeat;
	width:212px;
	height:60px;
}
/*=  Page Mike Ward
-------------------------------------------------------------------------*/

ul#pages li#page-mike-wards {
	width:800px;
	background: url(../img/bg-mike-ward.jpg) no-repeat;
}
#page-mike-wards h1 {
	text-indent:-50000px;
	background: url(../img/titre-mike-ward.png) no-repeat;
	width:205px;
	height:50px;
}
#page-mike-wards .grid {
	width:650px;
}
.grid .col1 {
	width:200px;
	float:left;
}
/*.grid .col1 ol {
	
}

.grid .col1 ol li {
	
	height:58px;
	background:#CCC;
	display:block;
	
}*/

.grid .col2 {
	padding:0 0 0 200px;
}
.pic-mike-wards {
	background: url(../img/pic-mike-ward.png) no-repeat;
	width:186px;
	height:407px;
}
/*=  Page Joindre
-------------------------------------------------------------------------*/

ul#pages li#page-joindre {
	width:800px;
	background: url(../img/bg-joindre.jpg) no-repeat;
	position:relative;
}
ul#pages li#page-roulotte {
	width:942px;
	background: url(../img/bg-roulotte.jpg) no-repeat;
}
a.icon-youtube {
	display:block;
	float:left;
	width:58px;
	height:58px;
	background: url(../img/icon-youtube.png);
	text-indent:-50000px;
}
a.icon-pdf {
	display:block;
	float:left;
	width:58px;
	height:58px;
	background: url(../img/icon-pdf.png);
	text-indent:-50000px;
}
a.icon-photos {
	display:block;
	float:left;
	width:58px;
	height:58px;
	background: url(../img/icon-pics.png);
	text-indent:-50000px;
}
/*= END
-------------------------------------------------------------------------*/
#contact-info {
	position:absolute;
	top:100px;
	left:100px;
}
#contact-info h1 {
	font: italic bold 24px Georgia, "Times New Roman", Times, serif;
	color: #241a0f;
	margin:0 0 20px;
}
#contact-info h2 {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	color: #241a0f;
	margin:0 0 10px;
}
#contact-info a {
	color:#b32e04;
}
