* {margin: 0; padding: 0;}


/* basic elements */
html,body {
	height: 100%;
}
body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#25253c;
}

a:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
	color:#25253c;
}
img {
	border:0;
}
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height:100%;
	background:#FFFFFF;
}

#logo h1 span {
	display:none;
}

#logo h1 {
	background:#FFFFFF url('/img/logoa2m.png') no-repeat;
	height:133px;
	width:465px;
}

#logo {
	float:left;
}

#header {
	height:133px;
	width:900px;
	margin-bottom:20px;
}

#header #connexion {
	padding-top:10px;
	text-align:right;
}

#separator {
	clear:both;
	width:850px;
	height:6px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF url('/img/separator.png') repeat-x;
	margin-bottom:10px;
	margin-top:5px;
}

#content {
	background:#FFFFFF;
	float:left;
	width:900px;
}

#content #consigne span {
	display:none;
}

#content #consigne {
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:url('/img/consigne.png') no-repeat;
	width:585px;
	height:38px;
}

#footer {
	background:#F8F7FD;
	/*border-top:1px solid #DEDDEF;*/
	float:left;
	width:900px;
	height:auto;
	text-align:center;
	margin-top:20px;
}

#copyright {
	float:left;
	width:900px;
	text-align:center;
	padding-bottom:10px;
	color:silver;
}

#boxes {
	padding-top:20px;
	margin-left:12px;
}
.box img {
	width:250px;
	height:175px;
}
.box {
	width:270px;
	height:240px;
	background:url('/img/box_white.png') no-repeat;
	float:left;
	margin:3px;
	padding:10px;
}
.box span {
	display:block;
	width:250px;
	height:10px;
	clear:both;
	padding-top:12px;
	text-align:center;
}
.box img.img_check {
	position:absolute;
	width:40px;
	height:38px;
	margin-left:210px;
}
#enregistrer {
	width:900px;
	text-align:center;
	clear:both;
}

.spacer {
	clear:both;
}

#formulaire {
	background:pink;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:10px;
	text-align:left;
	width:700px;
}
#formulaire label {
	text-align:right;
	width:150px;
	padding-right:5px;
	display:block;
	float:left;
}
#formulaire input["type=text"], #formulaire select {
	width:150px;
	border:1px solid #dff11a;
}

#phrase1 {
	background:transparent url(/img/bulb.png) no-repeat scroll 110px 50%;
	clear:both;
	display:block;
	font-size:14px;
	height:40px;
	line-height:38px;
	margin-bottom:10px;
	text-align:center;
	width:900px;
}

#etapes {
	list-style-type:none;
	margin-left:210px;
	margin-top:20px;
}
#etapes li {
	margin-bottom:5px;
	font-size:14px;
}
#menu {
	margin:0 auto 50px;
	padding-left:50px;
}
#menu li {
	display:inline;
}
#menu li a {
	background-color:#DFF11A;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	margin:5px;
	text-align:center;
	width:150px;
}
