 /*<![CDATA[*/

/****************************************/
/* ------------------------------------ */
/*              General                 */
/* ------------------------------------ */
/****************************************/

*{
	padding: 0;
	margin: 0;
}

html {
	font-family : Arial, verdana, Helvetica, sans-serif;
	font-size : 12px;
    height:100%;
}

body {
    background-color:#d9e6ec;
	background-repeat:repeat-x;
	background-position: top left;
	background-attachment: fixed;
	font-family: Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	margin:0;padding:0;
}

img{
	border:0;
}

a{
	text-decoration:none;
}

html a:hover{
	text-decoration:underline;
}

a.intext{
	text-decoration:underline;
}

#main{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left; /* on retablit l'alignement normal du texte pour IE et le reste */
}

#errorMain{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left; /* on retablit l'alignement normal du texte pour IE et le reste */
}

/* for links that are more like buttons than links, we don't want to indicate whether they are visited or not */
a.fakelink:link {color: #0000FF}     /* unvisited link */ 
a.fakelink:visited {color: #0000FF}  /* visited link */ 
a.fakelink:hover {color: #0000FF}   /* mouse over link */ 
a.fakelink:active {color: #0000FF}   /* selected link */  

/**********************************/
/*           En-tete              */
/**********************************/

#top {
	width: 950px;
	position: relative;
}

#topfond{
	z-index:1;
	height : 75px;
	overflow : hidden;
}

/* Menu horizontal */
#topMenuH{
	height:22px;
	width:800px;
	background: #f6f6f6 url(../../images/topfondmnh.png) repeat-x;
	border-style:solid;
	border-width: 0 0 1px 0;
	border-color:#b3b5b2;
	padding-left:150px;
	z-index:10;
	margin:0px;
}
#topMenuH img{
	border:0;
}
#topMenuH ul{
	list-style-type:none;
}
#topMenuH li{
	display:inline;
	float:left;
	margin: 3px 0 0 15px;
}

#topMenuH a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color:#E90A0A;
	font-weight:bold;
	text-decoration:none;
	padding: 0 4px 0 8px;
	background: url(../../images/top_mnh_flech.png) no-repeat left 3px;
}

#topMenuH a:hover{
	text-decoration:underline;
}

/* TODO : login */

/**********************************/
/*        Fin En-tete             */
/**********************************/


/**********************************/
/*       Pied de page             */
/**********************************/

#footer{
	font-size:9px;
	position:relative;
	clear:both;
	text-align:center;
	height:37px;
	padding:2px 0px 0px 0px;
	background-image: url("../images/v2/bg-footer-bas.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#footer ul{
	padding: 0px;
	list-style-type:none;
}

#footer li{
	display:inline;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	margin:0px;
}

#footer a:hover{
	text-decoration:underline;
}

.FooterLine{
	background: #f6fcfa url(../../images/footer_line.png);
	height:1px;
	}

.copyright {
	font-size: 9px; 
	margin: 4px 0px 0px 0px; 
	color: #FFFFFF
}

/**********************************/
/*      Fin Pied de page          */
/**********************************/


/**********************************/
/*        Corps de page           */
/**********************************/

#left_column {
	clear: left; 
	float: left;
	width: 164px;
	margin-bottom: 5px;
}

#right_column {
	clear: right;
	float: right;
	width: 164px;
	margin-bottom: 5px;
}

#left_column, #right_column{
	font-size:11px;
}

#centre_3_cols {
	padding-right: 175px;
	padding-left: 180px;
}

#centre_2_cols {
    padding-left:180px;
}

#cadre{
	position:relative;
	float:left;
	z-index:100;
	margin: 0 0 10px 0;/* t r b l*/
	width:950px;
}

#header-news {
	width:589px;
	height:22px;
	background:url('/images/v2/bg-header-news.jpg') no-repeat;
}

#header-news div {
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	display: block;
	width:575px;
	height: 18px;
	color: #FFF;
}

#header-news div a {
	color : #FFF;
	text-decoration : none;
}

#header-news div a:hover {
	text-decoration : underline;
}

/**********************************/
/*     Fin corps de page          */
/**********************************/

