body {
	width: 100%;
	background-color: #f4f4f4; 
	margin:0px;
	text-align: justify;
	z-index:-2;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
ul{
	-webkit-padding-start: 0px;
	-webkit-margin-after: 5px;
}
li {
	margin-left: 20px;
}

td{
	padding-bottom:10px;
}
table{
	font-size:17px;
}

h1{
	font-size: 30px;
	-webkit-margin-before: 0px;
}

#content_header{
	width:100%; 
	height:80px; 
	border-bottom-style:solid; 
	border-bottom-width:10px; 
	/*border-bottom-color: rgba(246, 196, 9, 1);
	background-color: rgba(50, 124, 206, 1);*/ /*modif*/
	border-bottom-color: #f6c409;
	background-color: #327cce;
	position:relative;
}

#menu_nav{
	font-size: 22px;
	font-weight: bold;
	color: whitesmoke;
	margin-top: 40px; 
	width: 14%; 
	float:left;
	min-width:141px;
}
#content{
	background-color: rgba(191, 191, 191, 0.5);
	font-size:17px!important;
	color: black;
	margin-top: 60px; 
	margin-left: 4%; 
	width: 65%; 
	padding:20px; 
	float: left; 
	border-radius: 20px;
	margin-bottom:40px;
	min-height: 250px;
	border-style: solid;
	border-width: 2px;
	border-color: #81878E;
	
	z-index: 1;
}

#footer{
	position: relative;/*modif*/
	height: 24px;
	width: 100%;
	/*bottom: 0 !important;modif*/
	clear:both;
	margin-top:0!important;
}

#footerbar{
	/*margin-left:18%; */
	margin-left:4%; 
	z-index: 0;
	/*height: 100%;*/
	height: 24px;
	/*width:67.8%; */
	width:65%; 
	background-color:#BFBFBF; 
	color: black; 
	/*padding-top: 2px;*/
	padding: 2px 20px 0 20px;
	text-align:center; 
	border-style:solid; 
	border-width: 2px; 
	border-bottom-style:none; 
	border-top-left-radius: 15px; 
	border-top-right-radius: 15px;
	border-color: #81878E;
	float:left;
}

.pushFooter{
	width:14%;
	min-width:141px;
	height:1px;
	float:left;
}

#logo{
	height: 100px;
	margin-left: 40px;
	margin-top: 5px;
	border:none;
}

#form_language{/*modif*/
	display: inline;
	float: right;
	margin-right: 1%;
	position:relative;
	top:50px;
}

#error_list{
	color:red;
	font-size:18px;
	margin-bottom:10px;
}

#button_enregistrer{
	text-align: right;
	margin-right: 50px;
	margin-top: 35px;
}

#button_next{
	position: absolute;
	/*top: 33px;*/
	margin-left: 198px;
}

#title_menu{
	margin-left: 30px;
	font-size: 32px;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 20px;
}

#encadre {
	border-style: solid;
	border-width: 2px;
	border-left-style: none;
	border-color: #81878E;
	border-top-right-radius: 15px;
	color: whitesmoke;
	padding-left: 1px;
	border-bottom-right-radius: 15px;
	background-color: rgba(191, 191, 191, 0.5);
}

#slideshow {
    position:relative;
    height:240px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#news {
	margin-top: 40px;
}

.main_menu{
	width: 100%;
	/*color: whitesmoke;*/
	color: #f5f5f5;
	padding-left: 0px;
	text-align: left;
}

.main_menu li{
	list-style-type: none;
	margin-left: 0px;
}

.div_menu{
	/*background-color: rgba(50, 124, 206, 1);*/
	background-color: #327cce;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	
	border-style:solid; 
	border-width:1px; 
	border-color: #BFBFBF; 
	border-left-style:none; 
}
.div_menu:hover{
	/*background-color: rgba(50, 124, 206, 0.7);*/
	background-color: #6fa3dd;
	border-color: #81878E; 
	color: whitesmoke !important;
}

.sousmenu_ul{
	padding-left:20px;
}

.sousmenu2_ul{
	-webkit-margin-after:0px;
	padding-left:30px;
	
}

