@font-face { /* Définition d'une nouvelle police nommée LearningCurveProRegular */
    font-family: 'fonts_ORS';
    src: url('../fonts_ORS/hemi_head_bd_it-webfont.eot');
    src: url('../fonts_ORS/hemi_head_bd_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts_ORS/hemi_head_bd_it-webfont.woff') format('woff'),
         url('../fonts_ORS/hemi_head_bd_it-webfont.ttf') format('truetype'),
         url('../fonts_ORS/hemi_head_bd_it-webfont#ArchitectsDaughter-webfont') format('svg');
}

html {
  margin:0;
  padding:0;
  background-image: url(../images/fond5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height : 100%;
}
body {
  color : #000;
  background :none;
  font-family: Arial, sans-serif;
  font-size : 14px;
  padding : 0;
  margin : 0;
}

img {
  border : none;
}

a {
  color : #FF0000;
  text-decoration : none;
}

a:hover {
  text-decoration : none;
}

a:focus {
  outline: none;
}

.clr {
  clear : both;
}

li {
  list-style : none;
}

p {
  padding : 4px 0 4px 0;
}

* {
  margin : 0;
  padding : 0;
}

 
h2 {
	font-family:'fonts_ORS', Verdana, sans-serif;
	font-size : 2em;
	font-weight : normal;
	color:#fae52b;
  background: #22201d;
	width: 400px;
	margin-left:20px;
	padding-left:5px; 
	border-top: 2px solid #fae52b;
	border-right: 2px solid #fae52b;
	border-radius:7px;
	box-shadow: 3px 3px 20px #fae52b ;
 
	}

h1, h3, h4, h5 {
	font-size : 14px;
	font-weight : normal;
	
  color:#000;
}


#news {
  position:absolute;
  height: 150px;
  width: 498Px;
  float: left;
  margin-top:3px;
  margin-left:20px;
  background:none;
}


#wrapper {
	width: 1060px;
	margin: 0 auto;
  background-image: url(../images/limites.jpg);
  background-repeat: repeat-y;
  box-shadow: 10px 10px 20px #000000 ;
}

#connexion {
  width: 210px;
  position:absolute;
  float: right;
  margin-left:755px;
  margin-top:5px;
  padding:2px;
  background:none;
  z-index:700;
}

#connexion_fixe {
  width: 210px;
  position:fixed;
  float: right;
  margin-left:780px;
  margin-top:2px;
  padding:2px;
  background:none;
  z-index:700;
}


#cadre {
	width: 1020px;
	margin: 0 auto;
  padding : 10px;
  background: #aaa;
}

#cadre_slideshow {
  position : relative;
  width: 1000px;
  height: 400px
  z-index:400;
}

#slideshow {
  width: 1000px;
  height: 400px;
  float: left;
  background:none;
  border-radius:10px;
  border: 6px solid #fae52b;
  border-style:groove;
}

#cadre_logo {
  position : relative;
  width: 1000px;
  height: 100px
  z-index:400;
}

#logo {
  width: 1000px;
  height: 100px;
  float: left;
  background-image: url(../images/logo_module.jpg);
  background-repeat: no-repeat;
  color:#fff;
  border-radius:10px;
  border: 3px solid #fae52b;
  border-style:groove;
}

#logo a {
  width: 950px;
  height: 90px;
  display: block;
}


#menu_scroller{
    position:fixed;
    top:50px;
    width:970px;
    background:none;
    height:20px;
    z-index:800;
}

#cadre_menu_fixe {
  position : relative;
  width: 1040px;
  height: 32px;
	margin: -2px auto;
  z-index:400;
}

#menu_fixe {
  position : fixed;
  width: 1040px;
  height: 32px;
  background:#fae52b;
  z-index:500;
}

#topmenu {
  width: 970px;
  height: 40px;
  background: url(../images/piste_menu.png)  repeat;
  margin-left:10px;
}


#navigation {
  width: 1000px;
  height: 30px;
  padding-top:8px;
  background:none;
  color:#000;
}


#col_gauche {
  width: 190px;
  float: left;
  min-height:660px;
  background: #ccc;
	padding: 10px;
  color:#FFF;
  border-radius:10px;
  border: 3px solid #fae52b;
  border-style:groove;
}

#col_droite {
  width: 190px;
	float: right;
  min-height:660px;
  background: #ccc;
	padding: 10px;
  color:#000;
  border-radius:10px;
  border: 3px solid #fae52b;
  border-style:groove;
}

#centre.normal{
  float: left;
  width: 560px;
  padding-left: 10px;
}

#centre.large {
  float: left;
  width: 750px;
  padding-left: 10px;
}

#centre.X-large {
  float: left;
  width: 950px;
  padding-left: 10px;
}

