body, input, select{
	font-size: 12px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #5c5c5c;
}
body#ContenuGauche, body.ContenuGauche{display:block;width:820px;margin-left:50px;}
p {text-decoration: none;font-weight: normal;line-height: 15px;text-align: justify;}
p.Center{text-align: center;}
a {text-decoration: none;color: #5c5c5c;}
.Puce{
	display:block;
	line-height:25px;
	width:350px;
	text-indent:30px;
	background-image: url('../Img/Puce.gif');
	background-repeat:no-repeat;
}
.Btn{
	display:inline;
	background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
	margin:5px;
	padding:7px;
	padding: 7px 20px;
	line-height:20px;
	color:#FFF;
	border:1px solid #666;
	background-color:#999;
	border-radius: 2px;
	transition:0.5s;
}

@media (max-width:768px) {.Btn {display: block;}}

    


h1 .Btn{
float: right;
padding:5px 10px;
}

.Btn.Center{
	display:block;
	width:250px;
	
}

.BtnValider, input[type="submit"].BtnValider{
	margin-left: 65px;
    margin-top: 10px;
    margin: 30px auto;
    width: 290px;
    float: none;
    display: block;
    text-align: center;
}
	
	
a.Taupe {background-color:#F9F9F9; border:1px solid #AD9D7C;color:#9A8C6E; background-image: none;}
a.Taupe:hover {box-shadow: 0px 0px 2px #ccc;}
	
a.Rouge {background-color:#E20A16; border:1px solid #c10e18;color:#fff;}
a.Rouge:hover {background-color:#c10e18;}
a.Blanc{background-color:#F9F9F9;color:#666;}
input[type="submit"]{
	background-image: url('../Img/D30.png');
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	line-height:30px;
	height:30px;
	color:#FFF;
	border-radius: 2px;
	background-color:#E20A16; border:1px solid #c10e18;color:#fff;
	cursor:pointer;
	transition:0.5s;
	 width: auto;
    padding: 0 10px;
	text-indent: 0px;
}
input[type="submit"]:hover{background-color:#c10e18;}
input[type="submit"].OK{background-color:#83C542; border-color:#393;}
input[type="submit"].Echec{background-color:#C60;}
a.Retour{
	margin-top: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #E20A16;
    padding: 7px;
    border: 1px solid #AD0F18;
}
.Rouge{color:#CC0000;}
h1{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height:25px;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:8px;
	font-weight: bold;
	height:60px;
	
	color: #4C4C4C;
	background-image:url("../Img/H1.png");
	background-repeat:no-repeat;
	margin-left:-30px;
}


#BoiteEmploi h1{font-size: 18px;color: #E20A16;}

h2{font-size: 14px;line-height:25px;color:#666;}

h3, h4{font-size: 12px;line-height:25px; text-indent:5px;color:#999; text-decoration:underline;}
h4{color:#E20A16;}

.Bloc{
    border-radius: 2px;
    border: 1px solid #999;
    width: 228px;
    min-height: 100px;
    margin-top: 30px;
	}
.Bloc h1{
	background-image:none;
	background-color:#E20A16;
	line-height:30px;
	background-image:url("../Img/D30.png");
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	height:auto;
	font-size:13px;
	text-align:center;
	border-bottom:1px solid #999999;
}
#BoiteContenu .Bloc h1:first-line{
	font-size:13px;
	line-height:30px;
	color:#FFFFFF;
	background-color:transparent;
}
.Bloc p{ text-align:center; margin:10px;}
.Bloc a{ font-weight:bold;}
.Bloc a:hover{ color:#000;}


ul {
list-style-type: none;
}
li:before {
/* content: "• "; */
content: ". ";
position: absolute;
color: #E20A16;
font-size: 35px;
margin-right: 0px;
margin-left: -15px;
margin-top: -23px;
}
ul.PuceRouge li{
	list-style-image:none;
	list-style:none;
	text-indent:20px;
	background-image:url('../Img/Puce.gif');
	background-repeat:no-repeat;
	line-height:25px;
}
ul.PuceRouge  li:before {content: "";}

ul.PuceRouge li a:hover{font-weight:bold;}
a img{border:0px;}

.BlocGris{
	background:#eee;
	border:1px solid #ccc;
	padding:5px 10px;
}
.Petit{font-size:10px;}


.BoiteTalentup{
	
	
	background-color: #F9F9F9;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(#F9F9F9 0%, #EEEDED 80%, #E9E9E9 100%);
	background: -webkit-linear-gradient(#F9F9F9 0%, #EEEDED 80%, #E9E9E9 100%);
	
	border: 1px solid #BFBFBF;
	border-radius: 2px;
	box-shadow: 1px 1px 8px #E1E0E0;
	padding: 10px 20px 10px 20px;
	margin-right: 34px;
	margin-bottom: 34px;	
}
.BoiteTalentup h3 {
background: linear-gradient(#DEDEDE 0%, #D5D5D5 80%, #CCC 100%);
color: #E20A16;
color: #333;
text-indent: 10px;
margin: -10px -20px 10px -20px;
text-decoration: none;
border-bottom: 1px solid #999;
border-radius: 5px 5px 0px 0px;
}

.Float{float: left;width: 334px;}
.FondRouge{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E20A16', endColorstr='#bc0812',GradientType=0 ); /* IE6-9 */

	background-color: #E20A16;
	background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.FondRouge h2, .FondRouge p{color:#fff;}
	
	

.BoiteTalentup h2 {margin-top: 0px;}

.Center{ text-align:center; margin-left:auto; margin-right:auto;}
.BtnCoulissant{
position: fixed;
margin-left: -218px;
top: 625px;
box-shadow: -1px 2px 5px #CCC;
background: linear-gradient(#E20A16 0%, #D10914 80%, #D10914 100%);
color: #FFF;
padding: 10px 20px;
/* border: 1px solid #FFF; */
border-right: 0px;
border-radius: 4px 0px 0px 4px;
text-align: center;
font-weight: bold;
line-height: 18px;

}

hr{clear:both; border:0px; height:20px; background-image: url('../Img/Separation.jpg');}

img.BordBlanc{box-shadow: 2px 3px 6px #999;
	border:1px solid #fff;
	border-radius: 2px;
	padding:3px;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button { -webkit-appearance: none; display: none;}
input[type=date]::-webkit-calendar-picker-indicator {color: #000; height:8px; width:8px; margin-right:5px; border-radius: 2px; padding:3px; }
input[type=date]::-webkit-calendar-picker-indicator:hover {color: #91A5B5; background:#fff;}