/* ----- BASIC ELEMENTS ----- */

body {
background-color: #fff;
color: #000000;
font-size: 11px;
font-family: 'Tahoma';
background: url(assets/background.gif);
}

.clear {
clear: both;
}

img {
border: 0px;
}

p {
margin: 10px 30px 10px 30px;
}

.blue_span {
color:#0039ad;
font-weight:bold;
}

.red {
color:#C90000;
}

.date {
color:#016001;
text-decoration:overline;
padding: 10px 0 20px 0;
}

.light_red {
color:#FF5357;
}

#content_footer p {
margin: 40px 30px 10px 30px;
font-size:10px;
text-align:left;
}

#menu_left p {
margin: 25px 0px 0px 25px;
font-size:9px;
color:#fff;
font-weight:bold;
text-transform: uppercase;
}

#top p {
margin: 95px 0px 0px 154px;
font-size:9px;
}

.content_box p {
margin: 10px 5px 10px 5px;
font-size:10px;
text-align:left;
}

.content_box_large p {
margin: 10px 30px 10px 15px !important;
margin: 10px 30px 10px 5px;
font-size:11px;
text-align:justify;
}

.content_box_small p {
margin: 10px 30px 10px 0px;
font-size:11px;
text-align:left;
}

h1 {
margin: 20px 30px 7px 30px;
font-weight:bold;
font-size:13px;
color:#fff;
text-align:center;
}

h2 {
margin: 0px 30px 10px 30px;
font-size:28px;
font-weight:bold;
color:#FFFFFF;
text-transform:uppercase;
text-align:center;
}

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

a:hover {
text-decoration: underline;
}


/*----- MENU ----- */

#navLeft, #navRight {
margin: 0;
padding: 0;
width: 152px;
list-style: none;
overflow: hidden;
}

#navLeft li, #navRight li {
width: 152px;
overflow: hidden;
text-transform: uppercase;
font-size:9px;
font-weight:bold;
}

#navLeft a, #navRight a {
color:#fff;
}
#navLeft a:hover, #navRight a:hover {
color:#cc0000;
}


.li_nav_header   {
display: block;
width: 152px;
height: 27px;
background: url(assets/menu_h.gif) no-repeat;
}

.li_nav_body a  {
display: block;
width: 152px;
height: 26px;
background: url(assets/menu_c.gif) no-repeat;
text-align: center ;
line-height:26px;
}

.li_nav_body a:hover
{
background-position:  0 -26px;
color:#CC0000;
}

.li_nav_footer   {
display: block;
width: 152px;
height: 28px;
background: url(assets/menu_b.gif) no-repeat;
}

.li_active a:active  {
background: url(assets/nav_body.gif) no-repeat;
background-position:  0 -40px;
color:#fff;
}

/*----- LAYOUT ----- */

#container {
width: 740px;
margin: 0 auto;
}

#top {
height: 10px;
padding:10px;
}

#menu_left {
width: 152px;
float: left;
}

#head {
width: 566px;
height: 134px;
float: right;
background: url(assets/header.gif) no-repeat top;
}

#content {
background: url(assets/body.gif) repeat-y;
width: 566px;
text-align: justify;
float: right;
}
.content_box_large {
width: 390px;
margin:10px 0 30px 14px;
float: left;
}
.content_box_large_real {
width: 550px;
margin:10px 0 30px 14px;
float: left;
}
.content_box_small {
width: 140px;
margin:10px 0 30px 14px;
float: right;
}

#content_footer {
background: url(assets/footer.gif) no-repeat;
height: 70px;
width: 566px;
float: right;
text-align: center;
margin-bottom:30px;
}

/*----- IMAGES ----- */

a img{
border: none;
}

img.left,img.center,img.right {
padding: 4px;
border: 1px solid #a0a0a0;
}

img.left {
float: left;
margin: 0px 12px 5px 0px;
}

img.right {
float: right;
margin: 0px 30px 5px 0px;
}

/*----- FORM ----- */

input   {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:110px;
color: #000000;
margin:5px 10px 5px 5px;
}

textarea   {
border-top: 1pt solid #cccccc;
border-bottom: 1pt solid #cccccc;
border-right: 1pt solid #cccccc;
border-left: 1pt solid #cccccc;
font: normal 10px tahoma;
width:300px;
color: #000000;
margin:5px 10px 5px 5px;
overflow:auto;
}


input.login {
margin-top:10px !important;
margin-top:-5px;
}
input.Envoyer {
	background-color:#C90000;
	color:#FFFFFF;
	
}
