@charset "iso-8859-1";



a {color: #ffffff;}
a:link {color: #ffffff;}
a:hover {color: #D7E1FF;}

a.info {
       position: relative;
       color: #060;
       text-decoration: none;
       border-bottom: 1px black dotted; /* on souligne le texte */
	   font-size: 12px;
	   font-variant: normal;
	   font-variant: small-caps;
}

a.popupJaune {
       position: relative;
       color: #CC0;
       text-decoration: none;
       border-bottom: 1px  dotted; /* on souligne le texte */
	   font-size: 13px;
	   font-variant: normal;
	   font-variant: small-caps;
}
a.info span {
       display: none; /* on masque l'infobulle */
}

a.popupJaune span {
       display: none; /* on masque l'infobulle */
}


a.info:hover {
       background: none; /* correction d'un bug IE */
       z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
       cursor: help; /* on change le curseur par défaut en curseur d'aide */
	   
}

a.popupJaune:hover {
       background: none; /* correction d'un bug IE */
       z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
       cursor: help; /* on change le curseur par défaut en curseur d'aide */
	   
}

a.info:hover span {
       display: block; /* on affiche l'infobulle */
       position: absolute;

       top: 20px; /* on positionne notre infobulle */
       left: -200px;
       width: 450px;

       background: white;
       color: black;
       padding: 4px 4px 4px 4px;
	   
       /*border: 1px solid gray;*/
       /*border-left: 10px solid gray;*/
       /*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
	   font-family: arial;
	   font-size: 12px;
	   font-weight: bolder;
	   font-variant: normal;
	   text-align:justify;
}

a.popupJaune:hover span {
       display: block; /* on affiche l'infobulle */
       position: absolute;

       top: 20px; /* on positionne notre infobulle */
       width: 450px;

       background: white;
       color: black;
       padding: 4px 4px 4px 4px;
	   
       /*border: 1px solid gray;*/
       /*border-left: 10px solid gray;*/
       /*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
	   font-family: arial;
	   font-size: 12px;
	   font-weight: bolder;
	   font-variant: normal;
	   text-align:justify;
}

.popupBleu {
	color: #050;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	font-variant: small-caps;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
}

body {
	text-align: center;
	/*color: #262960;*/
	color:#000;
	background-color: #262960;
}

input {
	font-family: arial;
	border:none;
	/*color: #262960;*/
	color:#000;
}


.inputFondGris {
    opacity: 0.5;              /* valeur entre 0 et 1 | pour les navigateurs qui supportent la propriété opacity */
    filter: alpha(opacity=50);  /* valeur entre 0 et 100 | Fitre Alpha pour IE */
    -moz-opacity: 0.5;          /* valeur entre 0 et 1 | Syntaxe réservée au moteur de rendu Gecko (Firefox, SeaMonkey etc.) */
    -khtml-opacity: 0.5; 
    color:#3C0;
    border:none;
}

#centreF {
	text-align: center;
}
#centreFormulaireTest {
	text-align: center;
	
}
#global {
	background-image: url(../images/PLEXBackGround_1024_768.jpg);
	position: relative;
	width: 1024px;
	background-repeat: no-repeat;
	height: 768px;
	top: auto;
	margin: auto;
	text-align: center;
}

#globalFormulaire {
	position: absolute; /* on positionne le conteneur */
	left: 50%;
	top: 50%;
	width: 960px; /* moitié de la hauteur */
	margin-left: -480px;
	background-image: url(../images/Fond-FORMULAIRE-960X768.jpg);
	background-repeat: repeat-y;
	margin-top: -336px;
	text-align: center;
}
#globalFormulaireTest {
	background-image: url(../images/Fond-FORMULAIRE-DROITE-C.jpg);
	position: relative;
	width: 1024px;
	margin: auto;
	background-repeat: repeat;
	height: auto;
	/*color: #262960;*/
	color:#000;
	background-color: #FFF;
}



#gauche {
	height: 788px;
	width: 282px;
	float: left;
	text-align: center;
}
#haut {
	height: 300px;
	width: 742px;
	text-align: center;
	float: right;
}
#hautFormulaire {
	height: 100px;
	width: 960px;
	text-align: center;
	padding-top: 10px;
}
#milieu {
	height: 135px;
	width: 742px;
	float: right;
	text-align: center;
}
#milieuFormulaire {
	height: auto;
	width: 960px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#form {
	width: 742px;
	float: right;
	text-align: center;
	height: 333px;
	font-family: arial;
	/*color: #CF0;*/
	color:#000;
}

#footer {
	width: 800px;
	font-family: arial;
	text-decoration: underline;
	color: #EEE;	
	font-size: 14px;
	float: right;
             text-align: center;
	
}

#footerFormCaro {
	position: absolute; /* on positionne le conteneur */
	left: 50%;
/*	top: 50%;*/
 	width: 800px; /*moitié de la hauteur */
	margin-left: -288px;
/*	margin-top: -336px;*/
/*	text-align: center;*/
/*	width: 1300px;*/
	font-family: arial;
	text-decoration: underline;
	color: #EEE;	
	font-size: 14px;
	float: right;
    text-align: center;
}



#footerForm {
	width: 1000px;
	font-family: arial;
	text-decoration: underline;
	color: #EEE;	
	font-size: 14px;
	float: right;
             text-align: center;
	
}

#footer800 {
	height: 20px;
	width: 800px;
	float: right;
	text-align: center;
	font-family: arial;
	font-size: 14px;
}

