html,body
{
	width: 100%;
	margin : 0;
	padding : 0;
	background-color : #000000;
	color : #FFFFFF;
	font-family: Arial, sans;
	font-size: .9em;
	background-image: url('/images/design/background.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position: center center;
}

img
{
	border: none;
	outline: none;
}

h1
{
	font-weight: 100;
}

a, a:visited, a:hover, a:active
{
	outline : none;
	text-decoration: none;
	color: #000000;
	border: none;
}

a:hover
{
	border-bottom: 1px dotted;
}

.right
{
	float: right;
	margin-left: 10px;
}

.zoom
{
	position: relative;
	top: 2px;
}

hr
{
	clear: both;
}

#stripe
{
	color : #000000;
	width: 740px;
	height: 159px;
	overflow: hidden;
	margin-top: 4px;
	margin-left: 0px;
	margin-right : 30px;
	margin-bottom : 0px;
	padding: 0;
	text-align: right;
}

#stripe h1
{
	overflow: hidden;
	height: 144px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	background-color: #e2e2e2;
	text-align: right;
}

#shadow
{
	position: relative;
	bottom : 5px;
	margin: 0;
	padding : 0;
}

.visible
{
	visibility: visible;
}

.hidden
{
	visibility: hidden;
}


#home
{
	width: 950px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000000;
}

#center
{
	width: 950px;
	height: 563px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFFFFF;

}

#content
{
	width: 740px;
	height: 400px;
	background-color: #e2e2e2;
	color : #000000;
	overflow: hidden;
	margin-left: 0px;
	margin-right : 40px;
	margin-bottom : 0px;
	padding: 0;
}

#slideshow
{
	width: 740px;
	height: 548px;
	background-color: #e2e2e2;
	color : #000000;
	overflow: hidden;
	margin-left: 0px;
	margin-right : 40px;
	margin-bottom : 0px;
	padding: 0;
}

#footer
{
	clear: both;
	width: 950px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contenu
{
	width: 480px;
	margin-top : 80px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0;
}

#contenu h2
{
	font-size: 2.0em;
	color: #922224;
	font-weight: lighter;
}

#taille h3
{
	font-size: 1.0em;
	color: #922224;
	font-weight: lighter;
	margin : 0;
	padding : 0;
}

#taille
{
	font-size: .9em;
	margin-top : 50px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding : 0;
}

#taille p
{
	margin-top : 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding : 0;
}

#taille ul
{
	float: left;
	list-style: none;
	margin-top : 0px;
	margin-right: 50px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding : 0;
}

#mesure
{
	background-image: url('/images/design/surmesure.png');
	width: 740px;
	height: 400px;
	margin : 0;
	padding : 60px 0px 0px 40px;
	color : #FFFFFF;
} 


