/* CSS Document */

/* LE GENERAL */

body {
background-color:#414141;
color:#000000;
}
a:link {
color:#cc0000;
font-weight: bold;
text-decoration:none;
}
a:visited {
color:#cc0000;
font-weight: bold;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration: none;
}
a:active {
color:#ff0000;
}

div.masthead {
position:absolute;
width:800px;
left:50%;
margin-left:-400px;
background-color:#E5E5E5;
border: 2px solid #000000;
}
div.head {
overflow:hidden;
background-color:#E5E5E5;
}

/* LA BANNIERE */

div.ban {
width:800px;
height:150px;
background-image:url(i/blanc.gif);
background-repeat:no-repeat;
background-position:top center;
}

div.barre {
width:800px;
height:65px;
background-image:url(i/menu_clair.png);
background-repeat:no-repeat;
background-position:top center;
}

/* LE MENU */

div.menu {
width:127px;
float:left;
}
.element_menu a {
color:#cc0000;
margin-left:6px;
font-weight: bold;
font-size:13px;
text-decoration: none;
display:block ;
text-align:left;
width:70px ;
height:20px;
border-style:none ;
border-width:5px ;
}
.element_menu a:hover {
color:#000000;
font-weight: bold;
text-decoration: none;
}
.element_menu a:active {
color:#ff0000;
font-weight: bold;
border-style:none ;
text-decoration: none;
}
.element_menu2 a {
color:#0000cc;
margin-left:6px;
font-size:13px;
font-weight: bold;
text-decoration: blink;
display:block ;
text-align:left;
width:110px ;
height:20px;
border-style:none ;
border-width:5px ;
}

.element_menu2 a:hover {
color:#000000;
font-weight: bold;
text-decoration: none;
}
.element_menu2 a:active {
color:#ff0000;
font-weight: bold;
border-style:none ;
text-decoration: none;
}

/* LE CONTENU */

div.int {
margin-top:10px;
padding-left:4px;
width:666px;
text-align:left;
overflow:hidden;
background-color:#E5E5E5;
}
p.contenu {
font-size:16px;
margin:5px;
text-align:left;
}

/* LE COPYRIGHT */

div.copy {
width:800px;
height:100px;
background-image:url(i/bas_clair.gif);
background-repeat:no-repeat;
background-position:top center;
font-size:11px;
text-align:center;
overflow:hidden;
margin-top:15px;
}

/* LES MESSAGES */

div.erreur {
border: 2px solid #FF0000;
background-color:#ffccff;
color:#000000;
text-align:center;
padding:5px;
}

div.message {
border: 2px solid #008000;
background-color:#ccff99;
color:#000000;
text-align:center;
padding:5px;
}
