@charset "UTF-8";

body,div,form,fieldset,ul,ol,table {
	margin: 0;
	padding: 0;
	color: #335d61;
}

textarea {
	overflow: auto;
}

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

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

.erreur {
	color: red;
}

body {
	background-color: #f2cb65;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#degradeHaut {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url(images/degradeHaut.png) repeat-x;
}

#degradeBas {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url(images/degradeBas.png) repeat-x;
}

#conteneur {
	width: 50em;
	height: 26.5em;
	position: absolute;
	top: 50%;
	margin-top: -12.5em;
	left: 50%;
	margin-left: -25em;
	padding: 6px;
	background: url(images/fondconteneur.png);
}

#logo {
	background: url(images/logo.png) top center no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 2em;
	margin-top: -2em;
	line-height: 2em;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo.img {
	width: 100%;
	height: 100%;
	background: gray;
}

#contenu {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff6db;
	overflow-y: auto;
	overflow-x: hidden;
}

#contenu input,textarea,select {
	border: 1px solid #feb067;
	background: #fdf8bd;
}

#vague {
	width: 100%;
	height: 59px;
	background: url(images/vague.png) no-repeat;
	position: absolute;
	top: -26px;
}

#imgvague {
	position: absolute;
	left: 6px;
	top: 6px;
}

#contenu h1 {
	margin-top: 20px;
	margin-left: 33px;
	display: block;
	color: #ff9126;
	font-size: 1.2em;
}

#contenu .first {
	margin-top: 40px;
}

#contenu .para {
	position: relative;
	margin: 30px;
	margin-top: 5px;
	padding: 30px;
	display: block;
	background: #fff url(images/fondpara.png) repeat-x;
	text-indent: 20px;
	text-align: justify;
	font-family: serif;
	font-size: 0.9em;
}

#contenu .top {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/coinpara_top.png) repeat-x;
}

#contenu .top div {
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/coinpara_tr.png) right no-repeat;
}

#contenu .top div div {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/coinpara_tl.png);
}

#contenu .bottom {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/coinpara_bottom.png) repeat-x;
}

#contenu .right {
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(images/coinpara_right.png) repeat-y;
}

#contenu .left {
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/coinpara_left.png) repeat-y;
}

#contenu .bottom div {
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/coinpara_br.png) right no-repeat;
}

#contenu .bottom div div {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/coinpara_bl.png);
}

#contenu .ajout {
	width: 10em;
	font-weight: bold;
	margin-top: 10px;
}

#menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: -1.5em;
	width: 39em;
	margin-top: 8px;
}

#menu ul {
	width: 100%;
}

#menu li {
	display: block;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 19.9%;
	height: 2em;
}

#menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: black;
	font-size: 0.7em;
	font-family: Verdana;
}

#menu a:hover {
	background: url(images/menuhover.png) no-repeat;
	background-position: bottom center;
	color: #00626d;
	font-weight: 600;
	letter-spacing: -0.5pt;
}

.coinContenu {
	position: absolute;
	width: 100px;
	height: 100px;
	background: red;
}

#coinBD {
	bottom: 0px;
	right: 0px;
	background: url(images/coinBD.png) no-repeat;
}

#coinBG {
	bottom: 0px;
	left: 0px;
	background: url(images/coinBG.png) no-repeat;
}

#coinHG {
	top: 0px;
	left: 0px;
	background: url(images/coinHG.png) no-repeat;
}

#coinHD {
	top: 0px;
	right: 0px;
	background: url(images/coinHD.png) no-repeat;
}

#piedDePage {
	height: 3em;
	width: 100%;
	margin-bottom: -6px;
	position: absolute;
	bottom: -3em;
	left: 0px;
	font-size: 0.6em;
	text-align: center;
	color: #777;
}

#callback {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 176px;
	height: 145px;
	background: url(images/fondcallback.png) no-repeat;
	background-position: left bottom;
}

#callback ul {
	list-style-type: none;
	width: 100%;
	padding-top: 2px;
	margin-right: 5px;
}

#callback li {
	float: right;
	width: 19%;
	text-align: center;
}

#callback img {
	border: none;
}

#callback #bouton {
	position: absolute;
	right: 0px;
	top: 27px;
}

#callback map:hover {
	background: red;
}