@charset "utf-8";
/* CSS Document */
*{
	/*color:#000033;*/
	font-size:11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin:0px;
	padding: 0px;
}

img{
	border: 0px;
}

a{
	color: #000;
	text-decoration: none;
}

p{
	line-height: 15px;
}

p.erreur{
	color: #f00;
	font-weight: bold;
}

p.txt{
	font-size: 9px;
	line-height: 15px;
}

#tout {
	position: relative;
	height: 900px;
	background-image:url(../images/fond.jpg);
	background-position:top;
	/*background-repeat:no-repeat;*/
	padding-top: 10px;
}

#header {
	position: relative;
	height:20px;
	width :981px;
	background-image:url(../images/bandeau.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-top: 162px;
}

#header ul {
	float: left;
	list-style: none;
	margin:0px;
	padding: 0px;
}

#header ul li {
	display: inline;
}

#header ul li a {
	float: left;
}

#corps {
	position: relative;
	width :981px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#footer {
	position: relative;
	width :981px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

#footer a{
	text-decoration:none;
	color: #ffffff;
}

#contact {
	float:left;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	width:410px;
	margin-left:25px;
	margin-top:5px;
	background-image:url(../images/fond_contact.jpg);
	height: 405px;
}

#contact p{
	margin-left:25px;
	margin-top: 2px;
}

#envoyer{
	float:right;
	padding-right:40px;
}

#envoyer a{
	color: #777777;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.contenu {
	float: left;
	background-color: #fff;
	-moz-border-radius:10px 10px 10px 10px;

}

h1 {
	text-transform: uppercase;
	font-size: 21px;
	color: #20C1CB;
}

h2 {
	text-transform: uppercase;
	font-size: 17px;
}

h3 {
	text-transform: uppercase;
	font-size: 13px;
	color: #002c49;
}

h4 {
	text-transform: uppercase;
	font-size: 13px;
	color: #ffffff;
}

h5 {
	font-size: 15px;
	color: #20C1CB;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left:20px;
}

.texte {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;

}

.texte_logiciel {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;

}

.etape {
	float: left;
	background-color: #002c49;
	color: #ffffff;
	margin-top: 20px;
	width: 140px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
}

.texte ul {
	margin-left:20px;
	padding: 0px;
	color: #20C1CB;
}

.etape ul {
	padding: 0px;
	color: #ffffff;
}

.etape li {
	padding-bottom: 5px;
}

ul.logiciel {
	list-style-image: url(../images/puce.jpg);;
	margin-left:40px;
	padding: 0px;
}

ul.logiciel li {
	padding-bottom: 5px;
}

hr {
	width: 100%;
}
