
html, body { 
height: 1350px; 
} 

body {
	margin: 0; padding: 0;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 975px;
	text-align: center;
	background: #17a2f5 url(img/bg.jpg)  repeat-x top left;
}
h1 {
	margin: 0;
	height: 62px;
	background: transparent url(img/coin-droit.gif) top right no-repeat;
}
img { border: none; }
p { margin: 0; }

a { text-decoration: none; color: #000000; }

a:hover { color: #000000; }
form, label { margin: 0; padding: 0; }
address { font-style: normal; }
.clear { clear: both; }

#containeur {
	margin: 15px auto 0px auto;
	padding:0;
	background: #ffffff;
	width: 975px;
	text-align: left;
	position: relative;
	min-height: 100%; 
}

 * html #containeur { height: 100%; } 

#entete {
	height: 62px;
   background: transparent url(img/ligne-haut.gif) top left repeat-x;
}


#containeur-contenu {
	background: transparent;
	padding: 0 0 10px 0;
	float:left;
	width: 100%;
height: auto;
}

/* à 2 colonnes avec contenu large */

#contenu {
	margin-left: 10px;
  margin-top: 30px;
	width: 955px;
heigt: auto;
}



#footer {
	text-align: center;
	padding: 5px 5px 10px 5px;
	background: #E1F0FF url(img/logo-UPF-est-une-chance.png) top right no-repeat;
	width: 965px;
  height: 50px; 
	margin: auto;
	position: relative;  
}

 #backtotop { float: left; color: #889DA1; } 

/*		Contenu
=================================*/

/* Actualités */
#contenu h2.h2-general {
	font-size: 16px;
	background: url(img/rendezvous.png) left no-repeat;  
  color: #555;
	border-bottom: 5px solid #E1D5FE;
	margin-top: 10px;
	margin-bottom: 0px;
  padding-left: 40px;
  padding-top: 10px;
}






/* ---- Style du tableau des créneaux -------- */

     td#label {
          text-align:right;
	        vertical-align:middle;
         }     
     td#champ {
          text-align:left;
	        vertical-align:middle;
         }   

      a#orange {
        width: 75px;
        line-height: 35px;
        padding: 5px;
border: 1px solid #A77E03;
        background: #FEF0C5;
	      text-align:center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
        text-decoration:none;
      }

      a#rouge {
        width: 75px;
        line-height: 35px;
        color: #0f6ca2;
        padding: 5px;
border: 1px solid #CE0000;
        background: #FF8888;
	      text-align:center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
        text-decoration:none;
      }
      
     a#vert {
        width: 75px;
        line-height: 35px;
        padding: 5px;
 border: 1px solid #3C5A07;
        background: #DFFFDF;
	      text-align:center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
        text-decoration:none;
        }

     a#gris {
        width: 75px;
        line-height: 35px;
        padding: 5px;
border: 1px solid #747474;
        background: #EBEBEB;
	      text-align:center;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        display: block;
        text-decoration:none;
        }

        
a#rouge:hover { color: #0f6ca2; }

a#jour {
       width: 100px;
       padding: 5px;
       text-align:center;
       align: center; 
       text-decoration:none;
      }


/* -- Formulaire -- */

table#form {
    width:795px;
/*     border-width:1px;  border-style:solid;  border-color:black; border-collapse:collapse; margin: auto; */
}

td#form_titre {
    width:190px;
    padding: 3px;
    text-align:right;    
    vertical-align: top;
/*     border-width:1px;  border-style:solid;  border-color:black; */    
}

td#form_champ {
    padding: 3px;
    width:190px;
    text-align:left;  
    vertical-align: top;      
/*     border-width:1px;  border-style:solid;  border-color:black; */    
}


td#form_info {
    padding: 3px;
    width:25px;
    text-align:left;
    vertical-align: top;   
/*     border-width:1px;  border-style:solid;  border-color:black; */
}

td#form_erreur {
    padding: 3px;
    width:390px;
    text-align:left; 
    vertical-align: top;   
    color: #F00C00;  
/*     border-width:1px;  border-style:solid;  border-color:black; */
}



input.text, input.submit {
	background: #ffffff;
	border: 1px solid #A8B2BB;
	margin: 1px;
}




.input_vert{
        background: #DFFFDF;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;   
}

.input_rouge{
        background: #FFBCB9;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;    
}


#lien_accueil {
	background: url(img/fleche.png) left no-repeat;
	padding-left: 40px; 
  margin-left: 100px;
}

#etape {
	background: url(img/etape.png) left no-repeat;
  font-size: 14px;
  font-weight: bold;
	padding: 40px;
  margin-top: 20px;
  margin-left: 10px;
}


#recapitulatif_jour
{
  font-size: 16px;
  font-weight: bold;
}



#id {
  font-size: 22px;
  font-weight: bold;
  font-family: courier, courier new, verdana,arial;  
	background: #FFFF71;
  color: #0000FF;
  }
