body
{
	font-size:10px;
	color:#075FA7;
	background-color:#EFF5FA;
	font-family:Century Gothic;
}
h1
{
	background-image:url(../images/symbole_h1.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:14px;
	padding-left:15px;
	color:#0957A9;
	margin:5px 5px 5px 5px;
	border-bottom:solid 1px #BBD0E8 ;
}	

.SendMessageTrue
{
	width:80%;
	border: #9CCAF8 2px solid;
	padding:5px;
	background-color:#D8E4F1;
	color:#666666;
	font-weight:bold ;
	text-align:left;
	vertical-align:text-bottom;
	font-size:14px;
}	
.SendMessageFalse
{
	width:80%;
	border: #FF6F6F 2px solid;
	padding:5px;
	background-color:#FFCACA;
	color:#666666;
	font-weight:bold ;
	text-align:left;
	vertical-align:text-bottom; 
}	

.MsgNothing
{
	background-color:#FFF9D7; 
	border:solid 1px #E2C822; 
	min-height:30px; 
	font-size:11px; 
	font-weight:bold; 
	color:#666666; 
	text-align:left; 
	padding-top:5px; 
	padding-left:10px;
	padding-bottom:5px;
	width:90%;
}
.MsgError
{
	background-color:#FFEBE8; 
	border:solid 1px #DD3C10; 
	min-height:30px; 
	font-size:11px; 
	font-weight:bold; 
	color:#666666; 
	text-align:left; 
	padding-top:5px; 
	padding-left:10px;
	padding-bottom:5px;
	width:90%;
}
input[type="text"], input[type="password"], input[type="file"], textarea {
	padding: 2px 4px;
	border: 1px solid #E0D0B1;
}
input[type="text"]:hover, input[type="password"]:hover{	
	border-top:1px solid #EFF5FA; 
}
input[type="text"], input[type="password"], input[type="file"], input[type="checkbox"], textarea, select, option {
	background-color: white;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	border: 1px solid #DFD5AF;
	color: #FFFFFF;
	background-color: #618BC2;
	cursor:pointer;
	font-weight:bold;
}

