html, body 
{
background: #fff;
font-family: Verdana, Arial ,sans-serif;         /*sauf si mentionné */
margin-top: 0;
}

body 
{
text-align: center; /* IE corrige le bug de l'alignement des <div> pour la page du blog*/
margin-top: 0;
}


#container 
{
width: 920px;
padding: 0;
margin: auto; 
height: 100%;
min-height: 100%;
}


#menu
{
position: relative;
float: left;
height: 20px;
width: 700px;
padding-left: 35px;
text-align: left;
}



#ombrecontenu
{
position: relative;
background: #fff;
width: 920px;
padding: 0;
margin: auto;
}

#splashdrip       /*splashpage seulement */
{
width: 740px;
height: 255px;
margin: 0;
padding-bottom: 0;
padding-left: 15px;
font:1px/5px "Georgia",serif;    /*Hack pour IE.  Bizarre mais ça marche. Merci CSS Beauty */
text-align: left;
}




#main
{
position: relative;
float: left;
width: 920px;
padding-left: 0px;
margin-top: 15px;
margin-bottom: 20px;
text-align: left;
}

#gauche 
{
position: relative;
float: left;
width: 170px;
text-align: right;
padding-left: 0;
margin-top: 0;
margin-right: 20px;
}

#content 
{
position: relative;
float: left;
width: 485px;
padding-bottom: 10px;
margin-left: 12px;
margin-top: 0x;
}

.artsvisuels
{
position: relative;
float: left;
widht: 450px;
padding: 0;
margin:0;
}

#droit
{
position: relative;
float: left;
width: 190px;
padding-left: 10px;
border-left: dotted 2px #E0D6C7;
}

#footer 
{
position: relative;
clear: both;
background: #fff;    
width: 890px;
height: 40px;
margin-left: 15px !important;      /*hack pour IE*/
margin-left: 0;
border-top: 1px dashed #bb9;
}





/* couleurs des textes*/
#droit p
{
color: #777;
font-size: 10px;
font-weight: 500;
}


/* liens*/
#gauche a
{
color: #c80;
font-size: 10px;
font-weight: 600;
text-decoration: none;
}

#gauche a:hover
{
color: #68c;
font-size: 10px;
font-weight:  600;
text-decoration: none;
}


h3
{

color: #5E4612;
font-size: 10px;
font-weight: bold;
text-align: right;
padding: 5px 0px 5px 5px;
margin: 0;
}

h4
{

font-size: 10px; 
font-weight: 600;
color: #5E4612;      
letter-spacing: 0px; 
padding: 5px 0px 5px 5px;
margin:  0;
border-bottom: solid 1px #d4cfb4;
}


#menu a
{
font-size: 10px;
font-weight: bold;
color: #ccc;
text-decoration: none;
padding-right: 20px;
}

#menu  #active
{
font-size: 10px;
font-weight: bold;
color: #333;
text-decoration: none;
padding-right: 20px;
}

#menu a:hover
{
font-size: 10px;
font-weight: bold; 
color: #333;
text-decoration: none;
padding-right: 20px;
}

.fermer
{
height: 40px;
text-align: left;
}



#gauche p
{
font-size: 11px;
font-weight: 500;
text-align: right;
line-height: 1.5;
margin-left: 15px;
margin-right: 25px;
margin-top: 0x;
padding-bottom:10px;
}

#gauche ul

{
list-style: none;
margin: 0;
margin-bottom: 8px;
padding: 0;
}

#gauche li
{
list-style: none;
text-indent: 10px;
font-size: 10px;
padding-bottom: 3px;
height:12px;
letter-spacing: normal !important; 
letter-spacing: -0.2mm;       /*ajustement pour IE*/
line-height: normal !important;
line-height: 9px;    /*ajustement pour IE */
}



#footer p
{
font-size: 10px;
font-weight: 500;
text-align: left;
color: #bb9;
margin-top: 15px;
text-align: center;
}

#footer a
{
font-size: 10px;
font-weight: 500;
text-align: center;
color: #58c;
}

#footer a:hover
{
font-size: 10px;
font-weight: 500;
text-align: center;
color: #39f;
text-decoration: underline;
}



/*COLONNE DE DROITE */
#droit p
{
font-size: 11px;
font-weight: 500;
text-align: left;
padding: 5px 5px 5px 5px;
line-height: 1.5;
margin: 0;
padding-bottom: 10px;
}

.portfolioinfobloc
{
width: 160px;
border: solid 1px  #d4cfb4;
padding: 3px;
}

#portfoliotexteinfo
{
color: #864;
font-size: 9px;
font-weight: 500;
padding: 0;
margin: 0;
line-height: normal !important;
line-height: 14px;
}





