@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

.erreur_loc, .fieldError {
	color: #a94442;
	/*font-size: 11px;*/
	font-style: italic;
	/*display: block;*/
}

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5b;
	background:#0c1d2d;
}

#logo {
	width: 100%;
	background:url(/images/bg-banner.gif) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.logoImg {
	width: 100%;
	margin: auto;
	position: relative;
}

#global {
	background: #c2bdaf;
	min-width: 920px;
	width: auto !important;
	width: 920px;
}

#page {
	width: 100%;
	margin: auto;
	background:#FFF;
	min-height:450px;
	height:auto !important;
	height:450px;
	/*padding: 0px 25px 25px 25px;*/
	position: relative;
	/*border-left: 1px solid #8b0305;
	border-right: 1px solid #8b0305;*/
	z-index: 10;
}

#contenu {
	padding: 220px 30px 25px 30px;
}

#footer {
	background: #0c1d2d;
	height: 113px;
}

#userbar {
	
}

#userbarLeft {
	width: 240px;
	position: absolute;
	left: 300px;
	top: 240px;
	z-index: 2000;
}

#userbarRight {
	width: 380px;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 240px;
	z-index: 2000;
}

textarea{
	overflow: auto;
}

a{
	color: #006938;
	text-decoration: none;
}

a:hover{
	color: #006938;
	text-decoration: underline;
}

p{
	padding-bottom: 8px;
	padding-top: 3px;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 8px 0px 12px 0px;
	color: #3a3a3a;
}

h1{
	font-size: 30px;
	color: #006938;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2{
	font-size: 20px;
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3{
	font-size: 14px;
}

hr{
	height: 1px;
	width: 100%;
	color: #035294;
	border: 0;
	background-color: #035294;
}

table, img {
	border: none;
}

ul {
	list-style: none;
	padding-left: 20px;
}

ul li {
	background: url(../images/bullet.gif) left 3px no-repeat;
	padding-left: 11px;
	margin-left: 0;
}

.msg_erreur{
	font-weight: bold;
	text-align:center;
	padding: 8px;
	margin: 6px;
	border: 2px solid #CC0000;
	color: #CC0000;
	background-color: #FED8D8;
	margin-top: 8px;
}

.msg_success{
	font-weight: bold;
	text-align:center;
	padding: 8px;
	margin: 6px;
	border: 2px solid #009900;
	color: #009900;
	background-color: #DBFFCE;
	margin-top: 8px;
}

.erreur_loc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
	/*display: block;*/
	margin-left: 0px;
}

.autodatatable {
	border: 1px solid #006938;
}

.autodatatable td:first-child {
	border-left: none;
}

.grid {
	/*border-right: none;*/
	border: none;
	border: 1px solid #006938;
}

.grid td:first-child {
	/*border-left: 1px solid #006938;*/
}

.grid th {
	border-right: 1px solid #006938;
	border-bottom: 1px solid #006938;
}

.grid td {
	/*
	border-right: 1px solid #006938;
	border-bottom: 1px solid #006938;
	*/
	border: none;
}

.autodatatable th{
	font-size: 10px;
	background-color: #006938;
	color:#FFF;
	padding: 4px;
	text-align: left;
	font-weight: bold;
}

.autodatatable .td1 td{
	/*font-size: 10px;*/
	background-color: #e3e3e3;
	padding: 4px;
	/*border-top: 1px solid #000000;*/
}

.autodatatable .td2 td{
	/*font-size: 10px;*/
	background-color: #fafafa;
	padding: 4px;
	/*border-top: 1px solid #000000;*/
}

.autodatatable .td1 td table td{
	font-size: inherit;
	background: none;
	padding: 0px;
	border: none;
}

.autodatatable .td2 td table td{
	font-size: inherit;
	background: none;
	padding: 0px;
	border: none;
}

.smalltable th, .smalltable .td1 td, .smalltable .td2 td {
	font-size: 9px;
}

.regform input{

	border: 1px solid #237ac1;
	height: 13px;
	font-size: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;

}



.regform input.button{
/*
	background:url(../images/fr/formbtn_bg.gif) repeat-x center;
	color:#FFFFFF;
	font-weight:bold;
	height: 17px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 10px;
	border: 1px double #237ac1;
	*/
	height: auto;
	width:1px;
	overflow:visible;
	width:auto;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background:url(../images/fr/formbtn_bg.gif) repeat-x center #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF;
	border: 1px double #237ac1;
	padding-left: 10px;
	padding-right: 10px;
	
}

.button_par{
	margin-top: 20px;
}

.regform input.radio{
	border: none;
	font-size: 10px;
}
/*
.regform textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 10px;
	padding-left: 5px;
}
*/
.regform textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #237ac1;
	font-size: 11px;
	padding-left: 5px;
}


.regform select{
	/*border: 1px solid #000;*/
	/*height: 13px;*/
	font-size: 10px;
	padding-left: 5px;
}

.regform label{
	clear: both;
	float:left;
	width: 175px;
	margin-right: 8px;
	text-align: right;
	font-weight: bold;
}

.regform label.radio{
	clear: none;
	float:none;
	margin-left: 3px;
	text-align: right;
	font-weight: bold;
}

.horzform input{
	border: 1px solid #237ac1;
	height: 13px;
	font-size: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.horzform input.button{
	height: auto;
	width:1px;
	overflow:visible;
	width:auto;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background:url(../images/fr/formbtn_bg.gif) repeat-x center #FFFFFF;
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF;
	border: 1px double #237ac1;
	padding-left: 10px;
	padding-right: 10px;
}

.horzform input.radio{
	border: none;
	font-size: 10px;
}

.horzform textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #237ac1;
	font-size: 10px;
	padding-left: 5px;
}

.horzform select{
	/*border: 1px solid #000;*/
	/*height: 13px;*/
	font-size: 10px;
	padding-left: 5px;
}

.horzform label{
	clear: both;
	float:left;
	margin-right: 8px;
	font-weight: bold;
}

.horzform label.radio{
	clear: none;
	float:none;
	margin-left: 3px;
	text-align: right;
	font-weight: bold;
}

label {
	cursor: pointer;
}

.block {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}

.blockfloat{
    position: relative;
    border: none;
    float: right;
    padding: 10px;
}

.noOverflow {
	overflow:auto;
}

acronym {
	border-bottom: 1px dotted #FFF;
}

.fakeTextarea {
	display: none;
}

span.reportTitle {
	color: #3a3a3a;
}

.extended-title{
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    top: -131px;
    margin-left: 431px;
    font-family: 'Lato';
}

#generalStyle{
    display: none;
    visibility: hidden;
}

a.icon i {
	font-size: 14px;
}