body{
	border:0 black solid;
	background-size: 100% 100%;
}
#imgHome{
	background-image:url('../racfe_img/bckg_home.jpg');
	background-position: center;
    background-size: cover; 
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-origin:border-box;
	opacity:0.95;  
}

#imgOffres{
	background:url('../racfe_img/bckg_offres.jpg');
	background-size: 100% 100%;	
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-origin:border-box;
	opacity:0.95;;
}
#imgApropos{
	background-image:url('../racfe_img/bckg_apropos.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-origin:border-box;
	opacity:0.95;  
}
#imgContact{
	background-image:url('../racfe_img/bckg_contact.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-origin:border-box;
	opacity:0.95;
}
#home, #apropos, #nosoffres, #contacteznous {
	border:0 black solid;
	background-color: white;
	margin: auto;
	padding: 0 23px 13px 23px;
	width: 666px;	
}
/* début navig */
#navig{
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	text-align: center;
	margin-bottom: 25px;
}
#navig nav ul{
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	list-style-type: none;
}	
#navig nav ul li{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	display: inline;
}
#navig nav ul li a{
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	border: 1px black solid;
	background-color: navy;
	color: white;
	text-decoration: none;
	position: relative;
	display: inline-block;
	font-size: 20px;
	padding: 5px 0 5px 0;
}
#navig .ind a:hover {
	background-color : #000000;
}
#navig .off a:hover {
	background-color : #000000;
}
#navig .cnt a:hover {
	background-color : #000000;
}
/* fin navig */
/*apropos table*/
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	font-size: xx-large;
}
.auto-style3 {
	font-size: x-large;
}	
/* nosoffres */
/* début navigL*/		
.navigL{
	border: 0 black solid;
	color: white;
	margin-bottom: 1px;
	width: 100%;
	position:relative;
	padding: 1px 1px 1px 1px;
}
.navigL ul {
	border: 0px black solid;
	list-style-type: none;
	position: relative;
	padding: 1px 25px 40px 5px;
}
.navigL ul li {
	float: left;
	width: 120px;
	padding: 10px 10px 10px 10px;
	margin: 0 5px 5px 5px;
	background-color: black;
}
.navigL ul li a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;	
}
.lmat {
	border:thin darkgreen solid;
	border-radius: 25px 25px 0 0;
	padding: 10px 25px 10px 25px;
	text-align: center;
}
.lelc {
	border:thin gold solid;
	border-radius: 25px 25px 0 0;
	padding: 10px 25px 10px 25px;
	text-align: center;
}
.lard {
	border:thin darkblue solid;
	border-radius: 25px 25px 0 0;
	padding: 10px 25px 10px 25px;
	text-align: center;
}
.lant {
	border:thin red solid;
	border-radius: 25px 25px 0 0;
	padding: 10px 25px 10px 25px;
	text-align: center;
}
.lmat:hover {
	background-color: green;
}
.lelc:hover {
	background-color: darkorange; 
}
.lard:hover {
	background-color: blue;
}
.lant:hover {
	background-color: red;
}
/* fin navigL*/
.mat{
	border: thin green solid;
	border-width: 0 0 0 10px;
	padding-left: 10px;
}	
.elc{
	border: thin yellow solid;
	border-width: 0 0 0 10px;
	padding-left: 10px;
}
.ard{	
	border: thin blue solid;
	border-width: 0 0 0 10px;
	padding-left: 10px;
}
.ant{
	border: thin red solid;
	border-width: 0 0 1px 10px;
	padding-left: 10px;
}		
 /* dimension du tableau */
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	margin-top: 10px;
}
.mathematique, .electricite, .arduino {
	width: 96%;
	text-align:	justify;
	margin: 0 0 0 0;	
	font-size: 16px;
	padding:0.25em 1em 0.75em 1em;
}
.mathematique {
	background-color: #CCFFCC;				
}
.electricite {
	background-color: #FFFFCC;	
}
.arduino {		
	background-color: #CCFFFF;	
}

.anotee {
	width: 96%;	
	margin: 0 4px 0 0;
	background-color:tomato;
	font-size: 18px;
	padding:0.25em 1em 0.75em 1em;
}	
.auto-style3 {
	margin-top: 13px;
}
.auto-style4 {
	margin-left: 18px;
	margin-top: 0;
}
footer{
	margin-bottom:10px;
	margin-top:30px;
}
p {
  text-align:justify;
  line-height:1.39em;
}
/*contactez-nous*/
#contact{
	border: 1px black solid;
	width:490px;
	background-color:white;
	margin:auto;
	padding-left: 9px;
	padding-right: 9px;
}
fieldset{
  background-color:white;	
  font-size: 16px;
  font-weight: bold;
}
legend {
	background-color: gray;
	color: white;
	padding: 3px 3px;
}
input {
	margin:5px;				
}
label{
	font-size: 18px;
}
.auto-style5 {
	border-width: 100px;
}	
.level1{
	background-color: #006400;	
} 
.level2{
	background-color: #FF8C00;
}
.level3{
	background-color: #00008B;
}
.level4{
	background-color:red;
}
.auto-style7 {
	font-size: large;
}