/**********************************/
/*       Connexion                */
/**********************************/

#login {
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
}

.logininput {
	color:gray;
	font-style:italic;
	width:80px;
	height:15px;
	font-size:10px;
	border:#4e7ea7 solid 1px;
}

.logininput2 {
	width:80px;
	height:15px;
	font-size:10px;
	border:#4e7ea7 solid 1px;
}

.loginbutton {
	font-size:10px;
	position:relative;
	}

.loginhelp {
	position:relative;
	top:3px;
	left:3px;
}

.inscriplien {
	color:#493209;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
	position:relative;
}

.welcome {
    color:white;
    font-weight:bold;
    text-decoration:underline;
}

/**********************************/
/*       Fin connexion            */
/**********************************/


/**********************************/
/*     Container pour popup       */
/**********************************/

.popupcontainer {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
		    height:1300px;
	    z-index:100;
    display:none;
}

.popupoverlay {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
		    height:1300px;
	    opacity:0.20;
    -moz-opacity:0.20;
    filter: alpha(opacity=20);
    z-index:120;
    background-color:black;
}

#popup {                    
    border:1px black solid;
    height:500px;
    background-color:white;
	width:750px;
    position:absolute;
	top:30px;
	left:30px;
    z-index:200;
}

.popup {
    margin-left:auto;
    margin-right:auto;
    height:500px;
    overflow-y:auto;
    z-index:200;
    background:white;
}

/**********************************/
/*    Fin Container pour popup    */
/**********************************/

/**********************************/
/*    Classes pour les titres     */
/**********************************/

h1.titre_page { 
	font:20px arial;
	font-weight: bold;
	color:#E90A0A;
	margin:0px 0 9px 0px;
}

/* pour la landing page ebay */
h3.soustitre_page {
    color:#326496;
	font:15px arial;
	font-weight: bold;
    margin-bottom:9px;
}

/* pas utilise... */
.titre_page{
	font:20px arial;
	font-weight: bold;
	color:#E90A0A;
	margin:0px 0 9px 0px;
}

.titre_common {
    height:16px;
    font-size:11px;
    font-weight:bold;
    padding-top:2px;
}

/* TODO : sortir le padding de la classe */
.titre_fond_bleu {
    color:white;
    padding-left:42px;
	background-image: url("/images/v2/bg-entete.gif");
	background-repeat: repeat-x;;
	background-position: left top;	
}

.titre_cols{
    color: #326496;
    background:white;
    text-align:center;
}

.titre_cols_align_left{
    color: #326496;
    background:white;
    text-align:left;
}

/**********************************/
/*  Fin classes pour les titres   */
/**********************************/

/**********************************/
/*    Classes pour les tools      */
/**********************************/

.tool {
    background-color: #ffffff;
}

.tool_padding {
	padding:0 0 5px 0;
}

.tool_padding_nep {
	padding:5px 5px 5px 7px;
}

.tool_padding_nep {
	margin-bottom:10px;
}

.tool_padding_ep {
	padding: 0 5px 5px 7px;
}

.bordered_tool {
	border:1px solid #96999B;
}

.left_tool{
	text-align: left; 
}

.right_tool{
	text-align: left; 
}

.tool_list{
	position:relative;
	margin-left: 20px;
	line-height:18px;
}

.compte_list{
	list-style-type: disc;
}

.comparez_list{
	list-style-image: url(/images/PUCES-LISTE.png);
}

.tool_separator{
	position:relative;
	border:1px #96999B;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	border-bottom-style:solid;
	margin: 5px 0 5px 0;
	width:95%;
}

.tool_spacer{
	height:10px;
}

.facile_img{
	position:relative;
	left:3px;
	margin-right:7px;
	top:5px;
}

.tool p{
	 margin-top:-4px;
	}

.inscrivez{
	width:100%;
	line-height:20px;
	height:390px;
	background:url(/images_new/carton-hp2.png) no-repeat 12px 25px;
	text-align:center;
}

.promo{
    margin-left:12px;
	height:390px;
	text-align:center;
}

.ie6_toolwidth{
	}

