﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	background-color:#e2e1e1;
}
/*1px = montre les cadres sur la page html*/
div{
	border:0px solid #000000;
}

balises{
	propriété : valeur !important;
	}

/*************************** 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 img{
border:none;
}

a:visited{
	color: #000000;
}
a:hover {
	color: #036;
	text-decoration:underline;
}

/*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;
}


/*************************** global *****************************/
/* page*/
#global{
	width:692px;
	padding-bottom:10px;
}

/* cadre texte + image rappel contenu*/
.title{
	height:20px;
	width:90px;
	margin-left:5px;
	margin-top:2px;
	}
	
/* cadre de texte*/
.contenu{
	height:85px;
	width:70px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:right;
	padding-left:5px
}

.texte{
height:85px;
width:138px;
	margin-top:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.pilote{
	width:290px;
	height:110px;
margin-left:37px;
float:left;
margin-top:15px;
margin-bottom:10px;
/*background-image:url(../images/background_planning.jpg);*/
background-color:#e2e1e1;
padding-bottom:5px;
border-width:2px;
border-color:#999
}

.ligne_nom{
		background-color:#989696;
		height:20px;
		width:138px;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		font:Verdana, Geneva, sans-serif;
		padding-top:4px;
	
		}
		
.question{
float:right;
	padding-left:3px;
	font-size:9px;
	width:auto;
	height:auto;
}

.reponse{
	float:right;
	font-size:10px;
	font-weight:bold;
	}

.photo{
width:60px;
height:85px;
float:left;
margin-left:3px;

	}


/* police rappel de la categorie*/
.titre{

	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
}

.photo_moto{
	width:130px;
	height:98px;
	float:right;
	margin-top:10px;
	margin-right:10px;


	}
	
li {
 font-size: 100%;
 font-weight:bold;
 color: black;
 display : list-item;
 list-style-image : url(puce.gif);
} 


/* intro du contenu*/
.texte_intro{
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	width:auto;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}


/*************************** mises en pages *****************************/

