
footer 
{
margin-top: 10px;
	border-top: 2px solid black;
	text-align:center;
	font-style:italic;
	background : url("../images/w3c.png");
	background-repeat: no-repeat ;
	background-position: right;
	background-color: rgb(138,196,62);
}
body 
{
	font-family: Times New Roman, Cambria, Arial, sans-serif;
	width:95%;
	background-color: #FFFFFF;
	margin:2.5%;
}
h1
{
	font-family: Dayrom, sans-serif;
	color: rgb(138,196,62);
}
h2
{
	font-size: 1.4em;
	color : rgb(138,196,62);
}
p
{
	text-align:justify;
	margin-left:1.5%;
	margin-right:1.5%;
}
/* Navigation */
nav
{
    display: inline-block;
    width: 100%;
    text-align: center;
	border-bottom: 2px solid black;
	background-color: rgb(114,163,0);
}
/* Navigation supprime les points */
nav ul
{
    list-style-type: none;
}
/* Navigation, alignement */
nav li
{
    display: inline-block;
    margin-right: 10px;
}
/* Navigation, taille, police... */
nav a
{
	font-family: Dayrom, serif;
    font-size: 1.5em;
    color: #606060;
    padding-bottom: 1px;
    text-decoration : none;
	font-weight : bold;
	text-transform: uppercase; 
}
/* Navigation, barre du dessous lors du passage de la souris */
nav a:hover
{
    color: #E6E6E6;
    border-bottom: 2px solid #58ACFA;
}
#banniere1
{
	height:210px;
	background : url("../images/covoit.jpg") no-repeat;
}

/* CSS pour la mise en forme du tableau */ 
form{
	padding:10px;
}

label{
	margin-left: 20%;
	vertical-align: top;
}

input
{
	margin-right: 5%;
	vertical-align:middle;
}

.boutons
{
	margin-left: 25%;
}

.casesinput
{
	float: right;
	margin-right: 15%;
}

.bouton
{
	display : block;
	margin : auto;
}



/*RAJOUT PPE2*/

#myForm input{
	display: inline-block;
	float: none;
}
#myForm label{
	display: inline-block;
	width: 220px;
}
.pointeur{
	cursor : pointer;
}



#blocLogin .casesinput{
	float: none;
}
#loginBouton{
	display: block;
	width:100%;
	margin: auto;

}
#blocLogin
{
	position: absolute;
		top: 0px;
		right: 15px;	
	width:200px;
}

#blocLogin a{
	color: #606060;
}
#blocLogin a:hover{

    color: rgb(138,196,62);
    border-bottom: 2px solid rgb(138,196,62);
}
.tooltip{
	display: inline-block;
	background: transparent;
	color: red;
}

.styleco
{
	float: none;
	display: block;
	margin: auto;
	position: absolute;
	top: 15px; right: 15%;
	left: 15%; bottom: 15%;
	color: #606060;
	color: rgb(138,196,62);
	border-bottom: 2px solid rgb(138,196,62);
	background: url(../images/Loading.gif) no-repeat center;
}

/*RECHERCHER COVOITURAGE*/

form[action='rechercher.php'] label
{
	width: 120px;
	display: inline-block;
}
form[action="../php/scriptProposer.php"] label 
{
	width: 120px;
	display: inline-block;
}
.villeArrivee
{
	margin
}
.blocCovoit
{
	border: 1px rgb(138,196,62) solid;
	margin: 5px;
}
.blocConduct
{
	float: left;
	width: 145px;
	margin: 5px;
}
.blocTrajet
{
	display: inline-block;
	margin: 5px;
}
.inscrire
{
	float: right;
	width: 125px;
	margin: 5px;
}

/*espace membres*/

#espaceIndex a
{
	font-family:Times New Roman, Cambria, Arial, sans-serif;
	color: #606060;
	text-decoration: none;
	position : center;
}
#espaceIndex a:hover
{
	color: rgb(138,196,62);
    border-bottom: 2px solid #58ACFA;
}