.big_button {
	padding : 10px;
	background : #C9DFE8;
	margin-bottom : 20px;
}

/**********************************/
/*   Fin classes pour les tools   */
/**********************************/


/**********************************/
/*    Classes communes boutons    */
/**********************************/

.reset_color {
	border-color: lightgray gray gray lightgray;
	background-color: rgb(240,240,240);
	color:black;
}

.confirm_color {
	background-color:rgb(50,100,150);
	border-color: #D9DFEA rgb(50,100,150) rgb(50,100,150) #D9DFEA;
	color:#ffffff;
	font-weight:bold;
}

.button_common {
	height:25px;
	font-size:9px;
}

/**********************************/
/*  Fin classes communes boutons  */
/**********************************/

/* page avec les numeros sur fond colore */

.pos_img{	/* Correspond au placement des images 1 2 3 4 5 ds les pages int�rieures */
	float:left;
	margin:0 0 0 0;
}

.pos_txt{	/* Correspond au placement du texte par rapport aux images 1 2 3 4 5 ds les pages int�rieures */
	position:relative;
	padding:0 0 0 25px;
	margin:0 0 20px 0;
}

.cadrealerte{
	position:relative;
	background-color: #EFF0FF;
	margin-bottom:10px;
	padding: 5px 0 5px 0;
	border: 2px solid red;
}

.alerte_txt{
	margin: 0 10px 0 10px;
}

/**********************************/
/*  	Nouvelle version  		  */
/**********************************/


h1{
	color: #FC4E4D;
	font-weight: bold;
	font-size: 15px;
	margin:4px;
}

h2{
	color: #4A7684;
	font-weight: bold;
	font-size: 14px;
	margin:0px 4px 4px 4px;
}

h2 a{
	color: #4A7684;
	text-decoration:underline;
}

h2 a:hover{
	color: #4A7684;
	text-decoration:none;
}

/* Cadre de navigation */

.rbq_cadre {
	background-color: #FFFFFF;
	margin-top: 5px;
	width: 150px;
	padding: 6px;
	text-align: left;
	line-height : 15px;
}

.rbq_titre {
	font-weight: bold;
	font-size: 13px;
	line-height : 14px;
}

.hidden {
	display:none;
}

.rbq_txt {
	color:#4A7684;
	font-size:10px;
}

.rbq_txt a{
	color:#4A7684;
	text-decoration: none;
}

.rbq_txt a:hover{
	text-decoration: underline;
}

.partenaire_slide {
	height: 74px;
	margin: -4px -5px -6px 0px;
	vertical-align: middle;
	text-align: center;
	z-index:20;
}

.bulle_info {
	background-image: url("/images/v2/bg-info_bulle.gif");
	background-repeat: no-repeat;
	background-position: top left;
	height: 75px;
	margin-top: 5px;
	padding: 1px 0px 2px 1px;
}

.bulle_info a{
	color: #4A7684;
	font-weight: bold;
	font-size: 11px;
}

.bulle_info a:hover{
	text-decoration: underline;
}

.check {
	color: #36ACDC;
	font-weight: bold;
	font-size: 14px;	
	text-align: center;
}

.check a{
	color: #36ACDC;
	text-decoration:none;
}

.check a:hover{
	text-decoration:underline;
}

.savoir_plus {
	text-align: right;
	font-weight:bold;
	font-size:10px;
}

.sep {
	height: 1px;
	color: #E3ECF1;
	background-color:#E3ECF1; 
}

.bigsep{
	background-image: url('/images/v2/bg-sep.gif');
	background-repeat: no-repeat;
	background-position: 0px;
	margin:-2px 0px -2px 0px;
}

.rbq_txt_red {
	color:#FC4E4D;
	font-size:10px;
}

.rbq_txt_red a{
	color:#FC4E4D;
	text-decoration: none;
}

.rbq_txt_red a:hover{
	text-decoration: underline;
}

.header_img img{
	margin: 5px;
}

.header_phr{
	font-size:10px;
	font-weight:normal;
	color:#9A9C9E;
	text-align: center;
}

.header_phr a{
	color:#9A9C9E;
}

