BODY
{
font-size: 13px;
color: #222222;
background-color: #00365B;
margin-top: 4px;
margin-bottom: 0;
font-family: Verdana;
}

.centre
{
font-size: 13px;
}

.noscript
{
background-color: #FBC60E;
border:2px solid #FB830E;
}

.valide
{
color:#0A6D00;
font-weight:bold;
}
.erreur
{
color:#B80000;
font-weight:bold;
}

#page_cnt
{
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
}

.titre
{
font-size: 20px;
font-weight: bold;
text-decoration: underline;
text-align: center;
color: #00365B;
}

.sous_titre
{
font-size: 16px;
text-decoration: underline;
font-style: italic;
font-weight: bold;
padding-left: 30px;
color: #00365B;
}

.sous_titre_creation
{
font-size: 16px;
text-decoration: underline;
font-style: italic;
font-weight: bold;
color: #00365B;
}

A
{
color: #00365B;
}

A:hover		
{
color: #ED9203;
text-decoration: underline;
}

.input {
font-size : 10px ;
background:#E6E2E1;
border:1px solid #7D7D7D;
color:#000000;
}

.input:hover{
background:#D7D7D7;
border:1px solid #7D7D7D;
color:#000000;
text-decoration:none;
}

.input:disabled{
background:#999999;
border:1px solid #999999;
color:#ffffff;
text-decoration:none;
}

.menu
{
padding-left:10px;
padding-top:5px;
background: #E5E5E5;
width: 938px;
}

.menu_img
{
padding-left:10px;
background: #E5E5E5;
}

.head_h1
{
background-image: url(/images/head_h1.jpg);
}

.centre_h
{
background-image: url(/images/centre_h.jpg);
}

.centre_g
{
background-image: url(/images/centre_g.jpg);
}

.centre_d
{
background-image: url(/images/centre_d.jpg);
}

.centre_b
{
background-image: url(/images/centre_b.jpg);
}

hr 
{
border-style: none none dotted;
}

th
{
color:white;
background-color:black;
font-weight:bold;
text-align:left;
}

.foot
{
font-size: 11px;
color: #999999;
}
.foot a
{
color: #777777;
}

.raccourcis
{
font-size: 11px;
color: #ffffff;
}

.raccourcis a
{
color:#ffffff;
text-decoration:none;
}

.raccourcis a:hover
{
color:#ffffff;
text-decoration:underline;
}

.contact
{
font-size: 12px;
}



ol.hwr_faq{
	margin-bottom:35px;
}

ol.hwr_faq li{
	margin-bottom:15px;
}


.legende{
	font-size:10px;
	color:#888888;
}


.message_info
{
	background-image:url(/images/info.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: 1px solid #2D5684;
	background-color: #74C8E6;
	color: #004998;
	font-size: 12px;
}

.message_ok{
	background-image:url(/images/valide.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding: 4px 4px 4px 28px;
	border: 1px solid #0A7B21;
	background-color: #99EBA9;
	color: #0A7B21;
	font-size: 12px;
	margin:10px;
	width:850px;
}


.message_trav{
	background-image:url(/images/warning.jpg);
	background-repeat:no-repeat;
	background-position:5px 2px;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: 1px solid #FC7D30;
	background-color: #FEE53E;
	color: #FF0000;
	font-size: 12px;
	margin:10px;
	width:850px;
}




/*MENU DYNAMIQUE*/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #C8C8C8;
	border-top:		1px solid #E5E5E5;
	padding: 		0.75em 25px 0.75em 25px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#292929;
}
.sf-menu li {
	background:		#E5E5E5;
}
.sf-menu li li {
	background:		#C8C8C8;
}
.sf-menu li li li {
	background:		#AAAAAA;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#F0F0F0;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	40px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/images/arrows-989898.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*Barre de progression pour le téléchargement des fichiers*/
DIV.ProgressBar {
	width: 100px;
	padding: 0;
	border: 1px solid black;
	margin-right: 1em;
	height:.75em;
	margin-left:1em;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

DIV.ProgressBar DIV {
	background-color: Green;
	font-size: 1pt;
	height:100%;
	float:left;
}

SPAN.asyncUploader OBJECT{
	position: relative;
	top: 5px;
	left: 10px;
}

/*DROP and crop*/
#dropfile{
	height: 100px;
	border: 3px dashed #BBBBBB;
	line-height:100px;
	padding: 20px;
	text-align: center;
}
