@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#513f47;
}
br
{
	clear:both;
}
#bord-haut{
	background-image:url(../images/conteneur_haut.gif);
	width:959px;
	height:18px;
	margin:0 auto;
}
#conteneur{
	background-color:#FFFFFF;
	border-left:1px #e96090 solid;
	border-right:1px #e96090 solid;
	width:957px;
	margin:0 auto;
	font-size:15px;
}
#tetiere{
	width:100%;
	background-color:#eceded;
	min-height:100px;
	border-bottom:5px solid #78606b;
	padding-bottom:10px;
}
#tetiere #mutac{
	margin-left:23px;
	padding-top:20px;
	float:left;
}
#tetiere #titres{
	float:left;
	margin-top:15px;
	width:750px;
}
#titres h1{
	color:#005596;
	font-size:1.6em;
	text-align:center;
}
#titres h2{
	color:#e2006e;
	font-size:1.1em;
	text-align:center;
}
#tetiere #mutualite-fr{
	padding-top:20px;
	float:left;
}
#colonne-gauche{
	width:535px;
	float:left;
}
p.puce{
	margin:18px 0 20px 10px;
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:top left;
	line-height:130%;
	font-size:1em;
	font-weight:bold;
}
p.puce span{
	margin-left:35px;
}

#player{
	margin-left:10px;
	margin-top:15px;
	float:left;
}

#liste{
	float:left;
	margin-top:15px;
	width:195px;
}

ul.liste-puce-jaune li{
	list-style-type:none;
	background-image:url(../images/puce-liste.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:10px;
	margin-bottom:9px;
	font-size:0.75em;
	font-weight:bold;
}

#liste a{
	display:block;
	background-image:url(../images/bouton_exemple.gif);
	width:130px;
	height:40px;
	text-indent:-3000px;
	margin:auto;
}

#mention{
	font-size:0.65em;
	font-weight:bold;
	margin-top:10px;
	margin-left:25px;
}

#texte{
	float:left;
	width:400px;
}

#label{
	float:right;
	margin-top:50px;
	margin-left:40px;
}

#bord-bas{
	background-image:url(../images/conteneur_bas.gif);
	width:959px;
	height:20px;
	margin:auto;
}
.clear {
	clear:both;
}
#colonne-droite,
#form-container,
#form-container .header,
#form-container .footer
{
	width:421px;
	margin:0;
	padding:0;
}
#colonne-droite {
	float:left;
	margin-top:20px;
}
#form-container .header {
	height:114px;
	background:url("../images/form-header.jpg") 0 0 no-repeat;
}
#form-container .header h3 {
	color:#e2006e;
	font-size:19px;
	font-weight:bold;
	margin-left:130px;
}
#form-container .header p {
	color:#513f47;
	font-size:13px;
	font-weight:bold;
	margin-left:130px;
	margin-top:10px;
	width:231px;
}
#form-container .header p.txtFin {
	margin-top:40px;
	width:245px;
}
#form-container form {
	background:url("../images/form-center.jpg") 0 0 repeat-y;
	padding-left:75px;
	padding-bottom:60px;
}
#form-container form#formFin {
	padding-bottom:0px;
}
#form-container form p {
	color:#931572;
	font-size:14px;
	font-weight:bold;
	width:105px;
	float:left;
	line-height:20px;
}
#form-container form p#ast {
	font-size:11px;
	font-weight:normal;
	width:auto;
	margin-top:25px;
}
#form-container form input {
	float:left;
	height:20px;
	margin-bottom:5px;
	width:216px;
}
#form-container form select {
	float:left;
	height:20px;
	margin-bottom:5px;
	margin-right:10px;
}
#form-container form textarea {
	float:left;
	margin-bottom:5px;
	width:216px;
}
#form-container form #form-btn-ok {
	float:left;
	margin-bottom:5px;
	width:155px;
	height:43px;
	background:url("../images/form-btn-ok.jpg") 0 0 no-repeat;
	border:none;
	margin-top:10px;
	cursor:pointer;
}
#form-container .footer {
	height:29px;
	background:url("../images/form-bottom.jpg") 0 0 no-repeat;
}
#form-container #txtTel {
	color:#513f47;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-left:90px;
	margin-bottom:0;
}
#form-container #imgTel {
	margin-left:145px;
}
#form-container form p.labelRadio {
	float:none;
	width:100%;
	margin-top:20px;
}
#form-container form p.labelRadio.txt30 {
	color:#513f47;
	text-align:center;
}
#form-container form p.labelRadio.first {
	margin-top:0px;
}
#form-container form input.formRadio {
	float:none;
	width:auto;
}
#form-container form .repRadio {
	color:#513f47;
	font-size:12px;
	font-weight:bold;
}

div.popup-invisible{
	position:absolute;
	z-index:0;top:200px;
	left:490px;
	display:none;
}


div.popup-visible{
	position:absolute;
	z-index:0;top:200px;
	left:490px;
	display:block;
}

