/* Reset
-----------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,select,textarea {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* 
-----------------------------------------------------------------*/

body{
    background:#474656 url(images/bg.jpg) repeat-x top left;
font-family:arial;
color:#444;
font-size:13px;
}

a{
color:#AE1122;
}

.clear{
clear:both;
}

#container{
width:696px;
overflow:hidden;
background: #fff url(images/header.jpg) no-repeat top left;
margin: 0 auto;
min-height:650px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

#title{
background:transparent url(images/titre.jpg) no-repeat top left;
text-indent:-9999px;
    width:696px;
    height:108px;
}

ul#nav{
margin-top:22px;
}

ul#nav li{
display:inline;
    margin-left:15px;
}

ul#nav li a{
color:#f0f0f0;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
}

ul#nav li a:hover{
color:#fff;
border-bottom:2px #fff solid;
}

#content{
margin-top:30px;
    margin-left:25px;
    margin-right:25px;
}

.red{
color:#990100;
}


p{
margin-bottom:20px;
}

p.stand{
font-weight:bold;
font-size:16px;
text-align:center;
}

h3{
font-size:22px;
margin-top:25px;
    margin-bottom:5px;
    font-weight:bold;
}

h2{
font-size:22px;
margin-top:25px;
    margin-bottom:5px;
    text-transform:uppercase;
    color:#222;
    border-bottom:1px #eee solid;
}

ol{
list-style-type:decimal;
margin-left:18px;
margin-top:10px;
}

ol li{
margin-bottom:5px;
}

ul{
margin-left:35px;
margin-top:10px;
}

ul li{
list-style-image:url(images/tick.jpg);
}