/* CSS Document */

body {
margin: auto;
width: 950px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.page {
background-color:#FFFFFF;
width: 950px;
color:#666666;
}

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

a:hover {
text-decoration:underline;
}

a img {
border: none;
}

/*________________________________
*/

h1 {
padding: 0px;
margin: 0px;
color:#FF6600;
font-size: 21px;
font-weight: normal:
}

h1 strong {
font-size: 36px;
}

h1 em {
font-style: normal;
font-size: 36px;
font-weight: normal;
}


/*________________________________
*/




.box_left {
width: 560px;
float:left;
padding: 50px;
}

.box_right {
width: 240px;
float: right;
padding:20px;
border-left: 1px solid #666666;
}

.contenu {
background-image:url(image/header_reflet.jpg);
min-height: 283px;
}


/*________________________________
*/

p {
padding:0px;
margin: 0px;
}


.orange {
color:#FF6600;
font-weight: bold;
border-bottom: 1px solid #FF6600;
}

.box_right em {
border-bottom: 1px solid #666666;
font-style: normal;
}

.box_left .letrine {
font-size: 24px;
font-weight: bold;
}

.box_left strong {
font-weight:bold;
font-style: normal;
}

.box_left em {
font-style: normal;
border-bottom:1px solid #666666;
}

.text_italic{
    font-style : italic;
    font-size : 10px;
}
