/* CSS Document */

.page1 {
	background-color:#E6FEFF;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}
.col1 {
	left: 2%;
	position: absolute;
	top: 40px;
	width: 20%;
	min-width: 70px;
}
.col2 {
	left: 26%;
	position: absolute;
	top: 40px;
	width: 47%;
	min-width: 100px;
}
.col3 {
	left: 63%;
	position: absolute;
	top: 40px;
	width: 33%;
	min-width: 100px;
}
.boite {
	background-color: #FFFFFF;
	text-align: justify;
	border-right: 8px solid;
	border-bottom: 9px solid;
	border-left: 8px solid;
	border-color: #FFFFFF;
	position: relative;
	width: 100%;
	top: 5px;
	margin-bottom: 20px;
	clear: both;
	min-width: 160px;
	visibility: visible;
}
.boitepetite1 {
	background-color: #FFFFFF;
	text-align: justify;
	border-right: 8px solid;
	border-bottom: 9px solid;
	border-left: 8px solid;
	border-color: #FFFFFF;
	position: relative;
	width: 100%;
	top: 5px;
	margin-bottom: 20px;
	float: left;
	min-width: 100px;

}
.boitepetite2 {
	background-color: #FFFFFF;
	text-align: justify;
	border-right: 8px solid;
	border-bottom: 9px solid;
	border-left: 8px solid;
	border-color: #FFFFFF;
	position: relative;
	width: 42%;
	top: 5px;
	/*right: -3%;*/;
	margin-bottom: 20px;
	float:right;
	min-width: 70px;
}
.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 20px;
	color: #FF6600;
	font-style: normal;
	background-image: url(images/titre.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	/*font-weight: bold;*/
}
.texte1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #334662;
	padding-left: 9px;
	padding-right: 9px;
	background-image: url(images/boite.jpg);
	background-repeat: repeat-x;
	min-width: 50px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color: #009999;
	text-decoration: none;
	
}
INPUT {
     color:#334662;
     background-color:#FFFFFF;
     font-size:10px;
     font-family:Georgia, Times New Roman, Times, serif;
}
SELECT {
     color:#334662;
     background-color:#FFFFFF;
     font-size:10px;
     font-family:Georgia, Times New Roman, Times, serif;
}
