body
 {
/*background-color: #C7CACB;
background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);*/
background-image:url(slider1.jpg);
background-position:auto,;
background-repeat:no-repeat;

}

/*table tr:nth-child(odd){
  background-color:#C7CACB;
  background-image: -webkit-linear-gradient(top, #C7CACB 90%, #333A40 100%);
  background-image:linear-gradient(to bottom, #C7CACB 90%, #333A40 100%);
}

table tr:nth-child(2n){
  background-color:#D4DBDE;
  background-image: -webkit-linear-gradient(top, #D4DBDE 90%, #333A40 100%);
  background-image:linear-gradient(to bottom, #D4DBDE 90%, #333A40 100%);
}*/

td.CellColor { background-color: white; vertical-align:middle; text-align: center; }/* Les cellules sont colorées en couleur avant le passage de la souris */
td.CellColorrouge:hover { background-color: red; vertical-align:middle; text-align: center;}/* Les cellules sont colorées au passage de la souris (plus joli) */
td.CellColorgris:hover { background-color: #EFEFEF; vertical-align:middle; text-align: center;}/* Les cellules sont colorées au passage de la souris (plus joli) */

table
{
    background-color:white;
	margin:auto;
	border-spacing:0px ; /* Les bordures du tableau seront collées (plus joli) */
	border-radius: 5px solid white; 
	border: medium solid #A1A1A1;
	width: 100%;
	border: 5px solid white;
	
}

td
{	
    border: 1px solid white;
	text-align: center;
	 
}

form
{
    text-align: center;
	
}

div, p,h2
{
    text-align: center;


}

php
{
    text-align: center;
}

.textehaut
{	
    vertical-align:top;

	 
}

.texteagauche
{	
    vertical-align:middle;
	text-align: left;
	 
}

.texteadroite
{	
    vertical-align:middle;
	text-align: right;
	 
}
.texteaucentre
{	
    vertical-align:middle;
	text-align: center;
	 
}

.texteaucentreplanning
{	
	vertical-align: top;
	font-size: 20px;
    
	text-align: center;
	 
}
.texteaucentredateplanning
{	
	font-family: Arial,Impact, "Arial Black",  Verdana, sans-serif;
	font-size: 25px;
    vertical-align:middle;
	text-align: center;
	 
}

.texteagauchedateplanning
{	
	font-family: Arial,Impact, "Arial Black",  Verdana, sans-serif;
	font-size: 25px;
    vertical-align:middle;
	text-align: left;
	 
}




#global
{
    width: 600px;
    border: solid black 1px;
	
}
 
#cadre1
{
    height: 100%;
    width: 50%;
    float: left;
    border: solid black 1px;
}
 
#cadre2
{
    height: 100%;
    width: 50%;
    margin-left: 50%;
    border: solid black 1px;
}
 
.centre
{
    height: 100px;
    width: 100px;
    margin-left: 100px;
}






#menu-demo2, #menu-demo2 ul{
padding:0;
margin:0;
list-style:none;
text-align:center;
}
#menu-demo2 li{
display:inline-block;
position:relative;
border-radius:5px 5px 5px 5px;
}
#menu-demo2 ul li{
display:inherit;
border-radius:5px 5px 5px 5px;
}
#menu-demo2 ul li:hover{
border-radius:5px 5px 5px 5px;
}
#menu-demo2 ul li:last-child{
border-radius:5px 5px 5px 5px;
}
#menu-demo2 ul{
position:absolute;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-demo2 li:hover ul{
max-height:100em;
}
/* background des liens menus */
#menu-demo2 li:first-child{
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(3){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(4){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(5){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(6){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(7){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:nth-child(8){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#menu-demo2 li:last-child{
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
/* background des liens sous menus */
#menu-demo2 li:first-child li{
background:#333A40;
}
#menu-demo2 li:nth-child(2) li{
background:#333A40;
}
#menu-demo2 li:nth-child(3) li{
background:#333A40;
}
#menu-demo2 li:nth-child(4) li{
background:#333A40;
}
#menu-demo2 li:nth-child(5) li{
background:#333A40;
}
#menu-demo2 li:nth-child(6) li{
background:#333A40;
}
#menu-demo2 li:nth-child(7) li{
background:#333A40;
}
#menu-demo2 li:nth-child(8) li{
background:#333A40;
}
#menu-demo2 li:last-child li{
background:#333A40;
}
/* background des liens menus et sous menus au survol */
#menu-demo2 li:first-child:hover, #menu-demo2 li:first-child li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(2):hover, #menu-demo2 li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(3):hover, #menu-demo2 li:nth-child(3) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(4):hover, #menu-demo2 li:nth-child(4) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(5):hover, #menu-demo2 li:nth-child(5) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(6):hover, #menu-demo2 li:nth-child(6) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(7):hover, #menu-demo2 li:nth-child(7) li:hover{
background:#729EBF;
}
#menu-demo2 li:nth-child(8):hover, #menu-demo2 li:nth-child(8) li:hover{
background:#729EBF;
}
#menu-demo2 li:last-child:hover, #menu-demo2 li:last-child li:hover{
background:#729EBF;
}
/* les a href */
#menu-demo2 a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-demo2 ul a{
padding:8px 0;
}
#menu-demo2 li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-demo2 li:hover a, #menu-demo2 li li:hover a{
color:#000;
} 


    #nav {  
        padding: 0; margin: 0;  
    }  
    #nav li {  
        display: inline;  
        list-style: none; /* nécessaire pour IE7 */  
    }  
	
	    #nav {  
        padding: 0; margin: 0;  
        text-align: center; /* centrer le texte */  
    }  
    #nav li {  
        display: inline;  
        list-style: none;  
    }  
    #nav a {  
        display:inline-block;  
        margin: 0 0px;  
    }  
	
	
	
a.button {
		background:url(button.gif);
		text-align: center;
		display:block;
		color:#555555;
		font-weight:bold;
		height:30px;
		line-height:29px;
		margin-bottom:14px;
		text-decoration:none;
		width:191px;
	}

	a:hover.button,a:hover
	
	{
		color:#0066CC;
								}
								
								/* -------------------- */
	/* CLASSES */
	/* -------------------- */
	.add{
		background:url(add.gif) no-repeat 10px 0px;
		text-indent:30px;
		display:block;
		text-align: center;
	}
	.delete{
		background:url(delete.gif) no-repeat 10px 0px;
		text-indent:30px;
		display:block;
		text-align: center;
	}
	.user{
		background:url(user.gif) no-repeat 10px 0px;
		text-indent:30px;
		display:block;
		text-align: center;
	}
	.lens{
		background:url(lens.gif) no-repeat 10px 7px;
		text-indent:30px;
		display:block;
		text-align: center;
	}
	
	

