body
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin : 0;
	padding : 0;
	color : Black;
	background-color : #CCCCCC;
	text-align : center;
}

div#wrapper
{
	position:relative;
	width : 610px;
	margin-left : auto;
	margin-right : auto;
}


/* display  headers */
div#header_what
{
	width : 610px;
	height : 100px;
	background-image:url(../images/header_what.jpg);
	background-repeat : no-repeat;
}
div#nav_what{
width:610px;
height:50px;
background-image:url(../images/nav_what_we.jpg);
}

/*layout for the navigation*/

/*background image navigation*/
div#nav_about
{
width:610px;
height:50px;
background-image:url(../images/nav_about.jpg);
}

div#nav_contact
{
width:610px;
height:50px;
background-image:url(../images/nav_contact.jpg);
}

div#nav_in a
{
	color:#000000;
	text-decoration:none;
}

div#nav_in a:hover
{
	text-decoration:underline;
	color:#FFFFFF;
}

div#main
{
	width : 610px;
	background-image:url(../images/main.jpg);
	background-repeat : repeat-y;
}

div#main_in
{
	width : 95%;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}
div#main_in a{
color:#6EAACF;
text-decoration:none;
}
div#main_in a:hover{
color:#6EAACF;
text-decoration:underline;
}

/*set  link color in the resume page*/
.decor_cv a:link, .decor_cv a:visited,.decor_cv a:active {
text-decoration:underline;
color:#333333;
}

/*footer*/
div#footer
{
	width:610px;
	height:10px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

div#footer a
{	
	color:#999999;
	text-decoration:none;
	line-height:26px;
	font-size:10px;
}

div#footer a:hover
{	
	color:#999999;
	text-decoration:underline;
}


/* redifine html tag*/
p,ul
{
 margin: 0.6em 0;
 line-height: 1.5em;
}
/*set the subtitle in the index page*/
p.sous_titre{
	color: #206575;
	font-weight: bold;
}
h1
{
	 font-size:14px;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-top:0px;
	 margin-bottom:0px;
	 color:#000000;
}
.text_grey
{
	color:#CCCCCC;
}
/*display error message on form validation*/
#errmsg
{
	color:red;
	font-size:10px;
}
#errname
{
	color:red;
	font-size:10px;

}
#erremail
{
	color:red;
	font-size:10px;
	
}
.combo
{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
}
.button
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF; 
	color:#400000; 

}
select
{
	width:155px;
}

textarea,input

{
	width:150px;
	font: normal 11px verdana;
}
input.button
{
	width : 75px;
}
.text_right
{
	text-align:right;
}
.table_contact
{
	border: 1px solid #0167CC;
	padding-right:5px;
}
/* this is the column for the porfolio page*/
.col_left_container
{
	float:left;
	width:240px;
	
}



/*set the margin for the img tag*/
img
{
	margin: 0 0 0 0;
}

/*get a color for the small title in cv page*/
.white{
color:#FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}


h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin:0;
background-color:#E1E1E1;
width:98%;
}

/*format the list */
li{
list-style-type:disc;
}
ul{
margin:7px 0 0px 0;
}

div#lounge{
position:absolute;
width:240px;
height:159px;
top:210px;
left:350px;
border:1px solid #0167CC;
text-align:center;
}
.img_lounge{
padding-top:3px;
padding-bottom:3px;
}

.col_left{
float:left;
width:270px;
height:auto;
}

.col_left_in{
float:left;
width:200px;
height:299px;
border:1px solid #0167CC;
margin-top:20px;
margin-left:20px;
}
.col_left_in_contact{
float:left;
width:211px;
height:161px;
border:1px solid #0167CC;
margin-top:50px;
margin-left:20px;
}

.img_about{
padding-left:3px;
padding-top:3px;
}
#navigation {
	float:right;
	font-family: Verdana;
	width:250px;
	font-weight:bold;
	color:#000000;
	padding-top:15px;
	
}
#navigation ul {
	list-style: none;
	margin:0;
	padding:0;
}
#navigation li {
	display: inline;
	color:#000000;
	padding-right:20px;

}
#navigation a:link, #navigation a:visited { 
	color:#000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
div#signature{
width:610px;
height:12px;
font-size:10px;
color:#999999;
text-align:right;
}
div#signature a{
text-decoration:none;
color:#999999;
}
div#signature a:hover{
text-decoration:underline;
color:#FFFFFF;
}