@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover, a:active, a:visited {
	border: 0;
}
a:active,a:focus { 
	outline:none;
}
a img { 
	border: 0;
}
.clear {
	clear:both;
}
/*#IE7 #global {
	margin-left: 60px;
}*/

form { 
	float:left;
	width:350px;
	height:300px;
}
table  { 
	width:350px;
	padding:0px;
	margin:0px;
	border: 0px none;
}
form .titre-form { 
	width:221px;
	height:27px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:left;
	padding-left:7px;
	margin-bottom:-10px;
}
form .label  { 
	float:right;
	width:80px;
	height:27px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	text-align:right;
	padding-right:10px;
	margin-bottom:2px;
}
form .texte-petit  { 
	width:212px;
	height:17px;
	border: 0px none;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#218094;
	margin-bottom:10px;
	
}
form .texte-grand  { 
	width:212px;
	height:150px;
	border: 0px none;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#218094;
	margin-bottom:10px;
}
form .bg-petit  { 
	padding-top:5px;
	padding-left:7px;
	width:221px;
	height:22px;
	background-image:url(images/bg-petit.png);
	background-repeat:no-repeat;
	background-color:none;
	margin-bottom:2px;
}
form .bg-grand  { 
	padding-top:6px;
	padding-left:7px;
	width:221px;
	height:158px;
	background-image:url(images/bg-grand.png);
	background-repeat:no-repeat;
	background-color:none;
	margin-bottom:2px;
}
form .envoyer  { 
	padding-bottom:6px;
	padding-left:14px;
	width:48px;
	height:32px;
	background-image:url(images/envoyer.png);
	background-repeat:no-repeat;
	background-color:none;
	margin-bottom:2px;
	background-color: transparent;
	width: 460px;
	font-weight: bold;
	border: none;
	text-align:left;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

p{
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	margin-left::-50px;
	height:50px;
	margin-top:-25px;
	color:#FFF;
	font-weight: bold;
	border: none;
	text-align:center;
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
} 

