/*

Author: Imag'in Production
Author URI: http://www.imagin.nc/


	This theme was designed by Imag'in Production and built by Christophe Iaïchouchen AKA saturnino,
	whose blog you will find at http://www.imagin.nc/ and http://www.saturnino-freelance.com/

	The CSS, XHTML and design is all rights reserved
	Copyright : imag'in production


*/


/*============================ reset by meyer ===============================================*/ 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*============================ reset by meyer ===============================================*/ 

/*============================ redefinitions ===============================================*/ 
html {
    font-size: 62.5%; /* Évite un bug d'IE 6-7.  */
}
body{
	background-color:#000;
	color:#fff;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}
a{text-decoration:none;}


a.button{	
	background-color:#666666; 
	color:#fff!important;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	width:130px;
}
a.button:hover{ background-color:#a6ce1d;color:#fff!important;}

b{ font-weight:bold;}

abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}

li{background-repeat: no-repeat; background-position:0 0;}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-style: italic;
	font-weight: bold;
	padding-top:23px;

}


img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	/*padding: 5px 5px;
	margin: 0px 0px 10px 0px;*/
	display: inline;
	background:#fff;
	/*border: 1px solid #fff;*/
	margin-top:4px;
	}

img.alignright {
	margin: 5px 0px 5px 5px;
		display: inline;	
		}

img.alignleft {
	display: inline;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;

	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.clear {	clear:both;	}

/*============================ redefinitions ===============================================*/

/*============================ layout ===============================================*/

#container{width:1024px; margin-left:auto; margin-right:auto;}
#header{ padding-left:65px;width:959px; height:97px; background-image: url(../images/header-bg.gif); background-repeat:no-repeat; background-position:0 0;}
.home #header{background-image: url(../images/header-home-bg.gif);}
#header img{ float:right;}
#header h1{	padding-bottom:10px;}
#center {width:933px; padding-left:45px; padding-top:5px;}
.home #center{width:720px; margin-left:auto;margin-right:auto;padding-top:0px;}
#footer{margin-left:45px;width:932px; margin-top:37px;}

#footer h1{ float:left;font-size:2.1em;padding-left:23px; width:235px; border-top:#333 1px solid; margin-top:0; padding-top:6px; padding-bottom:6px;}
#footer a{color:#fff;}
p.mentions{ float:right;border-top:#333 1px solid; margin-top:0; padding-top:6px; width:630px; font-size:1.1em; color:#666; padding-left:18px; padding-right:18px;}
p.copy{ float:left; width:262px;margin-left:23px; font-size:1.2em; color:#999;}
/*============================ layout ===============================================*/

/*============================ form ===============================================*/
form{width:932px;}
fieldset{
	margin-top:25px!important;
	width:932px;
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;

}
legend{
	position: static;
}
legend span{
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #009ddf;
	padding-left:23px;
	display:block;
	/*
	width:933px!important;
	
	margin:0!important;
	padding:0!important;*/
	height:23px!important;
	
}
label{color: #fff;font-size: 1.2em; line-height:1.4em;}
span.required{ color:#ff7b11;font-size: 1.6em;}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
	width:215px;
	height:18px;
	background-image: url(../images/input-bg.jpg);
	background-repeat:no-repeat;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	border:0;
}
form .wrap{
	background-color:#252525;
	padding-right: 19px;
	padding-bottom: 15px;
	padding-left: 19px;
}
form table{width:894px; }



form  table td.col_0 { padding-left:53px;}
form  table th{
	font-size:1.8em;
	border-bottom:#fff 1px solid;
	width:64px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
form  table td { padding-top:15px; line-height:1; vertical-align:top; font-family:Arial, Helvetica, sans-serif; }

#edtConsentement_Req{width:auto; height:auto; margin:0; padding:0; background-image:none; margin-left:220px; margin-top:3px;} 
#consentement label{color:#999; font-size:1.1em; vertical-align:top; margin-top:5px;} 

td.viralFormOutput{width:350px; font-weight:bold; font-style:italic; font-size:1.6em; color:#ff7b11; vertical-align:middle;}

#viralFormSubmit{width:122px; height:30px; text-indent:-10000; margin-left:409px; background-image:none; padding:0; margin-right:46px;}