@charset "iso-8859-1";

body {
	font-family: arial;
	font-size: 13px;
	margin-right:5%;
	margin-left:12%;
	margin-top:60px;
	background-attachment:fixed; 
	background-color:transparent; 
	background-image:url("images/logopt.gif"); 
	background-position: left top; 
	background-repeat:no-repeat;
	}
	
/* titre principal, superposé */
h1 {
	color: #00bc00; 
	font-family: arial; 
	font-size:40px;
	left: 120pt; 
	position: absolute; 
	top: 0;
	}

h2 {
	color: #005000; 
	font-family: arial; 
	font-size:40px; 
	left: 122pt; 
	position: absolute; 
	top: 2pt;
	margin: 0;
	}

h1 span {
	position: absolute;
	left: -2000px;
}
/*fin*/

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #005500;
	margin-top: 2%;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #008200; }
	
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #008200; }
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #005500; }
	

#mef {
	width: 660px;
	margin: 0 auto;
	}
	
#entete {
	width: 660px;
	height: 144px;
	background-attachment:fixed; 
	background-color:transparent;  
	background-position: top; 
	background-repeat:no-repeat;
	position: absolute;
	margin-top: 0;
	}
/*textes*/
#align1 {
	text-align: left;
	width: 460px;
	margin: 0 auto;
	float: left;
	}

#align2 {
	text-align: left;
	width: 350px;
	margin: 0 auto;
	margin-top: 5%;
	float: left;
	}
	
#align3 {
	text-align: left;
	width: 350px;
	margin: 0 auto;
	margin-top: 5%;
	margin-left: 260px;
	}
	
#align4 {
	text-align: left;
	width: 80%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 2%;
	}
/*fin*/
	
/*images*/
.pos1 { 
	float : right ; 	
	margin-right: 40px ; 
	margin-top: 10px;
	width: 121px;
	height: 92px;
	}

.pos2 { 
	float: right; 	
	width:350px;
	height: 100px;
	}
.pos2 div {
	margin-right: 208px;
	}
	
.pos3 {
	float: left;
	margin-top: -106px;
	margin-left: 119px;
	margin-right: 0;
	margin-bottom: 0;
	}

.pos4 { 
	float : right ; 	
	margin-right: 40px ; 
	margin-top: -45%;
	margin-left: 0;
	margin-bottom: 0;
	}
/*fin*/

.cadre {
	padding: 2%;
	padding-left: 8%;
	border: solid;
	border-color:  #008200;
	border-width: 1px;
	margin: 2%;
	text-align: left;
	font-size: x-small;
	}

	form { 
	position: absolute;
	margin-top: 0%;
	margin-left:0;
	margin-bottom: 0;
	background-color: #d8fccc;
	padding: 5%;
	border-style: solid;
	border-width:  1px;
	border-color: #73856c;
	font-size: 10pt;
	font-style: arial;
	text-align: left;
	width:600px;
	}

input {
	position: absolute;
	left: 200px;
	width: 60% ; 
	height: 20px ;
	}

#submit {
	background-color: #4f5c4a; 
	color: #ffffff;
	font-size: 13pt;
	height: 25px ;
	}