#global
{
	padding-top: 10px; /* PADDING AU LIEU DE MARGIN POUR FIFREFOX */
	margin-left: 5%;
	margin-right: 5%;
	font-family: arial;
}

.titre1
{
	font-weight: bold;
	font-size: 15px;
}

.titre2
{
	font-weight: bold;
	font-size: 15px;
}

p{text-indent: 25px;}

.spacer 
{
	clear: both;
	visibility: hidden;
	padding-bottom: 20px;
}

/* .::. ANGLES ARRONDIS .::. */
.conteneur-delai
{
    padding: 0;
	padding-top: 10px;
    width: 350px;/* .::. LARGEUR DE LA BOITE .::. */
    float: left;
	text-align: justify;
	color: #1B0C81;
}

.conteneur-avantages
{
    padding: 0;
	padding-top: 10px;
    width: 350px;/* .::. LARGEUR DE LA BOITE .::. */
    float: right;
	text-align: justify;
	color: #1B0C81;
}

.un /* .::. COMMUN AUX DEUX BLOCS .::. */
{
    margin: 0 4px;
    height: 1px;
    background-color: #BFBFBF;
    overflow: hidden; /* .::. POUR INTERNET EXPLORER .::. */
    border: 1px solid #1B0C81;
    border-top: 0;
	border-bottom: 0;
	background: #1B0C81;
}

.deux /* .::. COMMUN AUX DEUX BLOCS .::. */
{
    margin: 0 3px;
    height: 1px;
    overflow: hidden; /* .::. POUR INTERNET EXPLORER .::. */
    border: 1px solid #1B0C81;
    border-top: 0;
	border-bottom: 0;
	background: #1B0C81;
}

.trois /* .::. COMMUN AUX DEUX BLOCS .::. */
{
    margin: 0 2px;
    height: 2px;
    overflow: hidden; /* .::. POUR INTERNET EXPLORER .::. */
    border: 1px solid #1B0C81;
    border-top: 0;
	border-bottom: 0;
	background: #1B0C81;
}

.quatre /* .::. COMMUN AUX DEUX BLOCS .::. */
{
    margin: 0 1px;
    height: 2px;
	overflow: hidden; /* .::. POUR INTERNET EXPLORER .::. */
    border: 1px solid #1B0C81;
    border-top: 0;
	border-bottom: 0;
	background: #1B0C81;
}

.centredelai
{
    border: 1px solid #FFFFFF;
    border-top: 0;
	border-bottom: 0;
    margin: 0 1px;
    padding: 0 2em;
    min-height: 150px;
    height: auto!important;
    height: 150px;
	background: #FFFFFF;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	opacity: 0.6;
	font-size: 15px;
	font-weight: bold;
}

.centreavantages
{
    border: 1px solid #FFFFFF;
    border-top: 0;
	border-bottom: 0;
    margin: 0 1px;
    padding: 0 2em;
    min-height: 150px;
    height: auto!important;
    height: 150px;
	background: #FFFFFF;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	opacity: 0.6;
	font-size: 15px;
	font-weight: bold;
}