/*
Theme Name: Vanessa Style
Theme URI: http://www.3w-si.com
Description: Theme du cv/blog de vanessa alcantara.
Version: 1.0
Author: Laffont Fabrice
Author URI: http://www.3w-si.com
Tags: portfolio, cv 

*/
/* Begin Typography & Colors */

body{
margin : 0px;
background-color : #cccccc;
font-size : 12px;
color : #000000;
font-family : verdana, times, sans, serif;
}

#general{
display : block;
width : 800px;
height : 600px;
background-color : none;
border-style : solid;
border-color : #252525;
border-width : 1px;
margin-right : auto;
margin-left : auto;
background-image : url('http://vanessa.alcantara.serveurlinux.net/images/photo.png');
background-position : -150px 0px;
background-repeat : no-repeat;
}

#main{
display : block;
width : 800px;
height : 600px;
background-color : #ffffff;
background-image : url('http://vanessa.alcantara.serveurlinux.net/images/fond.png');
background-position : 0px 0px;
background-repeat : repeat-x;
margin-right : auto;
margin-left : auto;
}

#logo{
display : block;
width : 389px;
height : 115px;
margin-left : 250px;
margin-top : 15px;
}

#left{
display : block;
width : 220px;
float : left;
margin-left : 155px;
}

#left h2{
font-size : 12px;
color : #990000;
margin : 0px;
}

#content{
display : block;
width : 360px;
margin-left : 25px;
float : left;
}

#content h2{
display : block;
color : #990000;
width : 100%;
border-style : solid;
border-color : #990000;
font-size : 12px;
border-top-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
border-bottom-width : 1px;
}

#content a{
text-decoration : none;
color : #990000;
font-weight : bold;
}

#sidebar ul{
list-style-type : none;
margin : 0px;
padding : 0px;
}

#sidebar a{
font-size : 12px;
font-weight : bold;
text-decoration : none;
color : #000000;
}

.page_item{
margin-left : 60px;
list-style-image : url('http://vanessa.alcantara.serveurlinux.net/images/puce.png');
}

#footer{
display : block;
width : 100%;
clear : both;

}

.alignleft{
float : left;
}

.narrowcolumn{
text-align : justify;
}

#content h2.sub{
font-size : 12px;
color : #252525;
margin : 0px;
border-style : dotted;
border-color : #252525;
font-size : 12px;
border-top-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
border-bottom-width : 1px;
}