body {
    background-color: green;
    text-align: left !important;
}

body, div {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#global {
    margin: 0 auto;
    width: 85%;
}

#header, #menu, #content, #sub-section, #footer {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

#header, #footer, #central {
    padding: 1%;
    width: 98%;
}

#central {
    padding: 0;
    width: 100%;
}

#header {
    background-color: #003366;
    color: #FFFFFF;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 10px;
}

#bandeau {
    background-color: #003366;
    color: #FFFFFF;
    float: left;
    font-size: x-large;
    font-weight: bold;
}

#menu {
    float: left;
    width: 20%;
	margin-right:0;
	width:20%;
}

#content {
    display: block;
    padding-left: 0;
    width: 79%;
	float:right;
}

#sub-section {
    float: right;
    padding-left: 1%;
    width: 30%;
}

#footer {
    border-top: 1px solid black;
    clear: both;
    margin-top: 20px;
}

#footer p {
    margin: 0 0 0 30%;
}

#texteAccueil{
	font-size: large;
	text-align:center;
	padding-right:200px;
}

.description {
    clear: both;
    float: left;
    font-family: verdana, arial, sans-serif;
    font-size: x-small;
    font-weight: bold;
}

.titreArticleLaUne {
    color: #003366;
}

div.enteteTab {
    border: 2px solid #D3D4D5;
    margin-bottom: 15px;
}

h3.enteteTab {
    background-color: #D3D4D5;
    margin-top: 0;
}

div.enteteTab ul {
    list-style-type: none;
    margin-top: -10px;
}

div.enteteTab ul li {
    font-weight: bold;
    margin-left: -35px;
}

div.rubriqueHead {
}

a {
    color: #003366;
    text-decoration: none;
}

a:link {
    color: #003366;
    text-decoration: none;
}

a:visited {
    color: #003366;
    text-decoration: none;
}

a:active {
    color: #54622D;
}

a:hover {
    color: #54622D;
    text-decoration: underline;
}

a.clasic {
    color: white;
    text-decoration: none;
}

a.clasic:link {
    color: white;
    text-decoration: none;
}

a.clasic:visited {
    color: white;
    text-decoration: none;
}

a.clasic:active {
    color: white;
    text-decoration: underline;
}

a.clasic:hover {
    color: white;
    text-decoration: underline;
}

a.bandeau {
    color: white;
    text-decoration: none;
}

a.bandeau:link {
    color: white;
    text-decoration: none;
}

a.bandeau:visited {
    color: white;
    text-decoration: none;
}

a.bandeau:active {
    color: white;
    text-decoration: none;
}

a.bandeau:hover {
    color: white;
    text-decoration: none;
}

tr{
	text-align:center;
}
li.espacer{
	margin-top:10px;
}

#inscription{
	text-align:left;
}
#inscription table tr{
	text-align:left;
}

