/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#boutonsinsta {
	height: 100px;
	background: url(images/trait_titre.gif) 0px 20px repeat-x;
}
#boutonsinsta img{
	float: left;
	border: solid 2px #EED135;
	margin: 10px 10px 10px 10px;	
}
#content h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ensembleimage{
	background: #001D4C;
	width: 730px;
}

.ensembleimage img{
	border: none;
	padding: 5px;
}

.ensembleimage .imagetexte{
	margin: 5px 0px 0px 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 0.9em;
}

.ensembleimage2{
	background: #001D4C;
	width: 550px;
}

.ensembleimage2 img{
	
}

.ensembleimage2 .imagetexte2{
	margin: 5px 0px 0px 5px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: white;
	font-size: 0.9em;
}

table{
	border: 1px solid #00000;
	border-collapse: collapse;
	width: 60%;
	margin: auto 20px;
}

table th{
	background: #001D4C;
	color: white;
	text-align: center;
	padding: 10px;
}

table td{
	text-align: left;
	padding: 5px;
}
/*--------------------------------------------------------------*/
h4.titre_prestation {
	background: #001D4C;
	color: white;
	font: bold 12px Verdana;
	text-align: center;
	width: 98%;
	margin: 0;
	margin-left: -1px;
	border: solid 1px #001D4C;
	height: 30px;
	line-height: 30px;
}
.contenu_prestation table {
	width: 98%;
	margin: 0;
	margin-bottom: 20px;
}

.contenu_prestation table td {
	border: solid 1px #001D4C;
	text-align: center;
	padding: 5px auto;
}

/*------------------------------------------------------------------*/
