*
{
	margin:0;
	padding:0;
}

body
{
	width: 100%;
	text-align:center;
	margin: auto; /* Pour centrer la page */
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
	background-image: url("../images/body_peniche.jpg");
	background-repeat: repeat-x;
	background-color: #f5e1ec;
}

#container
 {
	background: url("../images/container.jpg") no-repeat center;
	text-align:left;
	margin:0 auto;
	width:960px;
	height: 800px;
}

table
{
	width:520px;
}

a
{
	font-size: 40px;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
	color: rgb(195, 142, 188);
	text-decoration: none;
}

#header_plateforme
{
	width: 960px;
	height: 560px;
	background-repeat: no-repeat;
	margin-top: 0px;
	float: right;
}

/*corps page*/

#content
{
	width: 960px;
	padding-top: 0px;
	padding-left: 0px;
}

#corps{
	width: 550px;
	height: 370px;
	text-align: justify;
	padding-top: 0px;
	padding-left: 180px;
}

#corps p{
	width: 450px;
	text-align: justify;
	color: rgb(107,20,20);
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: bold;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
}

#corps p.titre{
	width: 417px;
	height: 595px;
	background: url("../images/inscrivez_bg.gif") no-repeat bottom;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
}

#corps p.form_right {
	width: 150px;
	float: right;
}

#corps p.form_left {
	width: 250px;
	padding: 0 20px;
}

#corps p.asterisque {
	padding: 0 50px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
}

#corps p.centre {
	width: 560px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
}

#corps form{
	width: 460px;
	display: block;
}

input {
	width: 200px;
	padding:5px;
	border:1px solid #d4d4d4;
}

input[type=submit] {
	width: 109px;
	height: 28px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	font-family: "Century Gothic", candara, calibri, Arial, "Arial Black", Verdana, serif;
	background: url("../images/validate.gif") no-repeat;
	border:none;
}

.clear {
    width:100%;
    clear:both;
}