#centre div.interne {
  min-height:660px;
	max-height:660px;
	height:660px;
	overflow-x: hidden;
	margin-left:10px;
  padding: 1px;
	border-radius:10px;
  opacity:1;
}



#box_content {
	background: #fff;
  min-height:300px;
  padding:5px;
	border-radius:10px;
  border: 3px solid #fae52b;
  border-style:groove;
}

 
#footer {
	padding: 10px;
	text-align: center;
}

#footer2 {
	padding: 10px;
	text-align: center;
}

#footer3 {
	padding: 10px;
	text-align: center;
}



/*** topmenu ---------------------------------------------------------------------------------------------
#topmenu li {
    float:left;
    position:relative;
}

#topmenu li a {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    
    height:25px;
    background-color:#fae52b;
    display:block;
    opacity:1;
		font-family: 'fonts_ORS', Verdana, sans-serif;
		font-size : 1.4em;
		font-weight : normal;
		color:#000;
    margin:0px 1px;
    padding-left:15px; 
    padding-right:15px;
		border-radius:3px;
}


#topmenu li:hover > a {
    background: #22201d;
    color:#fae52b;
    border-radius:7px;
    box-shadow: 3px 3px 20px #dd9673 ;
}

#topmenu li a:hover, #topmenu li.current {
		color: #fae52b;
}

#topmenu li ul {
		display:none;
    position:absolute;
    width: 200px;
}

#topmenu li:hover ul{
		display:block;
		background:none;
}

#topmenu li ul li{
		background:#fae52b;
		border-radius:7px;
		
}

#topmenu li ul li a:hover{
		color:#fae52b;
		background:#22201d;
		border-radius:7px;
		
}

***/
/*** menu_fixe ---------------------------------------------------------------------------------------------***/
#menu_fixe li {
    float:left;
    position:relative;
    
}

#menu_fixe li a {
    -moz-transition:0.8s;
    -o-transition:0.8s;
    -webkit-transition:0.8s;
    
    height:30px;
    background-color:#fae52b;
    display:block;
    opacity:1;
		font-family: 'fonts_ORS', Verdana, sans-serif;
		font-size : 1.4em;
		font-weight : normal;
		color:#000;
    margin:0px 0px;
    padding-top:2px;
    padding-left:15px; 
    padding-right:15px;
		border-radius:3px;
}


#menu_fixe li:hover > a {
    background: #22201d;
    color:#fae52b;
		border-radius:3px;
    box-shadow: 3px 3px 20px #000 ;
}

#menu_fixe li a:hover, #menu_fixe li.current {
		color: #fae52b;
}

#menu_fixe li ul {
		display:none;
    position:absolute;
    width: 200px;
}

#menu_fixe li:hover ul{
		display:block;
		background:none;
}

#menu_fixe li ul li{
		background:#fae52b;
		border-radius:3px;
    width:300px;
    height:30px;
		
}

#menu_fixe li ul li a:hover{
		color:#fae52b;
		background:#22201d;
		border-radius:3px;
		
}




/*** formulaires ***/
input#modlgn-username, input#modlgn-passwd {
  width: 153px;
  height: 28px;
  line-height: 25px;
  background: url(../images/login_form.png) left top no-repeat;
  border: none;
  margin: 0;
  padding: 0px 0 5px 10px;
}

#login-form fieldset{
  border: none;
}

#login-form li{
  line-height: 20px;
}

input.button {
  background: #333;
  color: #fff;
  border: none;
  padding: 7px;
  cursor: pointer;
}


.hover_td_1 { background: #000; } 
.hover_td_1:hover { background: #FF0000; } 
.hover_td { background: #fff; } 
.hover_td:hover { background: #FF0000; } 

/*pascal*/
#system-message-container{
z-index: 1000;
}
#system-message{
display:block;
width:515px;
max-height:200px;
margin-left:auto;
margin-right:auto;
z-index: 1000;
background:#fff;
border:10px solid #999;
-moz-border-radius:7px;
-webkit-border-radius:7px;
padding: 20px 0 20px 24px;
margin-top:10px;
}
.ic-content h2 {margin: 3px 0 3px 105px; padding: 0;text-align: center;}
.ic-form-title h1{  background: none repeat scroll 0 0 #22201d;
    border-radius: 7px;
    border-right: 2px solid #fae52b;
    border-top: 2px solid #fae52b;
    box-shadow: 3px 3px 20px #fae52b;
    color: #fae52b;
   font-family:fonts_ORS,Verdana,sans-serif;
    font-size: 2em;
    font-weight: normal;
    margin-left: 20px;
    padding-left: 5px;
    width: 400px; margin-bottom: 24px;}

h2 {margin-bottom: 15px;}