.myBox01 {
	position: absolute;
	left: 10px;
	top: 450px;
	height: 150px;
    width: 350px;
	margin: 0px auto;
	
/*    margin: 0.5in auto;*/
    color: black;
    padding: 20px;
    text-align: justify;
    background-color: #ffffff;
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-family: Verdana;
}
.myBox02 {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 100px;
	font-family: Verdana;	
/*    margin: 0.1in auto;*/
	margin: 0px auto;
/*    color: #663300;*/
    width: 110px;
    padding: 20px;
/*    text-align: left;
    background-color: #b1d9ff;*/
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(http://lajarredesarepta.fr/img/logo17.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.myBox03 {
	position: absolute;
	left: 220px;
	top: 10px;
	height: 120px;
/*    margin: 0.1in auto;*/
	margin: 0px auto;
    width: 561px;
    padding: 0px;
    background-color: white;
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-image: url(http://lajarredesarepta.fr/img/titre.jpg);
}
.myBox04 {
	position: absolute;
	left: 842px;
	top: 10px;
	font-family: Verdana;
	font-size: 20px;
	height: 100px;
/*    margin: 0.1in auto;*/
	margin: 0px auto;
    color: #663300;
    width: 150px;
    padding: 10px;
    text-align: center;
    background-color: #b1d9ff;
    border: 1px solid #ffc68c;
	background-position: center;
	background-image: url(http://lajarredesarepta.fr/img/euro.jpg);

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-top: 30px;
	}
.myBox05 {
	position: absolute;
	left: 10px;
	top: 200px;
	height: 80px;
    width: 1024px;
}
.myBox06 {
	position: absolute;
	left:10px;
	top: 660px;
	height: 80px;
/*	margin: 0.5in auto;*/
/*    margin: 0.1in auto;*/
	margin: 0px auto;
    color: maroon;
    width: 730px;
    padding: 20px;
    text-align: center;
    background-color: white;
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.myBox07 {
	position: absolute;
	left:840px;
	top: 450px;
	height: 340px;
/*	margin: 0.5in auto;*/
/*    margin: 0.1in auto;*/
	margin: 0px auto;
    color: #663300;
    width: 150px;
    padding: 20px;
    text-align: center;
    background-color: #b1d9ff;
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.myBox08 {
	position: absolute;
	left: 430px;
	top: 450px;
	height: 150px;
    width: 350px;
	margin: 0px auto;
	
/*    margin: 0.5in auto;*/
    color: black;
    padding: 20px;
    text-align: justify;
    background-color: #ffffff;
    border: 1px solid #ffc68c;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-family: Verdana;
}
.myBox09 {
	position: relative;
	left: 0px;
	top: 0px;
/*	height: 200px;*/
    width: 500px;
	margin: 0px auto;
	
/*    margin: 0.5in auto;*/
    color: black;
    padding: 20px;
    text-align: left;
    background-color: #e6ffee;
    border: 1px solid #ffff00;
	font-family: Verdana;
	font-size: 14px;

    /* Do rounding (native in Opera, Firefox and Safari) */
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	font-family: Arial;
/*	background-image: url(http://lajarredesarepta.fr/img/fond_contacter.jpg);*/
}
/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;

	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
/*	background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
/*	
	<span style="color: #981111; "></span>
	color: red;
	*/
	color: #981111;
	font-style: italic;
	font-size: 12px;
}
div.error { display: none; }
/*input {	border: 1px solid black; position: absolute; margin-left: 30px;}*/
input.text { position: absolute; margin-left: 30px;}
input {	border: 1px solid black;}
input.checkbox { border: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }