/* CSS Document */

/* contrairement a common.css*/

body {
background-image:url(../images/mentions-legales/bg-body-ml.jpg);
background-repeat:no-repeat;
background-position:center top;
}

/**/

.bg-texte {
background-image:url(../images/mentions-legales/bg-texte.png);
background-repeat:no-repeat;
height:437px;
/*background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mentions-legales/bg-texte.png', sizingMethod='crop');
/* l'absence de lien dans la div class "bg-texte" nous permet d'utiliser un fond en png sans probleme */
padding-bottom:5px;
padding-left:45px;
padding-right:50px;
padding-top:30px;
}

.titre-image {
margin-left:22px;
margin-top:45px;
margin-bottom:20px;
}

.bouton-retour {
margin-left:22px;
margin-bottom:20px;
width:80px;
}

.bg-texte h1 {
color:#021b7d;
font-size:14px;
font-weight:bold;
padding-bottom:25px;
}

.bg-texte p {
color:#021b7d;
font-size:11px;
padding-bottom:25px;
}

/* BOUTONS ET ROLL OVER */

.fake-btn a{
display:block;
text-indent:-9999px;
}

.bouton-retour a {
background:url(../images/boutons/retour.gif) no-repeat 0 0;
height:24px;
}

.bouton-retour a:hover {
background-position:0 100%;
}

/******/

.bouton-valider {
width:90px;
margin-left:auto;
margin-right:auto;
}

.bouton-valider a {
display:block;
text-indent:-9999px;
background:url(../images/boutons/valider-popup-valider.gif) no-repeat 0 0;
height:26px;
}

.bouton-valider a:hover {
background-position:0 100%;
}

input.ipt {
	border-width:0px;
	background:transparent url(../images/espace-perso/input-bg.gif) no-repeat scroll left top;
	padding:5px 10px 10px 10px;
	width:95px;
}

.content
{
    background-image:url(../images/espace-perso/bg-insc.png);
}

.content label{
	display:block;
	float:left;
	width:100px;
	text-align:left;
	font-weight:bold;
	padding-top:5px;	
	padding-right:5px;
	color:#7CC4FD;
}

/* Lire la suite --SF */
p.readmore {
	margin:20px 0;
	_margin:0;
	_height:25px;
	_padding:15px 0;
}

p.readmore a {
	display:block;
	height:19px;
	width:122px;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
	background:url(../images/espace-perso/savoirplus.gif) no-repeat 0 0;
}

.IE p.readmore a {
	height:15px;
}


p.readmore a:hover
{
	background-position:0 100%;
}

p.readmore {
	float:left;
	margin:8px 0 0 0;
	/*width:345px;*/
	padding:2px 0 0 15px;
}

/* BOUTONS ET ROLL OVER */

.fake-btnI
{
    float:left;
}

.fake-btnI a
{
    width:163px;
display:block;
text-indent:-9999px;
}

.boutonI a {
background:url(../images/espace-perso/btn-inscrivez-vous.png) no-repeat 0 0;
height:38px;
}

.boutonI a:hover {
background-position:0 100%;
}

.IE6 .boutonI a {
background:url(../images/espace-perso/btn-inscrivez-vous.gif) no-repeat 0 0;
}
