#main { 
	width:1027px; 
	margin:0 auto;
	background:#fff;
}
#header { 
	height:243px;
}
#header, 
#content, 
#footer { 
	font-size:0.75em;
}
.col-1, 
.col-2, 
.col-3, 
.col-4 { 
	float:left;
} 

#layout-front #content .col-1 { width:225px; margin-right:22px;}
#layout-front #content .col-2 { width:740px;}
#layout-front #content .col-2 .col-1 { width:230px; margin-right:19px;}
#layout-front #content .col-2 .col-2 { width:230px; margin-right:19px;}
#layout-front #content .col-2 .col-3 { width:230px;}

#layout-page #content .col-1 { width:740px; margin-right:22px;}
#layout-page #content .col-2 { width:225px;}
#layout-page #content .row-2 .col-1 { width:230px; margin-right:19px;}
#layout-page #content .row-2 .col-2 { width:230px; margin-right:19px;}
#layout-page #content .row-2 .col-3 { width:230px;}
/*=========================*/

#footer { 
	height:46px;
}

/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

html {
	min-width:987px;
} 

body { 
	background:#404040; 
	font-family:arial, verdana, sans-serif;
	font-size:100%; 
	line-height:1em; 
	/*color:#b6b6b6;*/ 
	color:#808080;
	min-width:987px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

fieldset {
	border:0;
}

p { 
	margin:0; 
	padding:0;
	text-align:justify;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

ul, 
ol { 
	list-style:none;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;  
	overflow:hidden;
}

.container { 
	width:100%;
}


/*=========================== FORMS ===========================*/

#ClockForm fieldset {
	border:none;
	float:left;
	text-align:left;
}
	#ClockForm fieldset input {
		border:none;
		background:none;
		color:#b7b7b7;
		width:300px;
	}
	
/*---*/

#search-form span {
	display:block;
	float:left;
	background:url(../images/input-bg.gif) no-repeat left top;
	width:208px;
	height:27px;
}
#search-form input {
	width:190px;
	background:none;
	padding-top:5px;
	border:0;
	margin-left:7px;
	vertical-align:top;
	line-height:1.2em;
}
#search-form a {
	float:left;
}

/*========================== LISTS ============================*/
.blog-voir ul {
	margin-left:25px;
	list-style-position:inside;
	list-style-image: url(../images/marker-page.gif);
	line-height:1.8em;
	margin-bottom:10px;
}

.list-page {
	overflow:hidden;
	position:relative;
	display:table;
	padding:15px 15px 0 15px;
	background:#fafafa;
	margin-left:15px;
	margin-bottom:15px;
}
.list-page li {
	line-height:1.2em;
	padding-bottom:9px;
	margin-bottom:7px;
}
.list-page li span {
	display:block;
	padding:0 0 3px 21px;
	background:url(../images/marker-page.gif) no-repeat left 0;
}

.list {
	overflow:hidden;
	position:relative;
	width:100%;
}
.list.alt {
	padding-bottom:20px;
}
.list li {
	font-size:14px;
	line-height:1.2em;
	text-transform:uppercase;
	border-bottom:1px solid #f4f4f4;
	padding-bottom:9px;
	margin-bottom:8px;
}
.list li span {
	display:block;
	padding:0 0 0 16px;
	background:url(../images/marker.gif) no-repeat left 7px;
}
.list li a {
	color:#FF6600;
	text-decoration:none;
}
.list li a:hover {
	color:#000;
}

.news-list li {
	padding:0 0 22px 43px;
	background:url(../images/marker1.gif) no-repeat left top;
	min-height:27px;
	height:auto!important;
	height:27px;
}
.news-list li span {
	color:#929292;
	display:block;
	line-height:1.83em;
	padding-top:3px;
}
.news-list li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.news-list li a:hover {
	text-decoration:underline;
}

.testimonials li {
	line-height:1.83em;
	padding-bottom:22px;
}
.testimonials li cite {
	font-style:normal;
}
.testimonials li strong {
	display:block;
	text-align:right;
	color:#000;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding:0 0 25px 0; 
}
.img-indent1 {
	float:left;
	margin-left:-50px;
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
}
.img-box1.alt {
	padding-bottom:32px;
}
.img-box1.alt1 {
	padding-bottom:12px;
}
.img-box1 img { 
	float:right; 
	margin:0 0px 0 20px;
}
.img-boxl { 
	width:100%; 
	overflow:hidden;
}
.img-boxl img { 
	float:left; 
	margin:0 20px 0 0px;
}

p { 
	margin-bottom:20px;
	line-height:1.83em;
}
.p0 {
	margin:0;
}

dl {
	line-height:1.83em;
	margin-bottom:-22px;
}
dl dt {
	color:#000;
	font-weight:bold;
}
dl dd {
	margin-bottom:22px;
}
dl dd span {
	float:right;
}