.cl526a96 {
	font-family: arial;
	font-size: 13px;
	/*color: #262960;*/
	color:#000;
	padding: 20px;
}


.cl2a3a85 {
	font-family: arial;
	font-size: 16px;
	/*color: #262960;*/
	color: #000;
}
.clFFF {
	font-family: arial;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	text-align: center;
}

.divSousTitreDe{
	/*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
	font-family: arial;
	font-size: medium;
	font-weight: bolder;
	
	/*color: #262960;*/
	color:#000;
	text-align: center;
	background-color: #E4E9F3;
	height: auto;
	width: auto;
}

.divSousTitre{
	/*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
	font-family: arial;
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	/*color: #262960;*/
	color:#000;
	text-align: center;
	background-color: #E4E9F3;
	height: auto;
	width: auto;
}
.clRed {
	font-family: arial;
	font-size: 16px;
	color: #000;
	font:bold;
	display: inline-block;
	font-weight: bolder;
}


.divClear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.smallCarRed {
	font-family: arial;
	font-size: 12px;
	color: #603;
	text-align: center;
	font-weight: bold;
}


.champTable {
	font-family: arial;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

.divTitre {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: arial;
	font-size: 16px;
	text-align: left;
	background-repeat: no-repeat;
	font-variant: small-caps;
	height: 23px;
	background-image: url(../images/Bande-texture-de-bouton.png);
	margin-left: 10px;
	font-weight: bold;
	padding-top: 6px;
	background-color: #FFF;
	color: #FFF;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.divGauche {
	float: left;
	width: 399px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D7E1FF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


.divDroite {
	float: right;
	width: 399px;
	text-align: center;
}
#divAlignDroite {
	text-align: center;
	width: 800px;
	float: right;
	position: relative;
	/*color: #262960;*/
	color:#000;
	font-family: arial;
	font-size: 14px;
}

.divClearBoth {
	clear: both;
}
.petitCaractereNoir {
	font-size: 14px;
	color: #933;
	text-align: center;
	font-family: arial;
}

.divBordureGauchePointiller {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #D7E1FF;
}

.divGauchePourTrois {
	float: left;
	width: 166px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #D7E1FF;
	position: absolute;
	height: 200px;
}

.divLignePointiller {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #D7E1FF;
}

.divDroitePourTrois {
	float: right;
	width: 231px;
	position: relative;
}

.radioAligner {
	display: block;
	float: left;
	clear: both;
}

.inputCenterEnabled {
	text-align: center;
	width: 35px;
	border:none;
}
.inputCenterDisabled {
	background-color: #CCC;
	text-align: center;
	width: 35px;
	border:none;
}

.popupBlancBlink {
	color: #FFF;
	text-decoration:blink;
	font-variant: small-caps;
	font-size: 12px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: arial;
	/*font-weight: normal;*/
	text-align:center;
}

.popupBleuBlink {
	color: #006;
	text-decoration:blink;
	font-variant: small-caps;
	font-size: 12px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: arial;
	text-align:center;
}


textarea {
	width: 290px;
	margin: 0px;
	padding: 0px;
}

select {
	width: 293px;
	margin: 0px;
	padding: 0px;
}
.divSousTitrePlusGrand {
	/*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;*/
	font-family: arial;
	font-size: medium;
	font-weight: bolder;
	font-variant: small-caps;
	/*color: #262960;*/
	color:#000;
	text-align: center;
	background-color: #E4E9F3;
	height: 60px;
	width: auto;
	vertical-align: middle;
	font-size: 14px;
}
.divDroiteRight {
	float: right;
	width: 399px;
	text-align: right;
	height: 130px;
	font-family: arial;
	font-size: 14px;
}
.cl526a96NoPadding {
	font-family: arial;
	font-size: 12px;
	/*color: #262960;*/
	color:#000;
	font-variant: small-caps;
}
.petitCaractereNoirFormulaire {
	font-size: 11px;
	/*color: #262960;*/
	font-family: arial;
	color:#000;
	text-align: center;
}

.clWaitPaypal {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.btneval {
	-moz-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 0px 0px 0px #bee2f9;
	box-shadow:inset 0px 0px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4e62ba), color-stop(1, #0a295e) );
	background:-moz-linear-gradient( center top, #4e62ba 5%, #0a295e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e62ba', endColorstr='#0a295e');
	background-color:#004;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #565b61;
	display:inline-block;
	color:#EEE;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 76px;
	text-decoration:none;
	height: 35px;	/*text-shadow:1px 0px 0px #7cacde;*/
}.btneval:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0a208c), color-stop(1, #5173b8) );
	background:-moz-linear-gradient( center top, #0a208c 5%, #5173b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a208c', endColorstr='#5173b8');
	background-color:#0a208c;
}.btneval:active {
	position:relative;
	top:1px;
}

.btngris {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f2f5), color-stop(1, #969196) );
	background:-moz-linear-gradient( center top, #f5f2f5 5%, #969196 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f2f5', endColorstr='#969196');
	background-color:#f5f2f5;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #757075;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:4px 44px;
	text-decoration:none;
}.btngris:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #969196), color-stop(1, #f5f2f5) );
	background:-moz-linear-gradient( center top, #969196 5%, #f5f2f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#969196', endColorstr='#f5f2f5');
	background-color:#969196;
}.btngris:active {
	position:relative;
	top:1px;
}