@charset "utf-8";
/* CSS Document */
#contact-main{
	width:990px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 25px 0;
/*	background-color:#CCC;*/
	}
#contact{
	border:solid 2px #690;   
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	}
#url{
	width:298px;
	border:solid 2px #690;   
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}
#message{
	border:solid 2px #690;   
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}
.contact{
	width:450px;
	height:auto;
	float:left;
	}
#info-gen{
	width:350px;
	height:100px;
	float:left;
	background-color:#069;
	margin:10px 0 0 15px;
	border:solid #999 1px;
	/*display:none;*/

}
#info-cours{
	width:350px;
	height:200px;
    background-color:#036;
	margin:10px 0 0 15px;
	border:solid #999 1px;
	display:none;
	float:left;

}
#info-bug{
	width:350px;
	height:200px;
	float:left;
	background-color:#069;

}