.extra-wrap {
	overflow:hidden;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#000; 
	outline:none;
	position:relative;
}
a:hover {
	text-decoration:none;
}

h2 {
	font-size:35px;
	line-height:1.2em;
	color:#010101;
	margin:-3px 0 34px 0;
	letter-spacing:-1px;
	overflow:hidden;
	position:relative;
}
h3 {
	font-size:24px;
	line-height:1.2em;
	color:#000;
	text-transform:uppercase;
	margin-bottom:22px;
}
h4 {
	color:#000000;
	font-size:18px;
	line-height:1.2em;
	margin-bottom:20px;
}
h5 {
	color:#000;
	font-size:1em;
	line-height:1.83em;
}

.link {
	font-weight:bold;
}
.link,
.link a {
	color:#FF6600;
}

/*========================== HEADER ===========================*/

#header .row-1 {
	height:43px;
	width:100%;
	overflow:hidden;
	background:#fbfbfb;
	border-bottom:1px solid #f6f6f6;
}
#header .row-1 .fleft {
	padding:12px 0 0 10px;
}
#header .row-1 .fright {
	padding:8px 7px 0 0;
}
#header .row-2 {
	height:200px;
	width:1027px;
	overflow:hidden;
}
#header .row-2 .fleft {
	padding:27px 0 0 18px;
}
#header .row-2 .fright {
	padding:50px 45px 0 0;
}
#header .row-2 .fright ul li {
	float:left;
	font-size:18px;
	line-height:1.2em;
	padding-left:40px;
}
#header .row-2 .fright ul li a {
	text-decoration:none;
}
#header .row-2 .fright ul li a:hover {
	color:#FF6600
}
#header .row-2 .fright ul li ul li {
	float:none;
	font-size:14px;
	padding:3px 0 1px 0;
}
#header .row-2 .fright ul li ul li a {
	color:#b6b6b6;
	display:inline-block;
}
#header .row-2 .fright ul li ul li a:hover {
	color:#000;
}
a.actif {
	color:#ff6600 !important;	
}

/*========================= CONTENT ===========================*/
#content {
	margin:0px 20px;
}
#content .indent {
	padding:0 0 52px 0px;
}
#content .indent1 {
	padding-bottom:37px;
}

/*========================= FOOTER ============================*/

#footer {
	line-height:1.2em;
	background:#fbfbfb;
	border-top:1px solid #f6f6f6;
}
#footer a {
	color:#b6b6b6;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .indent {
	padding:16px 0 0 9px;
}
#footer .fright {
	padding-right:10px;
}
#footer .fright ul li {
	float:left;
	border-right:1px solid #b6b6b6;
	padding-right:11px;
	margin-right:11px;
}
#footer .fright ul li.last {
	border:0;
	padding:0;
	margin:0;
}

/*=============================================================*/
#gallery {
	position:relative;
	height:280px;
	margin-bottom:30px;
	overflow:hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:70px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#FF6600;
	}
/*=============================================================*/
.blog-voir {
	line-height:1.83em;
	text-align: justify;
}
.blog-voir p {margin-top:10px;}
.blog-voir table tr td {padding:5px;background:#fbfbfb; }
.blog-voir table { border-collapse:collapse; margin:0 auto;}

#advisories-voir table tr td {padding:10px; background:#fbfbfb;}
#advisories-voir table { border-collapse:collapse;}

#formPirater {
	width:550px;
	margin:0 auto;	
}
#formPirater #cgu-label {color:#ff6600}
#formPirater table input {
	height:20px;
	width:254px;
	background:#fbfbfb;
	padding:2px 0 2px 3px; 
	color:#808080; 
	vertical-align:top;	
	line-height:1.2em;
}
#formPirater table dd {margin-bottom:15px}
#formPirater #message{
	background:#fbfbfb;
	padding:2px 0 2px 3px; 
	vertical-align:top;	
	font-size:12px;
	color:#808080;
	margin-bottom:10px;
	width:540px;
}
#formulaireContact input[type="text"]{
	height:20px;
	width:311px;
	background:#fbfbfb;
	padding:0px 0 2px 3px; 
	color:#808080; 
	vertical-align:top;	
}
#formulaireContact dd {margin-bottom:15px;}
#formulaireContact textarea {
	background:#fbfbfb;
	padding:2px 0 2px 3px; 
	color:#808080; 
	vertical-align:top;	
	width:311px;
	font-size:12px;
}
#formulaireContact {
	padding-left:340px;padding-top:20px;
	background: url(../images/pages/envelope.png) no-repeat top left;
}

.btn-envoyer {
	border:none;
	background:#fff;
	cursor:pointer;
	color:#FF6600;
	font-weight: bold;
}
.btn-envoyer:hover {
	color:#808080;
}