@charset "utf-8";

body
{
	font-size:14px;
	background: url('img/fond.png') repeat;
	margin:0;
}

#header img
{
	float:left;
}

#connexion
{
	float:right;	
	padding:10px 20px;
}

#menu
{
	float:right;	
}

#menu li 
{
	display:inline-block;	
}

#contenu
{
	background-color: #ffffff;
	width:960px;
	padding:0 10px;
	margin:auto;
}

#footer
{
	clear:both;
	margin-top:40px;
	padding:10px;
	text-align:center;
}

h1
{
	font-size:22px;	
}

#sousmenu li
{
	display:inline-block;	
}

#sousmenu
{
	margin:0;
	padding:0;
}

.ligneTableau:hover
{
	background-color:#1abc9c;
}

.fondGris
{
	background-color:#EEEEEE;
}

.fondRouge
{
	background-color:#F99F99;
}


/********************************************************/
/**************   PAGE CHANTIER    **********************/
/********************************************************/

#message
{
	float:left;	
	padding:10px;
	width:98%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#espaceEntete
{
	float:left;	
	height:40px;
	width:100%;
}

label
{
	width:140px;
	display:inline-block;
	padding-bottom:20px;
}


.succes
{
	border:2px solid #0F9;
	color: #0F9;
	font-weight:bold;
}

.erreur
{
	border:2px solid #F99;
	color: #F99;
	font-weight:bold;
}

#boutonAjoutChantier
{
	float:right;	
}


#formAjoutChantier
{
	clear:both;
	loat:left;
	padding:10px;
	width:98%;
	border:1px solid #CCCCCC;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	background-color:#FFC;
}

#tab1 ul
{
	list-style:none;
	padding:0;	
}

#tab1 li
{
	padding: 5px 7px;	
}

#tab2 ul
{
	list-style:none;
	padding:0;	
}

#tab2 li
{
	padding: 5px 7px;	
}

.actionListe
{
	float:right;	
}

.cache 
{
	display:none;	
}

/********************************************************/
/**************   PAGE SALARIE     **********************/
/********************************************************/

#boutonAjoutSalarie
{
	float:right;	
}

#formAjoutSalarie
{
	clear:both;
	loat:left;
	padding:10px;
	width:98%;
	border:1px solid #CCCCCC;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	background-color:#FFC;
}

/********************************************************/
/**************     SAISIE HEURE   **********************/
/********************************************************/

#listeSaisie
{
	list-style-type:none;	
}


/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2){
	#tab1 li
	{
		padding: 50px 30px;	
		font-size:20px;
		
	}
	
	#tab1 li img
	{
		width:40px;
		padding-right:20px
	}
 
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  	#tab1 li
	{
		padding: 50px 30px;	
		font-size:20px;
		
	}
	
	#tab1 li img
	{
		width:40px;
		padding-right:20px
	}
}


/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
/* some CSS here */
	#tab1 li
	{
		padding: 50px  30px;
		font-size:20px;
	}
	
	#tab1 li img
	{
		width:40px;
		padding-right:20px
	}
}