/*
design.css
------
Design par defaut du Portfolio 
Créé par XiPo0n$
17/04/2007
*/

.code

{
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: dashed;
border-right-style: dashed;
border-bottom-style: dashed;
border-left-style: dashed;
border-top-color: #a3c0d5;
border-right-color: #a3c0d5;
border-bottom-color: #a3c0d5;
border-left-color: #a3c0d5;
background-color: white;
width: 90%;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}

#body 
{
font-family: "Verdana", Arial, serif;
background-color: #DDDDFF;
width: auto;
margin-top: 20px;
margin-bottom: 20px;
font-size: 15px;
}

/*HEAD*/
#head
{
border: solid black 1px;
margin: 5px;
padding: 10px;
background-color: white;
}


#head h1
{
   text-align: center;
   font-family: "Arial Black", Arial, serif;
}
#head h4
{
text-align: right;
font-family: "Verdana", serif;
margin-bottom: 5px;
}

/* MENU */
#menu
{
float: top;
margin: 5px;
padding: 10px;
border: solid black 1px;
background-color: white;
text-align: center;
}

#menu a:hover
{
text-decoration: underline;
color: #001377;
font-wheight: bold;
}

#menu a
{
text-decoration: none;
color: #001359;
font-wheight: bold;
}

/* ALL OF THE REST */

a:hover
{
text-decoration: underline;
color: #001377;
}

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

#corps
{
   margin: 5px;
   padding: 10px;
   border: 1px solid black;
background-color: white;
}

/* News */

.news
{
background-color: white;
width: auto;
border: solid black 1px;
text-align: justify;
margin: 5px;
margin-bottom: 15px;
margin-top: 10px;
}

.news h4
{
margin:0px;
background-color: transparent;
background-image: url(images/header.png);
background-repeat: repeat-x;
background-attachment: scroll;
color: white;
}

.news em
{
font-size: 10px;
margin-left: 5px;
}

.contenu_news
{
margin: 10px;
}

.special
{
color: red;
background-color: white;
font-weight: bold;
}

#footer
{
margin: 5px;
   padding: 10px;
   text-align: center;
   border: 1px solid black;
background-color: white;
}
