﻿/* selectors */
html{ width:100%; height:100%; }
body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#414141; font-size:12px; margin:0; padding:0; height:100%; width:100%;}
p{text-align:justify; padding:0; margin:0; padding-bottom:15px; padding-left:5px; line-height:18px;}
/* selectors end */

/* Custom styles */
.errorMessage{ font-weight:bold; color:Red;}
.centeredTable{ margin-left:auto; margin-right:auto;}

.row_color{background-color:white;}
.row_color:hover{background-color:gray; color:white;cursor:pointer; cursor:hand;}

.alt_row_color{ background-color:silver;}
.alt_row_color:hover{ background-color:gray; color:white; cursor:pointer; cursor:hand;}

#usersTable td{padding:3px;}
#usersInfo td{padding:3px;}

input[type="button"]{cursor:pointer;cursor:hand;}
input[type="submit"]{cursor:pointer;cursor:hand;}
input[type="file"]{cursor:pointer;cursor:hand;}

.alt_link:link{color:black; text-decoration:none}
.alt_link:active{color:black;text-decoration:none}
.alt_link:hover{color:white;text-decoration:none}
.alt_link:visited{color:black;text-decoration:none}

a img{border:none;}
a {outline:none; cursor:pointer; color:#fa960d; text-decoration:underline;}
a:hover {outline:none; cursor:pointer; color:#fa960d; text-decoration:none;}

.clearBoth{
	clear:both;	
}

.leftFloat{
	float:left;	
}

.rightFloat{
	float:right;	
}

.underPicTxt{
	font-size:10px;
	color:#999;
	padding-left:15px;	
}

.stroke{
	width:600px;
	height:1px;
	background:#a8bf5e;
	margin-top:30px;
	margin-bottom:30px;	
}

h1{ }
h2{ color:#8ea348; font-size:16px; padding:0; margin:0; padding-bottom:10px; padding-left:3px; font-weight:bold; text-transform:uppercase; }
h3{ color:#3c3a34; font-size:14px; padding:0; margin:0; padding-bottom:10px; padding-left:3px; font-weight:bold; }
.error{
	visibility:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:11px;
	text-align:left;
	clear:both;
	padding-top:10px;
}
.errorChamps{
	visibility:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F00;
	font-size:11px;
	text-align:left;
	position:relative;
	float:left;
	padding-top:13px;
	padding-left:20px;
}
#header{
	width:975px;
	height:181px;
	background:url(../images/entete.png) no-repeat;	
	position:relative;
}
#logo{
	padding-left:455px;
	padding-top:6px;	
}
.topmenuBtn{
	float:right;
	margin-right:20px;
	height:38px;
}
.topmenuBtn img {
	margin-top:-3px;
}
.topmenuBtnLeft{
	float:left;
	background:url(../images/topmenu_btn_left.png) no-repeat right top;
	width:13px;
	height:38px;
}
.topmenuBtnRight{
	float:left;
	background:url(../images/topmenu_btn_right.png) no-repeat left top;
	width:13px;
	height:38px;
}
.topmenuBtnMiddle{
	float:left;
	background:url(../images/topmenu_btn_bg.png) repeat-x top;
	height:38px;
}
.topmenuBtnText{
	padding:8px;	
}
.topmenuBtnText a{
	color:#000;
	text-decoration:none;
	outline:none;
}
.topmenuBtnText a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
#contentZone{
	width:975px;
	background:url(../images/content_bg.png) repeat-y;	
	position:relative;
}
#content{
	float:left;	
	width:610px;	
	background:url(../images/bg_fleur.gif) no-repeat right bottom;
	min-height:600px;
	padding-bottom:30px;
}
#contentBottom{
	width:975px;
	height:31px;
	background:url(../images/content_bottom.png) no-repeat top;
}
#menu{
	width:282px;
	background:url(../images/menu/menu_top.jpg) no-repeat top;
	margin-left:26px;
	padding-top:50px;
	float:left;
}
#menuItems{
	background:url(../images/menu/menu_left.jpg) no-repeat top left;
}
.menuItem{
	width:165px;
	height:55px;	
	padding-left:67px;
}
#newsletterBtn{
	padding-left:29px;
	padding-top:40px;
}
#title{
	
}
.photoThumb{
	width:140px; 
	height:100px; 
	display:block; 
	float:left; 
	padding:0; 
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #cccccc;
}
a.photoThumb:hover{
	border:solid 1px #faa633;
}
.boxTxt{
	width:450px;
	border:solid 1px #c6db83;
	background-color:#f7fbee;
	padding:20px;
	margin-top:30px;	
}
.borderPic{
	border:solid 1px #faa631;
	padding:2px;
	margin-left:15px;	
	margin-bottom:10px;	
	margin-top:8px;
}
a:hover img.borderPic{
	border:solid 1px #c6db83;
	
}
.textAlone{
	width:550px;	
}
.greenBox{
	width:538px;	
	border:solid 1px #c6db83;
	background-color:#f7fbee;
	padding:30px;
	padding-bottom:10px;
}
ul{
	list-style:disc;
	padding:0;
	margin:0;
	padding-left:20px;	
	padding-bottom:10px;
	width:500px;
	text-align:justify;
}
#professeur ul{
	list-style:disc;
	padding:0;
	margin:0;
	margin-left:20px;	
	padding-bottom:10px;
	width:350px;
	text-align:justify;
}
li{
	padding-bottom:8px;
	line-height:18px;
}
#footer{
	width:895px;
	border-top: solid 1px #ccc;
	font-size:10px;
	color:#999;	
	padding-top:15px;
	margin-left:50px;
}
#footer a{
	color:#999;
	text-decoration:none;
	outline:none;	
}
#footer a:hover{
	color:#999;
	text-decoration:underline;
	outline:none;	
}
form{
	padding:0;
	margin:0;
}
form label{
	font-size:11px;
	color:#000;
	padding:0;
	margin:0;
}
form input[type=text]{
	width:180px;
	height:20px;
	background-color:#fff;
	border:solid 1px #c6db83;
	margin-top:3px;
	margin-bottom:8px;
	color:#414141;
	font-size:12px;
	text-align:left;
}
form input[type=file]{
	background-color:#fff;
	border:solid 1px #c6db83;
	margin-top:3px;
	margin-bottom:8px;
	color:#414141;
	font-size:12px;
	text-align:left;
}
form textarea{
	width:180px;
	height:192px;
	background-color:#fff;
	border:solid 1px #c6db83;
	margin-top:3px;
	margin-bottom:8px;
	color:#414141;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}
#formBtn{
	position:relative;
	margin-top:10px;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}
