*{
	padding: 0;
	margin: 0;
}

h1, td, input, textarea{
	font: 12px verdana, arial, helvetica, sans-serif;
}

h2{
	font: 10px verdana, arial, helvetica, sans-serif;
}

h4{
	font: 14px verdana, arial, helvetica, sans-serif;
}

h6{
	font: 20px verdana, arial, helvetica, sans-serif;
}

html{
	overflow: -moz-scrollbars-vertical;
}

body{
	background: #fff url("/media/image/bg_body.jpg") repeat-x top left;
	text-align: center;
}

a{
	color: #248;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.actif{
	color: #900;
}

#main{
	width: 760px;
	text-align: left;
    margin: auto;
}

#header{
	width: 760px;
	height: 170px;
}

#header_left{
	background: url("/media/image/bg_messages.jpg") no-repeat top left;
	width: 221px;
	height: 170px;
	float: left;
	position: absolute;
	overflow: hidden;
}

#messages{
	color: #fff;
	height: 170px;
	text-align: justify;
	margin: 27px 18px 0 15px;
}

#header_right{
	width: 539px;
	height: 170px;
	float: right;
	position: relative;
}

#hmenu{
	background: url("/media/image/bg_hmenu.gif") repeat-x bottom left;
	width: 539px;
	height: 64px;
}

#sbody{
	width: 760px;
}

#vmenu{
	background: url("/media/image/bg_vmenu.jpg") no-repeat top left;
	width: 200px;
	height: 312px;
	float: left;
	position: absolute;
	margin-left: 9px;
}

div.vmenu_item{
	padding: 15px 0 0 18px;
}

#zone{
	width: 539px;
	min-height: 370px;
	float: right;
}

* html #zone{
	height: 370px;
}

#content{
	text-align: justify;
	padding: 6px 0 0 0;
}

#lmenu{
	text-align: center;
	padding: 21px 0 6px 0;
}

#footer{
	background: #583 url("/media/image/bg_footer.gif") repeat-x top left; 
	color: #fff;
	width: 760px;
	clear: both;
	position: relative;
	padding: 21px 9px 9px 9px;
}

#footer span.conception{
	float: right;
}

#logo_frsq{
	width: 140px;
	height: 41px;
	top: -47px;
	left: 40px;
	position: absolute;
}

table.tableau{
	border: 1px solid #36a;
}

table.tableau tr.row_title{
	background: #36a url("/media/image/bg_row_title.jpg") repeat-y top left; 
	color: #fff;	
}

table.tableau tr.row_{
	background-color: #f0f4ff;
}

table.tableau tr.row_alt{
	background-color: #dde8ff;
}

table.tableau tr.row_save{
	background-color: #fff;
}

table.tableau tr.row_save td{
	border-top: 1px solid #69c;
}

table.tableau tr td{
	padding: 6px;
}

td{
	text-align: justify;
}

div.date_soumission{
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	width: 250px;
	padding: 1px;
}

span.required{
	color: #900;
	font-weight: bold;
}

div.msg_error, div.msg_success{
	background-color: #ffc;
	border: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 4px;
}

div.msg_error{
	border-color: #900;
}

div.msg_success{
	border-color: #390;
}
