@charset "iso-8859-1";
/* CSS Document */

body
{
background-color:#f5f5f5;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.global
{
width: 860px;
position: relative;
margin: 0 auto;
}

.baneer
{
background-image:url(images/corps_haut.png);
width:860px;
height: 150px;
margin-top:0px;
}

.image
{
/*background-image:url(images/baneer.jpg);*/
padding:30px;
font-size:35px;
width:800px;
position:absolute;
top:30px;
z-index:1;
left: 30px;
}

.menu
{
background-image:url(images/menu_bg.png);
width:806px;
height:46px;
position:absolute;
top:120px;
left:26px;
z-index:2;
}

.content
{
background-image:url(images/corps.png);
width:810px;
padding-left:50px;
padding-top:15px;
z-index:60;
}

.int
{
width:705px;
text-align:justify;
}


a		
{
color:#7d1515;
text-decoration:none;
}

a:Hover
{
color: #7d1515;
text-decoration:underline;
}

.menu_horizontal
{
width:100%;
position:absolute;
top:131px;
left:50px;
z-index:4;
color:#888888;
font-size:14px;
word-spacing:2px;
font-weight: bold;
}

.menu_horizontal a
{
color:#888888;
text-decoration:none;
}

.menu_horizontal a:hover
{
color:#666666;
text-decoration:underline;
}

.menu_vertical
{
position:absolute;
top:274px;
left:632px;
width:145px;
z-index:1;
text-align:justify;
padding:15px;
/*background-color: #EEFFFF;*/
border-top:1px solid #777777;
border-bottom:1px solid #777777;
}

.pad
{
background-image:url(images/corps_bas.png);
width:860px;
height:69px;
font-size:11px;
color:#777777;
padding-top: 50px;
}

img
{
border:none;
}

.titre
{
text-decoration: underline;
font-weight: bold;
}

.date
{
width: 100px;
font-weight: bold;
}

.texte
{
width: 600px;
float: right;
}

h1
{
font-size: 16px;
}

.input
{
border: 1px solid black;
}