html,body{
	height:100%;
}
body {
	/*background-image: url(../images/back.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size:auto;
	*/
	margin:0;
}

h4{
	color:#b86d2b;
	font-size:16px;
	font-weight:normal;
}

h5{
	font-weight:normal;	
}

/* entete */
.header_line {
	background-color:#000;
	height:100px;
}

.header_center{
	padding:10px;
	/*width: 100%;	*/
}

.logo_left {
	width:100px;
	float:left;
	padding-top:5px;
}

.logo_right {
	width:550px;
	float:right;
	padding-top:5px;
	color:#FFF;
	font-family: Tahoma, Geneva, Arial;
	text-align:right;
}

.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:30%;
	line-height:0;
	visibility:hidden;
}

ul {	
	list-style-type: none;
}

.main_menu {
	/*margin: auto;
	/*width:980px;*/
	width:100%;
	height:50px;
	background-image:url(../images/back_menu.png);
	z-index:20;
	position:absolute;
	border-bottom:1px solid #CCC;
}

/* Pour les autres pages pour mettre une fond a la ligne de menu */
.main_menu_other {
	width:100%;
	height:50px;
	background-color:#F3F3F3;
	z-index:20;
	position:absolute;
	border-bottom:1px solid lightgrey;
}

.menu {
	clear:both;
	text-align:center;
	width:100%;
	z-index:2;
	
}

.menuline{
	width:100%;
	padding:0px;
	z-index:2;	
}

/* centre du site, texte */
.main {
	width:100%;
	padding-bottom:150px;
}
.contenu {
	color:#000;
	width:1000px;
	background-color:#FFF;
	text-align:left;
	clear:both;
}

.bann {
	width:100%;
	background-color:#FFF;
	height:500px;
	clear:both;
}

.contenu_client {
	padding:30px;
	color:#000;
	background-color:#FFF;
	text-align:left;
	clear:both;
}

.bann img {
	cursor:pointer;
}

.banniere_img {
	width:100%;
	heigth:800%;	
}

.accueil {
	position:relative;
	top:-350px;
	text-align:center;
	z-index:22;
	margin-bottom:-300px;
}

#fb{
    margin-left: 15px;
    margin-top: 20px;
    position: absolute;
}

/************** Bas de page *************************/

#copyright{
	float:right;
	margin-top:10px;
}

.bottom{
	font-family: Tahoma, Geneva, Arial;
	font-size:12px;
	background-color:#F3F3F3;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #CCC;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:140px;
}

.bottom_home{
	font-family: Tahoma, Geneva, Arial;
	font-size:12px;
	background-color:#F3F3F3;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	height:300px;
}

.bottom_table{	width:100%;}


.title_bottom{
	color:#000;
	font-weight:bold;	
	font-size:16px;
}

.bottom_table_td_center ul li {
	display:inline-table;	
}

.bottom_line {
	height:2px;
	background-color:#999;	
}

/************* DIALOG **********************************/

#dialog-confirm {
	display:none;
}

#dialog-modal {
	display:none;
}
#modal-content .txtContent{
	color:#000;
	text-align:left;
	width:100%;
	min-height:50px;
}
#modal-content input[type='button']{
	margin:0px 5px 0px 5px;
	min-width:100px;
}
.p_placer{
	height:55px;
	width:185px;
	display:table-cell;
	vertical-align:middle;
}
.inputFileExcel, .inputFileCareer {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputFileExcel + label, .inputFileCareer + label {
	background-color:#e6e6e6;
	border: 1px solid #999;
	min-width: 100px;
    display: inline-block;
	cursor: pointer;
	padding: 7px;
	font: 400 13.3333px Arial;
}

.inputFileExcel:focus + label,
.inputFileExcel + label:hover,
.inputFileCareer:focus + label,
.inputFileCareer + label:hover {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
	background-color:#CCC;
}
#holder {
	min-height: 100%;
    position:relative;
}