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

body {
	height:100%;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}


/*Fonds*/

.fd_haut_div{
	background-image:url(/charte/espace-perso/bd_haut_div.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.fd_perso{
	background-image:url(/charte/espace-perso/fd_perso.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:660px;
	height:52px;
}

.txt_blc{
	color:#FFF;
}


.text_coul4 {
	color: #ff9900;
}

.txt_gris{
	color:#525252;	
}
.text_pt {
	font-size:10px;
}

/*Bords*/

.borderG{
	border:solid 1px #525252;
}

.border_bas{
	border-bottom:solid 1px #FFF;
}

.bd_grisB{
	border-bottom:solid 1px #525252;
}

.bd_grisH{
	border-top:solid 1px #525252;
}

.perso_border{
	border-left:solid 1px #525252;
	border-right:solid 1px #525252;
}


/*Mise en forme */

.perso_menu1{
	color:#525252;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}

.perso_it {
	font-style:italic;
}

.perso_lien_menu2{
	list-style:disc;
	list-style-position:outside;
	color:#525252;
	font-weight:normal;
	cursor:pointer;
}

.perso_lien_menu2_on{
	list-style:disc;
	list-style-position:outside;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}

/*Formulaire*/

input.identifie{
	color:#000;
	width:80%;
	height:16px;
	background-color:#fff;
	border:solid 1px #000;
	font-size:11px;
	text-align:left;
}

select.hear{
	color:#000;
	width:82%;
	height:22px;
	background-color:#fff;
	border:solid 1px #000;
	font-size:11px;
	text-align:left;
}

select.identifie{
	color:#000;
	width:65px;
	height:20px;
	background-color:#fff;
	border:solid 1px #000;
	font-size:11px;
	text-align:left;
}


/*Div*/

#mdp_oubli{
	display:inline;
	visibility:hidden;
	position:relative;
	height:28px;
	width:200px;
	cursor:pointer;
}

#mdp_oubli2{
	display:inline;
	visibility:hidden;
	position:relative;
	height:28px;
	width:200px;
	cursor:pointer;
}

.btn_inscris{
	background-image:url(/charte/espace-perso/btn_inscrit.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	width:164px;
	height:26px;
}

.btn_inscris_on{
	background-image:url(/charte/espace-perso/btn_inscrit_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	width:164px;
	height:26px;
}

.btn_inscris_us{
	background-image:url(/charte/espace-perso/btn_inscrit_us.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	width:164px;
	height:26px;
}

.btn_inscris_us_on{
	background-image:url(/charte/espace-perso/btn_inscrit_us_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	width:164px;
	height:26px;
}

.perso_bouton{
	background-image:url(/charte/espace-perso/btn_perso.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	color:#000;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:164px;
	height:26px;
}

.perso_bouton_on{
	background-image:url(/charte/espace-perso/btn_perso_on.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	width:164px;
	height:26px;
}

input.bouton1 {
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	background-image: url(/charte/informations/infos_bouton.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 17px;
	width: 144px;
	padding-bottom: 4px;
	cursor:pointer;
	border:none;
}

input.bouton1_on {
	font-size: 11px;
	font-weight: bold;
	color: #505050;
	background-image: url(/charte/informations/infos_bouton_on.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 17px;
	width: 144px;
	padding-bottom: 4px;
	cursor:pointer;
	border:none;
}

textarea {
	font-size: 11px;
	color: #000;
	width:100%;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #c1c5cb;
	font-family: Arial, Helvetica, sans-serif;
}

.input_check{
	border:none;
	background:none;
}

