@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: 0px;
	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;
}

/*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{
	border:0px;
}

a img{border:none;}


/*************************** global *****************************/
/* page*/
#global{
	width:100%;
	padding-bottom:10px;
}

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

	#title1{

	background-image:url(../images/background_planning.jpg);
	}

/* cadre de texte*/
#contenu{
	height:auto;
	width:687px;
	margin-left:70px;
	padding-bottom:20px;
	margin-top:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

ul{
	list-style-type:none;
	}


#border_r{
	float:right;
	margin-right:20px;
   margin-top:10px;

	height:auto;
	width:220px;

	}
	
#planning{
font-family:Verdana, Geneva, sans-serif;
font-size:9px;
width:220px;
height:auto;
text-align:left;
background-image:url(../images/background_planning.jpg);
margin-bottom:10px;
/*border-color:#FFF;
border-width:1px;*/
padding-top:5px;
padding-left:2px;
padding-right:2px;
}

.titre_planning{
	font-weight:bold;
	color:#007bc6;
	font-size:12px;

}

.ligne_planning{
	margin-top:5px;
	margin-bottom:5px;
	height:20px;
	width:auto;
	background-color:#989696;

	}


.texte{
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.texte_r{
float:right;

}

.texte1{
	margin-left:2px;
	margin-top:14px;
	font-family:Arial, sans-serif;
	font-size:12px;
	
}

.texte_or{
	margin-left:2px;
	margin-top:14px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#930;
	font-weight:bold;

}


.photo_auto{
	width:100%;
	border:none;
}


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

.titre1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:3px;
}
/* intro du contenu*/
#texte_intro{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
margin-top:0px;
margin-bottom:5px;
font-weight:bold;
text-align:left;
}

.indent{
	text-indent:10px;
	}
	
.marginr{
	margin-right:8px;
}


/*************************** mises en pages *****************************/
.floatl{
	float:left;
	}
	
.center{text-align:center;}

