@charset "utf-8";
/* CSS Document */

body {
font-family: arial, serif;
}

#global{
padding-left:30px;
padding-right:30px;
}

#header h1{
font-size:20px;
text-align:center;
}

.color1{
color: #ff9000;
}

.color2{
color:#e4c600;
}

.color3{
color:#cd9268;
}

hr{
background-color:#ff9000;
height:1px;
width:100%;
border-style:none;
}

h2{
font-size:17px;
text-align:center;
}

h3{
color:#aaaaaa;
font-size:15px;
text-align:left;
}

p{
color:#000000;
font-size:13px;
text-align:left;
}

div#centerlogo
{
     margin-left: auto;
     margin-right: auto;
     width: 236px; /* largeur obligatoire pour �tre centr� */
}