/*Modal / Tooltip*/
#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:3px solid #333;  
} 

.modalHeaderTitle {
	color:black;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	padding-bottom:10px;
}

.modalHeaderClose {
	font-size:10px;
	color:#686868;
	float:right;
	cursor:pointer;
}

.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    width:250px;  
    padding:5px;
    font-family:Verdana;  
    font-size:10px;  
    color:#333;  
} 

body{
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
}

#mainContainer {
}

a {
	text-decoration:none;
	color:#6d6d6d;
}

#conteneur{
	width:995px;
	height:631px;
	background-image:url('http://img1.izicontact.com/izidate_noframe/tpl/accpage/img/prehp_bg_centre.png');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#siteName {
	font-size:16px;
	padding-top:5px;
	font-weight:bold;
	color:#f39000;
	float:left;
}

.txtColorDefault {
	color:#6d6d6d;
}

form {
	margin: 0; 
	padding: 0;
}

#loginFormDiv {
	width:260px;
	padding-top:3px;
	float:right;
}

.loginInput {
	background-image:url('http://img1.izicontact.com/izidate_noframe/tpl/accpage/img/prehp_bg_input.png');
	width:112px;
	height:15px;
	border:0px;
	margin-right:3px;
	color:#636363;	
	border-bottom:1px solid #cccccc;
}
.loginLink {
	color:#f39000;
	font-weight:bold;
	cursor:pointer;
}

#colGauche {
	float:left;
	width:708px;
	padding-top:10px;
}


h1 {
	color:#6D6D6D;
	font-weight:bold;
	font-size:15px;
	margin:0; 
	padding:0;
}

h3 {
	color:#6D6D6D;
	font-weight:normal;
	font-size:11px;
	margin:0; 
	padding:0;
}

.txtIntro {
	text-indent:15px; 
}

#bullesConteneur {
	margin-top:45px;
	margin-left:15px;
	height:83px;
}

.bulle {
	float:left;
	width:190px;
	margin-right:35px;
	color:#6D6D6D;
	text-align:justify;
}

a.bulleLink:hover {
	color:#3a3a3a;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#F49711;
	margin:0; 
	padding:0;
}

#colDroite {
	float:left;
	width:256px;
	padding-top:15px;
}

.btnSpace {
	margin-bottom:5px;
}

.visuPromo {
	margin-top:25px;
	margin-left:20px;
}

#ilsVousAttTitre {
	float:left;
	margin-top:60px;
	color:#f39000;
	font-weight:bold;
	font-size:15px;
}

#ilsVousAttLogo {
	float:left;
	margin-top:46px;
	margin-bottom:46px;
}

#ilsVousAttContenu {
	width:969px;
	margin-left:auto;
	margin-width:auto;
	height:60px;
}

.ilsVousAttPrevNext {
	float:left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
.ilsVousAttPho {
	float:left;
	margin-right:21px;
	width:75px;
	height:75px;
	overflow:hidden;
	text-align:center;
	color:black;
}

#footerConteneur {
	width:950px;
	margin-top:80px;
	color:#6D6D6D;
	text-align:right;
}

#liensPart {
	color:#3a3a3a;
}

a.liensPartLink {
	color:#3a3a3a;
}

.liensPartTitre {
	color:#f39000;
}
#liensFooter {
	font-size:9px;
	color:#3a3a3a;
}
a.liensFooter {
	font-size:9px;
	color:#3a3a3a;
	text-decoration:none;
}
.poweredBy {
	font-size:9px;
	color:#938C8C;
	text-decoration:none;
}

div.pwdForgotten {
	float:right;
	margin-right:25px;
}
a.pwdForgotten {
	color:#f39000;
	font-size:10px;
}

/* Div de protection */

/*Placer un div id="mainContainer" au debut et a la fin de la page*/
#mainContainer{
    margin:0 auto;
    margin-top:0px;
    padding:0px;
    background-image:url('http://img1.izicontact.com/izidate_noframe/tpl/accpage/img/prehp_bg_gen.png');
    background-repeat: repeat-x;
}
/* Alternative layout for the message box - used by one of the messages */
.modalDialog_contentDiv_error{
    border:3px solid #FFF;	
    padding:2px;
    z-index:100;/* Always needed	*/
    position:absolute;	/* Always needed	*/
    background-color:#F00;	/* White background color for the message */
    color:#FFF;
}
.modalDialog_contentDiv_error a{
    color:#FFF;
}
.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #555555;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}