
body 	{
	background-color:#636262;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	margin:0px 0px 0px 0px;
	}


.wrapper 
	{
        width: 900px;
        margin-left: auto;
        margin-right: auto;

	}

.wrapper1
	{
	border-width: 0px 3px 3px 3px;
        padding: 0px 0px 0px 0px;
	border-style: solid; 
	border-color: #B2B2B2;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
	}

.header 
	{
	background-color:#000000;
	height:40px;
        width: 100%;
        margin: 0px 0px 0px 0px;
	}


.menu 
	{
	background-color:#000000;
	height:24px;
	margin:0px 0px 0px 0px;
	padding:3px 0px 3px 0px;
	cursor: pointer;
	width: 100%;
	}

	.menu a 
		{
		text-decoration:none;
		cursor:pointer;
		}

	.menuItem
		{
		height:21px;
		padding:3px 10px 0px 20px;
		font-size:12px;
		letter-spacing:0px;
		color: white;
		background-color:#000000;
		border-bottom:solid 1px #DE8F00;
		cursor:pointer;
		}

	.menuItem:hover, .menuItemSel 
		{
		color:#DEB807;
		cursor:pointer;
		height:21px;
		padding:3px 10px 0px 20px;
		font-size:12px;
		letter-spacing:0px;
		background-color:#000000;
		border-bottom:solid 1px #DE8F00;
		}

#menuAccueil 
	{
	padding-left:60px;
	}



.content 
	{
	background-color:#000000;
        width: 100%;
	}

.content1 
	{
	background-image:url(../images/signature.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	
	padding:30px 90px 90px 90px;
	}

.content1 img 
	{
	border:solid 4px #636262;

	}
h1.content 
	{
	margin:0px;
	padding:30px 0px 0px 0px;
	font-size:15px;
	}

h2.content 
	{
	padding:0px 0px 0px 0px;
	font-size:14px;
	}

.content p
	{
	margin:0px 0px 15px 0px;
	font-size:13px;
	color:#ffffff;
	}

.content a, a:visited, a:link
	{
	text-decoration:none;
	margin:0px 0px 15px 0px;
	font-size:13px;
	color:#ffffff;
	}

.content a:hover 
	{
	color:#DEB807;
	}


.footer 
	{
	background-color:#636262;
	color:#000000;
	font-size:13px;
	text-align:right;
	}

a.footer 
	{
	text-decoration:none;
	color:#000000;
	font-size:13px;
	}

a.footer:hover 
	{
	text-decoration:none;
	color:#DEB807;
	}

/* Corrige un bug dans IE qui créer un espace après une image*/


.catalogue {
color:white;
margin:0 0 0 0;
overflow:hidden;
width:70%;
padding:20px;
}

.catalogue img {
border:5px solid #636262;
}

.catalogue a {
margin:0 20px 20px 0;
float:left;
height:158px;
width:158px;
}