#sendBtnFR{
	position:relative;
	float:left;
}
#sendBtnFR input{
	background:url(../images/btn_send_fr.png) no-repeat;
	cursor:pointer;
	width:110px;
	height:42px;
	border:none;
	outline:none;
}
#sendBtnFR input:hover{
	background:url(../images/btn_send_fr_over.png) no-repeat;
	cursor:pointer;
	width:110px;
	height:42px;
	border:none;
	outline:none;
}
#sendBtnEN{
	position:relative;
	float:left;
}
#sendBtnEN input{
	background:url(../images/btn_send_en.png) no-repeat;
	cursor:pointer;
	width:90px;
	height:42px;
	border:none;
	outline:none;
}
#sendBtnEN input:hover{
	background:url(../images/btn_send_en_over.png) no-repeat;
	cursor:pointer;
	width:90px;
	height:42px;
	border:none;
	outline:none;
}
#submenu{
	height:44px;
	padding-bottom:30px;	
}
#submenuLeft{
	height:44px;
	width:10px;
	background:url(../images/submenu/submenu_bg_left.png) no-repeat right;	
	float:left;
}
#submenuRight{
	height:44px;
	width:10px;
	background:url(../images/submenu/submenu_bg_right.png) no-repeat left;	
	float:left;
}
#submenuMiddle{
	height:44px;
	float:left;
	background:url(../images/submenu/submenu_bg.png) repeat-x;
}
.submenuItem{
	margin-top:3px;
	float:left;	
	height:38px;
}
.submenuSep{
	margin-top:3px;
	float:left;	
	height:38px;
	width:3px;
	background:url(../images/submenu/submenu_sep.png) no-repeat;
}
.submenuItem a{
	display:block;
	font-size:14px;
	color:#3c3a34;
	text-decoration:none;	
	padding:10px 22px;
}
.submenuItem a:hover{
	color:#76901d;	
}
.submenuItem a.submenuSelected{
	color:#76901d;	
}
/* HORAIRE STYLE */
#horaire{
	
}
#horaire_table{ width:600px; border:1px solid #8ea348;}
#horaire_table th{ height:40px; background:#8ea348; color:white; padding:3px; font-weight:bold; vertical-align:middle; text-align:center}
#horaire_table td{ height:30px; vertical-align:middle; padding:3px; font-size:11px; text-align:center; border-top:solid 1px #dbef97;}
#horaire_table .horaire_first_col{ text-align:left; padding-left:6px; border-right:solid 1px #dbef97;}

