*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}


body
{
	margin-top: 20px;
	background: url(images/img01.jpg) repeat-x left top;
	color: #777;
	/*couleur texte signature*/
	padding: 0px;
	
	position: relative;
}

h1
{
	letter-spacing: -1px;
	font-size: 36px;
	margin-top: 0;
	margin-right: 50px;
	float: right;
	/*Couleur titre realisations*/
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}



p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #212121;
	/*couleur cadre photo*/
	border-color: #aaa #ccc #ddd #bbb;
	/*Bords: Supérieur, droit, inférieur, gauche*/
	border-style: solid;
	border-width: 1px;
        border-radius: 4px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #303030;
	/*Pourtour image-----------------------*/
	border-color: #000000 #000000 #000000 #000000;
	/*Pourtour: Supérieur, droit, inférieur, gauche*/
	border-style: solid;
	border-width: 1px;
        border-radius: 20px;
	color: inherit;
	display: inline;
	float: left;
	margin: 36px;
	padding: 30px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 241px;
}

/* Header */

#header {
	width: 1024px;
	height: 52px;
	background: url(images/img02.png) no-repeat center top;/*ICI:*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Menu */

#menu {
	
	
	margin-left: 290;
	width: 1024px;
	height: 54px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: disc;
	line-height: normal;
}

#menu li {
	display: block;
	float: center;
}

#menu a {
	display: block;
	float: left;
	margin-left: 18px;
	padding: 10px 0px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	/*Couleur texte menu*/
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Footer */
#footer-wrap {
	width: 1024px;
	height: 64px;
	background: url(images/img04.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}