.div_sous_menu{
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: rgba(50, 124, 206, 1);*/
	background-color: #327cce;
	padding-left: 15px;
	border-style:solid; 
	border-width:1px; 
	border-color: #BFBFBF; 
	border-left-style:none; 
}

.div_sous_menu:hover{
	/*background-color: rgba(50, 124, 206, 0.7);*/
	background-color: #6fa3dd;
	border-left-style:solid;
	border-color: #81878E; 
	color: #whitesmoke !important;
}

.div_sous_menu2{
	padding-top: 5px;
	padding-bottom: 5px;
	/*background-color: rgba(50, 124, 206, 1);*/
	background-color: #327cce;
	padding-left: 15px;
	border-style:solid; 
	border-width:1px; 
	border-color: #BFBFBF; 
	border-left-style:none; 
}

.div_sous_menu2:hover{
	/*background-color: rgba(50, 124, 206, 0.7);*/
	background-color: #6fa3dd;
	border-left-style:solid;
	border-color: #81878E; 
	color: #whitesmoke !important;
}

.first{
	border-top-right-radius: 20px;
}
.last{
	border-bottom-right-radius: 20px;
}	

.img_fr{
	width: 40px;
	height: 20px;
	/*margin-left: 68%;*/ /*modif*/
	/*margin-top: 50px;*/
	vertical-align: top;
	cursor: pointer;
}

.img_en{
	width: 40px;
	height: 20px;
	/*margin-top: 50px;*/
	vertical-align: top;
	cursor: pointer;
}

.button_presentation {
	font-size: 18px;
	display:inline;
	cursor:pointer;
	padding: 10px;
	background-color: #f4f4f4;
	margin-right: 50px;
	border-radius: 5px;
	background: -webkit-linear-gradient( #f4f4f4, #686868);
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5), 0 -1px 0 rgba( 255, 255, 255, 0.4);
}

.button_presentation:active {
	
    background: -webkit-linear-gradient( #555, #2C2C2C);
	box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}

.title {
	/*float:left; */ /*modif*/
	/*width:100%; */
	margin-bottom: 20px;
	color: black;
}

.titre_news {
	width:100%; 
	margin-bottom: 20px;
	color: black;
}

.partie_gauche {
	float:left; 
	margin-bottom: 5px;
	font-size: 20px;
}
.partie_droite {
	display: inline-block;
	float: right;
}

.table {
	
	width: 700px;
	color: black;
}

.picture{
	float: right;
	padding: 15px;
	padding-top: 0px;
}

.space_right{
	padding-right:10px;
}

.button_inscription {
	font-size: 20px;
	padding: 5px;
}

.img_download {
	cursor:pointer; 
	width:80px; 
	height:70px

}

.table_pds {
	width:100%; 
	font-size:19px;
}

.td_space {
	padding-top: 50px;
}

.news_encadre {
	width: 100%;
	float: right;
	margin-bottom: 30px;
}

.news_resume {
	display:inline-block; 
	width:100%
}

.news_lire_la_suite {
	display:inline-block; 
	width:100%;
	color: rgba(50, 124, 206, 1);
}

.lien_download {
	text-align: center;
}

.title_videoprogramme{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
}

.video_description {
	display: inline;
	vertical-align: top;
	width: 50%;/*modif*/
	min-width:420px;
	/*margin-left: 25px;*/
	/*float: left;*/
}

.videoo{
	float:left;
	margin-right:15px;
}

.title_docprogramme{
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
}





/*ajouts correction*/

#pagination {
	clear: both;
	padding: 0!important;
}

#pagination li{
	border: 1px solid #000000!important;
    clear: both;
    color: #000000!important;
    height: 20px;
    line-height: 20px;
    list-style: none outside none;
    margin: 0 5px 0 0;
    text-align: center;
    width: 20px;
	display:inline-block;

}

.clearfix{
	display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
	height:0;
	width:0;
}

.page-wrapper{
	margin-bottom:-2px;
}

.h1tersyntax{
	margin-top:0!important;
}

.video-wrapper{
	width:50%;
	min-width:420px;
	float:left;
	margin-bottom:20px;
}


