/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

fieldset,img {  
	border: 0; 
}

html {
	height: 100%;
	margin-bottom: 1px;
}
	
body { 
	position: relative; 
} 
	
/* page setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page {
	background: #006BB7 url(images/page_bg.png) 50% 0 repeat-x;
}

/* Wrapper */

div.wrapper {
	width: 940px;
	margin: auto;
}

div.wrapper .wrapper-t {
	background: #ffffff url(images/wrapper_t.png) 0 0 repeat-x;
}

div.wrapper .wrapper-b {
	background: url(images/wrapper_b.png) 0 100% repeat-x;
}

div.wrapper .wrapper-l {
	background: url(images/wrapper_l.png) 0 0 repeat-y;
}

div.wrapper .wrapper-r {
	background: url(images/wrapper_r.png) 100% 0 repeat-y;
}

div.wrapper .wrapper-tl {
	background: url(images/wrapper_tl.png) 0 0 no-repeat;
}

div.wrapper .wrapper-tr {
	background: url(images/wrapper_tr.png) 100% 0 no-repeat;
}

div.wrapper .wrapper-bl {
	background: url(images/wrapper_bl.png) 0 100% no-repeat;
}

div.wrapper .wrapper-br {
	min-height: 470px;
	padding: 0px 10px 10px 10px;
	background: url(images/wrapper_br.png) 100% 100% no-repeat;
}

div#header {
	position: relative;
	height: 149px;
	margin: 0px 0px 0px 0px;
}

span#logo, img#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 921px;
	height: 165px;
	border: 0;
}

div#menusystem {
	position: relative;
	width: auto;
	height: 70px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

div#menusystem .overlay {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 25px;
	background: url(images/menu_bg_orange.png) 0 0 repeat-x;
	z-index: 2;
}

div#middle {
	width: auto;
	margin: 10px 0px 0px 0px;
	clear: both;
	padding: 0px 10px 0px 10px;
}

div#middle h1 {
	margin-bottom: 5px;
	color:#3764AA;
	font-family:Arial Narrow,Arial,Helvetica,sans-serif;
	font-size:250%;
	font-weight:bold;
	line-height:100%;
}

div#middle h2 {
	margin-bottom: 15px;
	margin-top: 15px;
	color:#3764AA;
	font-family:Arial Narrow,Arial,Helvetica,sans-serif;
	font-size:150%;
	font-weight:bold;
	line-height:100%;
}

div#middle .info {
	font-style: italic;
}

div#middle .erreur {
	font-weight:bold;
	border: 1px dashed gray;
	padding: 0px 3px 0px 3px;
}

div#middle .erreur a {
	color: #646464;
}

div#middle form{
	width: 405px; /* width of the form, should be greater or equal to the label padding plus the input width*/
	margin: auto;
}

div#middle form p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

div#middle form label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels, should be smaller than left column (155px) to create some right margin*/
}

.clue{
	font-size: 10px;
}

.mandatory{
	color: red;
}

.optional{
	color: green;
}

div#middle form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

div#middle form input[type="password"]{ /*width of password boxes. IE6 does not understand this attribute*/
	width: auto;
}

div#middle form textarea{
	width: 250px;
	height: 75px;
}

div#middle a:link, div#middle a:hover, div#middle a:visited {
	color: #646464;
}

div#middle a:hover {
	color: #646464;
	font-weight:bold;
}

table.mytable
{
	border:1px solid #000;
	background-color:#fff;
	padding:1px;
	width:100%;
}

table.mytable th
{ 
	background:#4A4A4A url(images/bg_th.jpg) left top repeat-x; 
	border-left:1px solid #C7C7C7;
	padding-left:3px;
	color:#fff; height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.mytable td
{ 
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.mytable td.valid
{ 
	text-align: center;
}

table
{
	padding:0px;
}

table th
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table td
{
	border:0;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#footer {
	width: auto;
	padding: 5px 0px 50px 0px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

div#footer a:link, div#footer a:hover, div#footer a:visited {
	color: #FFFFFF;
}

div#footer a:hover {
	color: #FFFFFF;
	font-weight:bold;
}
h2{
	color : #3764aa;
	margin-bottom : 25px;
}
span.right{
	float : right;
}
