@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;

}
/*1px = montre les cadres sur la page html*/
div{
	border:0px solid #000000;
}

/*************************** Liens *****************************/
/*defini les paragraphes*/
p {
	text-indent: 0em;
	text-align:justify;
}

/*defini le format des liens*/
a{
	font-weight:bold;
	color:#0065b2;
	text-decoration:underline;
}



/*a:visited{
	color: #000000;
}*/
a:hover {
	color: #036;
	text-decoration:underline;
}

      legend {
          top: -1em;
           position: relative;
      }
	  
	  fieldset{
 top: 1em;
          position: relative;
	border-width:1px;
	border-color:#666;
	padding-left:5px;
	bottom:15px;
	width:750px;
	}
	
	fieldset legend{
color:black;
}


table, td, th
{
   margin: auto;
   border-collapse: collapse;
   	border-style:inset;
	border-width:0px

}


table.style2, th, td.style2
{
   margin: auto;
   border-collapse: collapse;
   	border-style:inset;
	border-width:1px

}


table.style3, td.style3, tr.style3
{
margin-left:0px;
   border-collapse: collapse;
   	border-style:inset;
	/*border-width:1px*/

}

td {height:20px}

tr {height:25px}

th {background-color:#989696}
legend {font-weight:bold;font-size:1em;}



/*defini un autre le format de liens, à utiliser avec <a href="" class="style2">
a.style2{
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}
a.style2:visited {
	color: #000000;
}
a.style2:hover {
	color: #000000;
	text-decoration:underline;
	*/
}

/*envele cadre sur images clicables*/
a img {
	border:none;
	
}

img {
	border:none;
	
}


/*************************** global *****************************/
/* page*/
#global{
	width:1039px;
}

/* cadre texte + image rappel contenu*/
#title{
	height:20px;
	width:300px;
	margin-left:5px;
	margin-top:2px;
	}
	

.photo{

float:left;
margin-right:10px;
margin-bottom:10px;
}

	

balises {
  propriété : valeur !important;
}

.carte_pilote{
float:left;
width:540px;
height:20px;
/*border:1px solid black;*/
}

.carte_moto{
float:right;
width:440px;
height:20px;
/*border:1px solid black;*/
}
	
/* cadre de texte*/
#contenu{
	height:auto;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:20px;
	

}

#texte{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;	
}

	
/* police rappel de la categorie*/
.titre{
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
}
	

/* intro du contenu*/
#texte_intro{
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	width:auto;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	margin-bottom:10px;
}

.center{text-align:center;}


/*************************** mises en pages *****************************/

