* {
	margin:0;
	border:0;
	padding:0;
}
html {
	background-color: #afecfe;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body {
	font:12px 'Helvetica Neue', Arial, Verdana, serif;
	color: #333333;
}
#main {
	margin: 0 auto;
	width: 1000px;
}
a {
	outline: none;
}
#head {
	height:82px;
	background-color: #afecfe;
	width:1000px;
	text-align:center;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
#menu {
	width:150px;
	font-size:14px;
	float:left;
	padding-left:10px;
	padding-top:50px;
}
#menu a {
	text-decoration:none;
	color: #333;
}
#footer {
	padding-bottom:5px;
	text-align:center;
	color:#CCCCCC;
	position:fixed;
	bottom:0;
	left:0;
	z-index:90;
	width:100%;
}
#footer a {
	text-decoration:none;
	color: #CCCCCC;
}
#container {
	float:left;
	width:800px;
	margin-bottom:50px;
	background:url(../images/bg-white.png);
	z-index:110;
}
#container2 {
	float:left;
	width:800px;
	margin-bottom:50px;
	z-index:110;
}
#smallercontainer {
	float:left;
	width:700px;
	margin-bottom:50px;
	background:url(../images/bg-white.png);
	z-index:110;
}
.right {
	float:left;
	width:27%;
	padding:20px;
	color: #333;
}
.left {
	float:left;
	width:55%;
	padding: 20px;
	
}
.grand {
	font-size:20px;
}
#form {
	width:400px;
	float:left;
	color: #333333;
}
input, textarea {
	padding:2px;
	margin:2px;
	border:1px solid #333;
	color:#333333;
	font:1em/1.5em 'Helvetica Neue', Arial, Verdana, serif;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	color:#333333;
}
input#submit {
	cursor:pointer;
	padding:2px 5px;
	margin:5px 0;
	color: #333333;
}
input#submit:hover {
	background:#fff;
	color:#333333;
}
fieldset {
	width:400px;
	padding:10px;
	color:#333333;
}
.texte {
	width:200px;
}
address {
	margin:0 0 20px;
	color:#333333;
}
.ax {
	color: #333333;
}
.style {
	display:inline;
	float:left;
	width:80px;
	margin:2px;
	color:#333;
}
#commentaire {
	padding-top:5px;
	height:50px;
	margin-bottom:10px;
	width:200px;
}

.guillemet {
	display:block;
	background:url(../images/guillemet.jpg) no-repeat;
	height:0;
	float:left;
	padding-top:47px;
	width:70px;
	overflow:hidden;
}
p {
	line-height:18px;
}
td {
	border: 1px solid #333333;
	padding:2px;
	font-size:11px;
}
.noline td {
	border:0;
}
li {
	margin-left:15px;
}
a {
	color:#333333;
}
a:hover {
	color: #CC3300;
}
#menu2{float:left;background:url(../images/menu.jpg) no-repeat; width:137px; height:440px;margin-right:10px;}


#menu2 a {
	
display:block; width:137px; height:0; margin: 13px 0; padding-top:35px; overflow:hidden;}



