@import "forms.css";
  /*////////////////////////
 ///// Global Classes /////
////////////////////////*/

HTML, BODY {
	margin:0;
	padding:0;
	height:100%;
}

BODY {
	height:100%;
	background-color:#f8f9fa;
	/*background-image:url(../img/web/bg.gif);*/
	background-position:top;
	background-repeat:repeat-x;
	
	font-family: "Raleway", serif;
	font-size:14px;
	line-height:16px;
	color:#333333;
}

#wrapper {
	background-image:url(../img/web/wrapper_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:990px;
	margin:0 auto;
	display:table;
	min-height:500px;
}



/* --------------------------------
		HEADER
--------------------------------- */
#wrapper_top {
	width:100%;
	height:100px;
	margin-top:65px;
}

#wrapper_top #header{
	background-image:url(../img/web/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;	
	width:100%;
	height:80px;
}

#wrapper_top .top {
	background-image:url(../img/web/header_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:20px;
}

/*
#header #logoSmall {
	float:left;
	margin:0 0 0 20px;
}
*/

#header .titre {
	float:right;
	background-position:100% 55%;
	background-repeat:no-repeat;
	padding:0 50px 0 0;
	margin:0 20px 0 0;
	display:table;
	height:70px;
	width:45%;
	text-align:right;
	color:#666666;
	line-height:70px;
	font-size:20px;
}

#header .titre TABLE{height:100%;}

#header .sep {display:none; float:left; height:90%; margin-left:2%;}

/* --------------------------------
		MAIN
--------------------------------- */
#main {
	border-left:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	background-color:#FFFFFF;
	min-height:350px;
	width:989px;
	padding-top:40px;
}

#main #maininner{
	width:860px;
	margin:0 auto;
        padding-bottom: 15px;
}

#main #maininner #content{
	padding:30px 50px;
}

FIELDSET #bottom{
	border-top:1px solid #d6d8d8;
	background-color:#f3f3f3;
	height:60px;
	margin-top:20px;
	line-height:60px;
	/*width:760px;*/
	padding:0 50px;
	display:block;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#bottom .blocPrecedent {
	float:left;
	margin-top: 15px;
        margin-bottom: 15px;
}

#bottom .blocSuivant {
	float:right;
	margin-top:15px;
        margin-bottom: 15px;
}

A.bt_next {
	background-image:url(../img/web/bt_next_l.png);
	background-position:top left;
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	white-space: nowrap;
}

A.bt_next.disabled {
	background-image:url(../img/web/bt_next_l.png);
	background-position:top left;
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	white-space: nowrap;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

A.bt_next:HOVER {
	background-position:bottom left;
}

A.bt_next.disabled:HOVER {
  background-position:top left;
}

A.bt_next SPAN {
	background-image:url(../img/web/bt_next_r.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-right: 15px;
	white-space: nowrap;
}

A.bt_next:HOVER SPAN {
	background-position:bottom right;
}

A.bt_next.disabled:HOVER SPAN {
	background-position:top right;
}

A.bt_termine {
	background-image:url(../img/web/bt_next_l.png);
	background-position:top left;
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	white-space: nowrap;
}

A.bt_termine:HOVER {
	background-position:bottom left;
}

A.bt_termine SPAN {
	background-image:url(../img/web/bt_next_r.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-right: 15px;
	white-space: nowrap;
}

A.bt_termine:HOVER SPAN {
	background-position:bottom right;
}

A.bt_previous {
	background-image:url(../img/web/bt_prev_l.png);
	background-position:top left;
	background-repeat:no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	padding-left: 15px;
	white-space: nowrap;
}

A.bt_previous:HOVER {
	background-position:bottom left;
}

A.bt_previous SPAN {
	background-image:url(../img/web/bt_prev_r.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	padding-right: 15px;
	white-space: nowrap;
}

A.bt_previous:HOVER SPAN {
	background-position:bottom right;
}

DIV.label {
	margin-bottom:10px;
}

DIV.label LABEL{
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin-right: 5px;
	text-align: right;
	width: 140px;
}

DIV.label .collectteInfos{
	margin-left:145px;
}

#main_footer {
	background-image:url(../img/web/footer.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:100%;
	height:20px;
}

A:LINK, A:VISITED{color:#00aeb2; text-decoration:none;}
A:HOVER{text-decoration:underline;}

SPAN.erreur {color:#d32118}

#content.autoEvaluation select {
    margin-bottom: 20px;
}

SPAN.cr {
	display: block;
	text-align: center;
}