#footer .footer_phr , .footer_phr{
	font-size:10px;
	font-weight:normal;
	color:#9A9C9E;
	text-align: center;
}

#footer .footer_phr a , .footer_phr a{
	color:#9A9C9E;
}

.connect tr td{
	padding: 4px 0px 0px 5px;	
}
.connect tr td input{
	color:#4C7383;
	font-size:12px;
}

/* Cadre de contenu */

.content_txt {
	background-color: #FFFFFF;
	border: 1px solid #4A7684;
	padding:10px;
}

.content_txt a{
	color:#4A7684;
	text-decoration: none;
}

.content_txt a:hover{
	text-decoration: underline;
}

.blue_font {
	color:#4A7684;
}

/* Divers */

.white_link a {
	color: #FFFFFF;
	text-decoration: none;	
}

.white_link a:hover {
	text-decoration: underline;	
}

/* Suivi des envoi */

.tab_suivi {
	border-collapse: collapse;
}

.tab_suivi th {
	border: 1px solid #4A7684;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.tab_suivi td {
	border:1px solid #4A7684;
	padding:5px;
}

.hnav {
	margin-top :7px;
	margin-bottom :0px;
	font-size:12px;
	color: #4A7684;
	font-weight: bold;
	display:block;
	padding-left : 5px;
}

.hnav a{
	color: #4A7684;
	text-decoration:none;
	
}

.hnav a:hover{
	text-decoration:underline;
}

.non-block{
	display : inline;
}

div.inscription_info p ul{
	margin-left : 30px;
}

div.inscription_info p ol{
	margin-left : 30px;
}
	
table.paiement_form td{
	padding-bottom:5px;
	vertical-align : middle;
}

span.info_form {
	font-style : italic:
	font-size  :10px;
	margin-left : 7px;
}

ul.type_paiement li {
	height : 20px;
}

li.disabled {
	color : #ACACAC;
}

div.awesometip-container {
    border: 1px solid black;
    background-color: #F0FAFA;
    padding: 5px;
	
}

/* Utilis� pour du texte d'information ordinaire n'importe o� sur le site */
.standardtext {
    color: black;
}
/* Utilis� pour rendre plus visible une partie de texte (par ex. alerte UPS "Pas d'�l�ment liquide"). */
.importanttext {
    color: red;
    font-weight: bold;
}

/* Utilis� pour le type de bouton avec du texte sur l'image. */
.text_btn_over {
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-weight:bold;
    font-size:14px;
}
.text_btn_over a {  
    color: #FFF;
    text-decoration: none;
}
.text_btn_over a:hover {
    color: #FFF;
    text-decoration : none;
}
.text_btn_over a:visited {
    color: #FFF;
    text-decoration : none;
}

/**********************************/
/*           Glossaire            */
/**********************************/

#glossaire_content {
    margin-top:5px;
    border:1px solid black;
    background-color:white;
    padding:10px;
    line-height:18px;
    margin-bottom:10px;
}

#glossaire_content .alphabet {
    margin-right:15px;
    color:#FC4E4D;
    font-weight: bold;
}

/**********************************/
/*           Pagination           */
/**********************************/

.pagination {list-style: none; float:right;}
.pagination li {float:left; margin-right:10px;}
.pagination li a {color:#4A7684;}

.content_txt .retourAccueil {width:150px; height:21px; float:left; text-align:center; background: url(/images/compte/bt-adresseenlevement.gif) no-repeat; font: bold 13px Arial; color:#FFFFFF;
padding-top:2px;}

.emball_btn {background: url(/images/bt-recrutement.gif) no-repeat; width:162px; height:31px; padding-top:12px; margin-top:5px; text-align: center;}
.emball_btn a {vertical-align: middle;  font-weight:bold; font-size:14px; color:#FFFFFF;}
.emball_btn:hover {background: url(/images/bt-recrutement-on.gif) no-repeat; }
.emball_btn a:hover { text-decoration:none;}

span.alignCenter {text-align: center;}
img.img_awards , img.centerImg {display: block; margin:0px auto;}
p.awards_sub {text-align:center; font-weight:bold;}
/*]]>*/

