body{
	background-color: black;
	margin: 0px;
	padding: 0px;
}

h1{
	margin: 0px;
	padding: 0px;
}

h2{
	margin: 0px;
	padding: 0px;
	height: 80px;
	text-align: center;
}

h3{
	margin: 30px 0px 15px 0px;
	padding: 0px 25px;
	font-style: italic;
}

h4{
	margin: 30px 0px 0px 0px;
	padding: 0px 25px;
}

p{
	margin: 0px 0px 10px 0px;
	padding: 0px 50px;
	text-align: justify;
}

ol, ul{
	margin: 0px;
	padding: 5px 50px;
	text-align: justify;
}

li{
	margin-bottom: 2px;
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form{
	padding: 0px 0px 0px 210px;
	width: 450px;
}

fieldset{
	border: none;
}

label{
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin: 2px 5px;
}

input, textarea{
	margin: 2px 5px;
	width: 250px;
}

form .button{
	width: 80px;
}

#generalcontent{
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	background-color: #0C2A44;
	font-family: "Times New Roman", Times, serif;
	color: black;
}

#footer{
	clear: both;
}

#menu{
	list-style-type: none;
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu li{
	margin: 30px 0px;
	text-align: right;
}

#menu li a{
	display: block;
	width: 180px;
	height: 25px;
}

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

#submenu{
	list-style-type: none;
	width: 140px;
	margin: 0px;
	padding: 20px 0px;
	float: right;
}

#submenu li{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#submenu li a{
	color: #0C2A44;
	font-size: 1.4em;
	font-weight: bold;
}

#submenu li a:hover{
	text-decoration: none;
	color: #325573;
}

#submenu2{
	list-style-type: none;
	margin: 0px 0px 0px -50px;
}

#submenu2 li{
	display: inline;
	margin: 2px;
}

#content1{
	padding: 0px 0px 50px 180px;
	background: url("../images/accueil.jpg") repeat-y top right;
	color: black;
}

#content2{
	padding: 0px 0px 50px 180px;
	background: url("../images/page2.jpg") repeat-y top right;
	color: white;
}

#content3{
	padding: 0px 0px 50px 180px;
	background: url("../images/detail.jpg") repeat-y top right;
}

#content1 p, #content1 ul{
	padding: 0px 150px;
}

#content2 p{
	padding-right: 190px;
}

#content3 h3, #content3 h4{
	padding-left: 195px;
}

#content3 p, #content3 ol, #content3 ul{
	padding-left: 220px;
}

#title-creations2{
	height: 150px;
	margin-right: 140px;
}

#title-girardot2, #title-cercles2, #title-creations3{
	padding-left: 170px;
}

.photos{
	float: left;
	width: 170px;
	text-align: center;
	color: white;
}

#content3 .photos ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

#content3 .photos ul li{
	padding: 5px;
}

#content3 .photos a{
	color: white;
}

#content3 .photos a:hover{
	text-decoration: none;
	font-style: italic;
}

#content3 .photos img{
	display: block;
	margin: 10px auto;
	border: 1px solid #C8A79E;
}

.hidden{
	display: none;
}

.texthidden{
	visibility: hidden;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.underline{
	text-decoration: underline;
}

.light{
	font-weight: normal;
}

