/* ------------------------- GENERAL ------------------------ */
html, body {
 margin: 0;
 padding: 0 0 0 0;
 border: 0;
}
body {
 background:url(./fond.gif);
 background-repeat: repeat-x;
 margin: 0 0;
 padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
 text-align:center; /* Hack for IE5/Win */
 font-size: 13px;
 font-family: georgia, arial;
 color: #555555;
}
p  {
 margin: 0;
 padding: 0px;
 font-size: 13px;
 font-family: georgia, arial;
}

h1, h2, h3 {
 margin:0;
 color: #68CE3E;
 padding:0;
}

h2{
 font-style: italic;
 text-align: right;
 text-transform: uppercase;
}

h3 {
 font-size: 14px;
}

acronym{
 cursor: help ;
}
img {
 border:none;
}
hr.hide {
 display:none;
}

a {
 font-family: georgia, arial;
 font-weight:bold;
 color: #000000;
/* text-decoration: none*/
}
a:hover {
 color: #68CE3E;
}

/* ------------------------- CONTENT ------------------------ */
#Content {
	width:813px;
	height:488px;
	background:url(./cadre.gif);
	margin:93px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0;
	}

/* ------------------------- TITRE ------------------------- */
#titre {
 position: absolute;
 padding-top: 60px;
 padding-left: 10px;
}

#titre a {
 width: 130px;
 height: 40px;
 display: block;
 text-indent: -9000px;
 text-decoration: none;
}
/* -------------------------- MENU ------------------------- */
#menu_top {
 width: 473px;
 height: 28px;
 top: 100px;
 background: url(./menu.gif);
 margin: 0 150px;
 padding: 0;
 position: relative;
}
#menu_top li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#menu_top li, #menu_top a {height: 28px; display: block;  text-indent: -9000px; text-decoration: none;}
#home		{left:     0; width: 120px;}
#work		{left: 120px; width: 100px;}
#about		{left: 220px; width: 130px;}
#contact	{left: 350px; width: 123px;}

#home		a:hover {background: transparent url(./menu.gif)    0px -28px no-repeat;}
#work		a:hover {background: transparent url(./menu.gif) -120px -28px no-repeat;}
#about		a:hover {background: transparent url(./menu.gif) -220px -28px no-repeat;}
#contact	a:hover {background: transparent url(./menu.gif) -350px -28px no-repeat;}

body#home_top #home		a {background: transparent url(./menu.gif)    0px -28px no-repeat;}
body#work_top #work		a {background: transparent url(./menu.gif) -120px -28px no-repeat;}
body#about_top #about		a {background: transparent url(./menu.gif) -220px -28px no-repeat;}
body#contact_top #contact	a {background: transparent url(./menu.gif) -350px -28px no-repeat;}

/* ------------------------- CENTRE ------------------------- */
#centre {
 text-align: left;
 margin: 110px 50px;
 width: 670px;
 height: 320px;
 position: absolute;
 padding: 0;
/* background-color : red;*/
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

/* ------------------------ CONTACT ------------------------- */
#contact_cadre {
 width: 580px;
 height: 290px;
 padding 0;
 margin: -10px 40px;
 background:url(./contact.gif);
 position: absolute;
}

#form_contact_message {
 width: 280px;
 height: 210px;
 margin: 40px -20px;
 position: absolute;
 border: 1px solid #eeeeee;

}

#form_contact_name {
 width: 140px;
 height: 20px;
 margin: 260px -20px;
 position: absolute;
 border: 1px solid #eeeeee;
}

#form_contact_mail {
 width: 130px;
 height: 20px;
 margin: 260px 0px 0 130px;
 position: absolute;
 border: 1px solid #eeeeee;
}

#form_contact_post {
 width: 130px;
 height: 20px;
 margin: 260px 0 0 450px;
 position: absolute;
 border: 1px solid #eeeeee;
}

/* ------------------------- ABOUT ------------------------- */
#cv {
 margin: 20px;
}

#cv a{
 text-decoration: none;
}

#cv img {
 vertical-align: bottom;
}

#about_msg {
 align: justify;
 padding: 10px 30px 0 10px;
}

/* -------------------------- WORK ------------------------- */
#work_sites img{
 border: 1px solid #68CE3E;
 padding: 2px;
}

#work_sites a{
 text-decoration: none;
}