body {
	background: white;
	color: #000;
	font: 12px Arial,Helvetica, sans-serif;
        margin:0;
}

img {border: none;}


html>body {
	font-size: 12px;
	text-align: left;
}
b{
	color: #2a6ea5;
}
 a, a:visited {
	color: #2a6ea5;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
span#description {
	display: block;
	font-weight: bold;
	font-size: 2em;
	color: #6DB0D8;
	margin-top: 35px;
}

h1 {
	font-size: 18px;
	color: #6DB0D8;
        line-height: 1.2;
}

h2 {
    color: #2a6ea5;
    
}

#main {
    width: 1002px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    
    
}

#menuTop {
    margin-left: 200px;
    margin-top: 10px;
}

#menuTop ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#menuTop li {
    list-style: none;
    display: inline;
    margin-right: 13px;
}

#menuTop #login {
    float: right;
    
}

#menuTop a {
    text-decoration: none;
    color: #414141;
    font-size: 11px;
}

#menuTop ul {
    margin:0;
    padding:0;
}

input[type=submit] {
background-color: #fce687;
border: none;
font-weight: bold;
font-size: 11px;
padding: 4px 0 4px 0;
}

#header {
    clear: both;
    
}

#main {
width: 1005px;    
}

#menuGauche {
    float: left;
    width: 200px;
	background: url(/img/background_menu_principal_bot_int.png) repeat-x 0 bottom #ffd457;
	padding-bottom: 85px;
	margin: 0;
	padding-top: 0;
}
#menuGauche a.jaune {
    display: block;

    text-decoration: none;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 3px;
    text-transform: uppercase;
    background-color: #fce687;
    margin-bottom: 5px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

#menuGauche a:hover {
text-decoration:underline;    
}

#menuGauche a.blue {
    display: block;

    text-decoration: none;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-transform: uppercase;
    background-color: #6DB0D8;
    margin-bottom: 5px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    
}

#menuGauche a.sub {
        display: block;
    text-decoration: none;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 11px;
}


#content {
    float: right;
    margin: 20px 0 30px 20px;
    width: 770px;   
}
legend {
display: none;
}
fieldset {
padding: 10px;
}
label.stand {
padding: 0 10px 0 10px;
width: 150px;
display: block;
float: left;
font-weight: bolder;
}

label.field2 {
padding: 0 10px 0 10px;
display: block;
}


label.checkbx {
padding-left: 10px;
font-weight: bolder;
}

.input {
width: 100%;
margin-bottom: 4px;
clear: both;
}
.error-message, #flashMessage {
	
color: #f00;
font-weight: bold;
}