.formulaire_inscription{
	float:left;
}

.formulaire_droit, .formulaire_btn{
	/*width:293px;*/
	width:340px;
	float:left;
}

.formulaire_gauche, .formulaire_captcha{
	width:400px;
	/*margin-right:30px;*/
	float:left;
}

.formulaire_captcha {
    margin-top: 20px;
	position:relative;
}


.formulaire_gauche label, .formulaire_droit label{
	display: inline-block;
    margin-bottom: 10px;
    /*margin-right: 30px;*/
}

.formulaire_gauche label{
	width:215px;
}

.formulaire_droit label{
	/*width:120px;*/
	width:170px;
}

#adresse {
    width: 142px;
}

#country, #offre {
    font-size: 12px!important;
    width: 148px;
}

#offre {
    left: -3px;
    position: relative;
}

.formulaire_btn #button_next{
	
    float: right;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 110px;
    position: relative;
}

.formulaire_connexion{
	text-align:center;
	position:relative;
	top:-20px;
}

.formulaire_connexion label{
	margin-bottom:10px;
	width:190px;
	display:inline-block;
}

.formulaire_connexion .button_inscription {
    margin-left: -3px;
    margin-top: 20px;
}


.offre500{
	width:470px!important;
}



#footerbar a:hover{
	text-decoration:underline;
}


.content img {
    max-width: 100%;
}

.title.petit{
	margin-top:10px;
}


/*plan site*/

.content_plansite{
	margin-left:60px;
}

.bloc_plan{
	width:200px;
	margin:15px;
	float:left;
}

.bloc_plan.bloc_contact, .bloc_plan.bloc_telechar{
	clear:left;
}

.bloc_plan.bloc_part, .bloc_plan.bloc_faq{
	width:100px;
}

.lien_plan{
	text-decoration:none;
	font-weight:bold;
}

.lien_plan:hover{
	text-decoration:underline;
}

.liste_plan{
	padding-left:10px;
}

.liste_plan li{
	list-style:none;
	margin-left:0!important;
}

.liste_plan li a:hover{
	text-decoration:underline;
}



.bandeauNews {
	border-bottom: 1px solid #81878E;
    border-top: 1px solid #81878E;
    box-shadow: 0 1px 0 #EEEEEE, 0 1px 0 #EEEEEE inset;
    font-size: 35px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}

/**onglets**/

article#content_news.parametres {
    border: 1px solid #000000;
    border-radius: 0 10px 10px;
    margin-top: 40px;
    padding: 0 10px 10px;
    position: relative;
}

.onglets{
	left: -1px;
    padding: 0;
    position: absolute;
    top: -49px;
}

.onglets a{
	
}

.onglets li{
	border: 1px solid #000000;
    border-radius: 10px 10px 0 0;
    float: left;
    list-style: none outside none;
    margin: 0 -1px 0 0;
    min-width: 150px;
    padding: 5px;
    position: relative;
}
.onglets li:hover{
	background:#ccc;
}

li.onglet.selected{
	background:#bbbbbb;
}



.cmodel .content ul {
    padding-left: 40px;
}


/*admin gestion*/

#client_table,#user_table{
	font-size:11px!important;
}

.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    overflow: scroll;
}





/************************************************************************/

/*media queries*/

@media only screen and (max-width : 1300px) {


#menu_nav {
    font-size: 16px;
}

h1{
	font-size: 24px;
}

.content_plansite{
	margin-left:0;
}

}


@media only screen and (max-width : 1070px) {

.formulaire_droit label {
    width: 215px;
}

.formulaire_droit, .formulaire_btn {
    float: left;
    margin-bottom: 20px;
    width: 400px;
}

.formulaire_btn #button_next {
	margin-top:0!important;
}


}



@media only screen and (max-width : 1024px) {

/*#footerbar{
	margin-left:181px;
}*/

/*#content{
	margin-left:40px;
}*/


}

@media only screen and (max-width : 900px) {

.formulaire_connexion label {
    display: inline-block;
    margin-bottom: 10px;
    width: 120px;
}

}
