/* CSS content */

body {
	background-color: #fff;
}

.tableau {
	border-collapse: collapse;
	border: 0;
	background: #fff;
}
	.tableau td {
		border: 1px solid #ccc;
		padding: 5px;
	}
	.tableau ul  {
		padding: 0;
		margin: 5px 10px 0 40px;
	}
	.tableau_entete_orange {
		background: #FCAF17;
		font-weight: bold;
	}
	.tableau_entete_jaune {
		background: #FECC00;
		font-weight: bold;
	}
	.tableau_entete_rouge {
		background: #C5073D;
		font-weight: bold;
		color: #fff;
	}
	.tableau_entete_vert {
		background: #009933;
		font-weight: bold;
		color: #fff;
	}
	.tableau_entete_bleu {
		background: #0054A8;
		font-weight: bold;
		color: #fff;
	}

.pad_accueil_clientele {
	width: 183px;
	height: 148px;
    background: url(../images/right_pad_accueil_clientele.gif) center center no-repeat;
    color: #fff;
    text-align: left;
    padding: 35px 20px 0 18px;
    margin: 0 0 10px 0;
}
	.pad_accueil_clientele h4 {
	    font-size: 14px;
	    text-align: center;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	.pad_accueil_clientele a {
		color: #fff;
	}
	.pad_accueil_clientele a:hover {
		color: #FFB400;
	}
	.pad_accueil_clientele p {
		padding: 0;
		margin: 7px 0 !important;
	}

.pad_telecharger_hist {
	width: 126px;
	height: 107px;
    background: url(../images/right_pad_download_hist.gif) top left no-repeat;
    color: #00468A;
    text-align: left;
    padding: 56px 0 0 105px;
}
.pad_telecharger_form {
	width: 126px;
	height: 107px;
    background: url(../images/right_pad_download_form.gif) top left no-repeat;
    color: #00468A;
    text-align: left;
    padding: 56px 0 0 105px;
}

#pad_gazoduc {
    width: 210px;
    background: #7F5A4B url(../images/right_pad_gazoduc.jpg) top center no-repeat;
    color: #fff;
    text-align: left;
    padding: 116px 10px 10px 10px;
    margin: 0;
}

#pad_installations-1935 {
    width: 210px;
    background: #7F5A4B url(../images/right_pad_installations-historique.jpg) top center no-repeat;
    color: #fff;
    text-align: left;
    padding: 116px 10px 10px 10px;
    margin: 0;
}


.size10 {
	font-size: 10px;
}
.size11 {
	font-size: 11px;
}
.size12 {
	font-size: 12px;
}
.size13 {
	font-size: 13px;
}
.size14 {
	font-size: 14px;
}
