#main { 
	width:1027px; 
	margin:0 auto;
	background:#fff;
	position: relative;
}
#header { 
	height:258px;
}
#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:1em;
	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, .p { 
	margin-bottom:20px;
	line-height:1.83em;
}

.p0 {
	margin:0;
}


dl {
	line-height:1.83em;
	margin-bottom:-22px;
}

dl.zend_form {	
	margin-bottom:0;
}

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;
}

.annuler_h
{
	font-size: 12px;
	font-weight: normal;
	line-height: 1.83em;
	margin: 0;	
	letter-spacing:	normal;
	color: #808080;
	display: inline;
}

h1, .h1 {
	font-size:35px;
	line-height:1.2em;
	color:#010101;
	margin:-3px 0 34px 0;
	letter-spacing:-1px;
	overflow:hidden;
	position:relative;
}
h2, .h2 {
	font-size:30px;
	line-height:1.2em;
	color:#010101;
	margin:-3px 0 34px 0;
	letter-spacing:-1px;
	overflow:hidden;
	position:relative;
}
h3, .h3 {
	font-size:24px;
	line-height:1.2em;
	color:#000;
	text-transform:uppercase;
	margin-bottom:22px;
}
h4, .h4 {
	color:#000000;
	font-size:18px;
	line-height:1.2em;
	margin-bottom:20px;
}
h5, .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:1034px;
	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;}
#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 select {
	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, .link-bouton  {
    background: none repeat scroll 0 0 #FF6600;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px #AAAAAA;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Century Gothic",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    outline: medium none;
    padding: 1px 7px;
    text-shadow: 0 1px 1px #777777;
    text-decoration: none;
    text-align: center;
}

.btn-envoyer-big {
    background: none repeat scroll 0 0 #FF6600;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 3px #AAAAAA;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Century Gothic",Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    outline: medium none;
    padding: 1px 12px;
    text-shadow: 0 1px 1px #777777;
    text-decoration: none;
    text-align: center;
}

.btn-envoyer:hover, .link-bouton:hover, .btn-envoyer-big:hover {
	background-color:#808080;
}

#dotsafe-protector-list, #dotsafe-protector-list-64
{
	clear: both;
}

#dotsafe-protector-list p
{
	float: left;
	width: 128px;
	margin: 28px;	
	text-align: center;
}

#dotsafe-protector-list-96 p
{
	float: left;
	width: 91px;
	height: 128px;
	margin: 25px;
	text-align: center;
}

#dotsafe-protector-list-96 p span
{
	display: block;
	margin-top: 10px;
	text-align: center;
}

#dotsafe-protector-list-96 img
{
	width: 96px;
	height: 96px;
}

#dotsafe-protector-list, #dotsafe-protector-list-64 p:hover
{
	/* border: 1px solid #808080; */
	text-decoration: underline;	
}

#dotsafe-protector-list a img
{
	border: none;
}

#dotsafe-protector-header-inscription
{
	padding: 10px;
	float: right;
	width: 120px;
}

#dotsafe-protector-header p
{
	float: left;
    width: 560px;
}

#dotsafe-protector-header a.gauntlet
{
	text-decoration: none;
}

.gauntlet
{
	font-size: 16px;
	font-weight: bold;
}

#protector-tunnel p
{
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-left: 45px;
	margin-right: 45px;
}

#protector-tunnel p.active
{
	color: #FF6600;
	font-size: 22px;
}

#formulaireAppel #telephone_submit
{
	display: block;
	margin-top: 10px;
}

#protector-sinscrire p
{
	text-align: center;
}

#protector-progressbar 
{
	width: 550px;
	margin-left: 100px; 
	margin-bottom: 30px;
	position: relative;
}

#protector-progressbar-gratuit
{
	width: 550px;
	margin-left: 100px; 
	margin-bottom: 30px;
	position: relative;
}

#protector-progressbar-gratuit .etape, #protector-progressbar-gratuit .etape-active
{
	float: left;
	color: #808080;	
	font-size: 16px;
	padding: 4px;
	text-align: center;
    width: 48%;
    z-index: 200;
    position: relative;
}

#protector-progressbar .etape, #protector-progressbar .etape-active
{
	float: left;
	color: #808080;
	font-size: 16px;
	padding: 4px;
    text-align: center;
    width: 31%;
    z-index: 200;
    position: relative;
}

#protector-progressbar .etape-active, #protector-progressbar-gratuit .etape-active
{	
	color: #fff;
	font-weight: bold;	
}

#protector-progressbar div.ui-progressbar-value, #protector-progressbar-gratuit div.ui-progressbar-value
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

div#paiement
{
    margin-bottom: 30px;
    margin-left: 100px;
    width: 550px;
}

div#paiement > p, div#paiement > div
{
    float: left;
    font-size: 19px;
    margin-left: 55px;
    text-align: left;
    width: 40%;
}

p strong, .p strong
{
	font-size: 14px;
}

#protector-offers div.first
{
	padding: 10px; 
	float: left; 
	width:42%; 
	background-color: #FAFAFA; 
	margin-left: 50px; 
	text-align: center;
	border: 1px solid black; 
}

#protector-offers div.second
{
	padding: 10px; 
	float: left; 
	width:42%; 
	background-color: #FAFAFA; 
	margin-left: 10px; 
	border: 1px solid black; 
	text-align: center;
}

#protector-offers2 tr.paire td
{
	background-color: #F4F4F4;
}

#protector-offers2
{
	width: 500px;
	margin-left: 100px;
}

#protector-offers2 td
{
	height: 30px;
}

#protector-offers2 td.header
{
	text-align: center;
	background-color: #F4F4F4;
	height: 50px;
}

#protector-offers2 td.checked
{
	text-align: center;
}

#protector-offers2 td.feature
{
	text-align: right;
	padding-right: 5px;
}

#advisories-aide tr td, #advisories-anteater tr td
{
	padding: 10px;
}
