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

*{
		font-family:  Helvetica,​Arial,​sans-serif;
}

body {
	background-image:url(/v3/images/login_mtf_header.gif);
	background-repeat:repeat-x;	
	margin:0;
	padding:0;
	/* background-color:#369; */
}

header {
	color:#FFF;
	height:60px;
	line-height:60px;
	font-size:1.25em;
	margin:0 2%;
}

#test {
	margin:0;
	padding:0;
	background-color:#3F3;
}
#conteneur {
	margin:0 auto;
}

#contenu {
	text-align:center;
	padding:0 0 2.5em 0;
	background-color:#FFF;
	    clear: both;
    margin: 0 0 64px;
	}
	
	
#contenu p {
	font-size:0.8125em;
	margin:1em 0 2.5em 0;
	padding:0;
	color:#369;
}

#contenu p a, #contenu p a:link, #contenu p a:visited {
	text-decoration:none;
	color:#369;
}

#contenu p a:hover {
	color:#000;
}

#contenu h3 {
	font-size:1.125em;
	color:#069;
	font-weight:lighter;
	line-height:1.3em;
	padding:1.5em 0;
}

#contenu h4 {
	margin-top: 50px;
}

#contenu input {
	background-color:#a8bfca;
}
#contenu input:focus, textarea:focus {
	background-color:#2faaff;
 }
 
#contenu input:not([type=submit]):not([type=file]) {
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:1.125em;
	color:#FFF;
	padding:0.5em;
	margin:0 0 1em 0;
	width:22.29167%;
	border-style:none;
	border-radius:20px;
	-moz-border-radius:20px;
	outline:0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.45);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.45);
	text-shadow: 0 1px 0 rgba(51,102,153,1);
	font-weight:lighter;
}



.loginboutonbleu {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:lighter;
	color:#FFF;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.125em;
	padding: .4em 1em .4em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
	color: #fff;
	border: solid 1px #369;
	background: #a8bfca;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8bfca), to(#336699));
	background: -moz-linear-gradient(top,  #a8bfca,  #336699);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8bfca', endColorstr='#336699');
}
.loginboutonbleu:hover {
	font-weight:lighter;
	text-decoration: none;background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
	background: -moz-linear-gradient(top,  #6CF,  #3399CC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
}
.loginboutonbleu:active {
	font-weight:lighter;
	position: relative;
	top: 1px;color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
	background: -moz-linear-gradient(top,  #369,  #6CF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}


#accespublic {
border: solid 1px #CCC;
outline: none;
text-align: center;
text-decoration: none;
font-family:Helvetica, Arial, sans-serif;
font-size:0.8125em;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em; 
-moz-border-radius: .3em;
border-radius: .3em;
margin:0 2% 50px 2%;

background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background:    -moz-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background:     -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background:      -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
	
#accespublic a {
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: baseline;
margin: 0.25em 0.5em;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-weight:bold;
padding: .5em 2em .55em;
text-shadow: 0 1px 0 #000;
-webkit-border-radius: .3em; 
-moz-border-radius: .3em;
border-radius: .3em;
-moz-box-shadow:inset 0 0 0 1px #BFBFBF;
-webkit-box-shadow:inset 0 0 0 1px #BFBFBF;
box-shadow:inset 0 0 0 1px #BFBFBF;
color: #FFF;
border: solid 1px #999;

background: #999999;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666));
background: -webkit-linear-gradient(top, #999999 0%,#666666 100%);
background:    -moz-linear-gradient(top, #999999 0%,#666666 100%);
background:     -ms-linear-gradient(top, #999999 0%,#666666 100%);
background:      -o-linear-gradient(top, #999999 0%,#666666 100%);
background:         linear-gradient(to bottom, #999999 0%,#666666 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );
}

#accespublic a:hover {
text-decoration: none;
background: #757575;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757575), color-stop(100%,#4b4b4b));
background: -webkit-linear-gradient(top, #757575 0%,#4b4b4b 100%);
background:    -moz-linear-gradient(top, #757575 0%,#4b4b4b 100%);
background:     -ms-linear-gradient(top, #757575 0%,#4b4b4b 100%);
background:      -o-linear-gradient(top, #757575 0%,#4b4b4b 100%);
background:         linear-gradient(to bottom, #757575 0%,#4b4b4b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#4b4b4b',GradientType=0 );
}

#accespublic a:active {
position: relative;
top: 1px;
color: #E8E8E8;
background: #4b4b4b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(100%,#757575));
background: -webkit-linear-gradient(top, #4b4b4b 0%,#757575 100%);
background:    -moz-linear-gradient(top, #4b4b4b 0%,#757575 100%);
background:     -ms-linear-gradient(top, #4b4b4b 0%,#757575 100%);
background:      -o-linear-gradient(top, #4b4b4b 0%,#757575 100%);
background:         linear-gradient(to bottom, #4b4b4b 0%,#757575 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#757575',GradientType=0 );
}

footer {
	background-image:  url(/v3/images/login_footer.gif);
	background-repeat:repeat-x;
	background-color:#369;
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: -80px; /* negative value of footer height */
	height: 100%;
	clear:both;
	width: 100%;
	height: 80px;

}


#support {
	background-image:url(/v3/images/login_onglet_footer.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:0.8125em;
	padding:0.75em 0;
	margin:0 2% 0 70%;
	width:145px;
	text-align:center;
	display:block;
	}


@media screen and (max-width:768px) {
	#support {
	background-image:url(/v3/images/login_onglet_footer.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-size:0.8125em;
	padding:0.75em 0;
	margin:0 auto;
	width:145px;
	text-align:center;
	display:block;
	}
}

#support a, #support a:link, #support a:visited {
	color:#a8bfca;
	text-decoration:none;
}

#support a:hover {
	color:#FFF;
}

#contenu h3.alerte-rouge{
	color:#FF3300; /*color:#996633;*/
	font-weight: bolder;
	font-size: 25px;    
	padding: 0.5em 0;    
	font-size: 35px;
}

#contenu #listenews {
height:1.1em;
margin-bottom:20px;
color:#FF3300; 
font-size:0.8125em;
}

.date_jour_login {
	font-size:12px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	color: #a8bfca;
}