/* COURS STYLE */ 

.itemCours{
	border-bottom:#d8d8d8 solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.itemImg{
	float:left;
	padding-right:20px;
	padding-top:16px;
}
.itemImg img{
	border:solid 1px #faa631;
	padding:2px;
}
.itemText{
	float:left;
	padding-right:20px;
	width:300px;
}

/* HOME BOX */

#homeBoxes{
	width:613px;
	padding-top:30px;
    overflow-wrap: break-word;
   
}

#homeboxesFlex {
     display:flex;
     justify-content: space-between;
}

#homeBoxes a {
    color: #414141;
    text-decoration: underline;
    outline: none;
    font-weight: bold;
    overflow-wrap: break-word;
}
#homeBoxes a:hover{
	color:#414141;
	text-decoration:none;
	outline:none;
	font-weight:bold;	
}
.homeBoxGreen{
	width:45%;
	float:left;	
}
.homeBoxGreen h3{
	padding-left:20px;
	padding-top:12px;
	color:#70862b;	
}
.homeBoxGreenTop{
	width:100%;
/*	height:9px;*/
/*	background:url(../images/home_box_green_top.png) no-repeat bottom;*/	
}
.homeBoxGreenMiddle {
    width: 100%;
    background: rgba(34,139,34, 0.4);
    /* background: url(../images/home_box_green_bg.png) repeat-y; */
    padding-bottom: 10px;
    padding-left: 4px;
    border: 3px double green;
    margin-right: 5px;
}

.homeBoxGreenBottom{
	width:100%;
	height:9px;
/*	background:url(../images/home_box_green_bottom.png) no-repeat top;	*/
}
.homeBoxGreenItem{
	padding-left:20px;
	padding-right:10px;
}
.homeBoxGreenSep{
	width:393px;
	height:15px;
	background:url(../images/home_box_green_sep.png) repeat-x bottom;
}
.homeBoxOrange{
	width:45%;
	float:left;	
	padding-left:8px;
	margin-left: 50px;
}
.homeBoxOrange h2{
	color:#da7e01;
	overflow-wrap: break-word;
}
.homeBoxOrangeTop{
	
	float:left;	
	height:9px;
/*	background:url(../images/home_box_orange_top.png) no-repeat bottom;	*/
}
.homeBoxOrangeMiddle {
    width: 85%;
    background: rgba(235, 151, 78, 0.7);
    
    /* background: url(../images/home_box_orange_bg.png) repeat-y; */
    padding: 20px;
    overflow-wrap: break-word;
    border: 3px double orange;
}
.homeBoxOrangeBottom{
	
	height:9px;
	background:url(../images/home_box_orange_bottom.png) no-repeat top;	
	float:left;	
}
#referencement {
	padding-top:200px;
	padding-left:250px;	
}
#referencement p{
	width:500px;
	height:100px;
	overflow:auto;
	font-size:10px;
	line-height:14px;
}


/*Ensure the blockquotes don't show*/

.homeBoxOrangeMiddle blockquote {
    display:none !important;
}

/*Ensure the li in the orange box stay in the box*/
.homeBoxOrangeMiddle ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
     width: 150px; 
     text-align: left;
    overflow-wrap : break-word;
}
