
.row {
 width:100%;
 margin: 1px;
 padding: 1px;
}
.aide{

	cursor: help;
}
ol {

	margin: 0px;
	padding:0px;
}
ol li {
  background: #BFBFBF;
  border-color: #e3ebc3;
  border-color: rgba(255,255,255,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 2px 2px;
  margin-bottom: 1px;
}

.exo {
  background: #C6E6C6;
  border-color: #e3ebc3;
  border-color: rgba(255,255,255,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 2px 2px;
  margin-bottom: 1px;
  margin-left: 5px;
}



.cadre {
  background: #b9cf6a;
  background: rgba(240,240,255,.3);
  border-color: #e3ebc3;
  border-color: rgba(255,255,255,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 30px;
  list-style: none;
  padding: 2px 2px;
  margin-bottom: 1px;
}
body {
padding:0px;
margin:0px;
}


.cours{
  background: #b9cf6a;
  background: rgba(150,150,255,.3);
  border-color: #e3ebc3;
  border-color: rgba(0,255,0,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 5px;
  margin-top: 5px;

}
.fc th{
	background-color: #383A52;
}
form select {
background-color:#9CE6B0;
}
form textarea {
background-color:#9CE6B0;
}
a{
text-decoration: none;	
}
a:hover{
text-decoration: none;	
}

.contenu td{
	background: #b9cf6a;
  background: rgba(150,150,255,.3);
  border-color: #e3ebc3;
  border-color: rgba(0,255,0,.6);
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}
.majtable {
	cursor:pointer;
	color :green;
}
.majtable:hover{
	cursor:pointer;
	color: blue;
}

.menuG {
	cursor:pointer;
	color :green;
}
.menuG:hover{
	cursor:pointer;
	color: blue;
}



.delEnregistrement {
	cursor:pointer;
	color :orange;
}
.delEnregistrement:hover{
	cursor:pointer;
	color: red;
}
.rouge{
background: rgba(255,0,0,.3);

}
.Rcoul{
background: rgba(255,0,0);

}
.vert{
background: rgba(0,255,0,.3);
}
.Vcoul{
background: rgba(0,255,0);
}

.gris,.Gcoul{
background: rgba(0,102,102,.3);

}
.Jcoul{
background: rgba(255,255,0);
}

.Ocoul{
background: rgba(255,109,0);
}
.clear {
	clear:both;
}

.gauche{
	float:left;
}
.masque{
 display:none;

}
/* Pour placer le cpation d'un tableau en haut */
caption{
	text-align: center;
	caption-side: top;
}
.imgCouleur {
  	/* Margin bottom by footer height */
  	margin-bottom: 60px;
  	background: rgba(0, 0, 0, 0) url("../images/fondcouleur.jpg") no-repeat scroll ;
	background-size: cover;
}
