@charset "utf-8";
/* pagefixes.css : CSS des pages fixes */
/*
- id : liens_utiles
- id : utilitaires
- id : faq_ent
- id : faq_pa
- id : certifs
- id : presentation_pa
- id : presentation_ent

 * Mise à jour : le 16 novembre 2020
 * Auteure de la mise à jour : UKL
 * No version : 1.0.1
 * Description de la mise à jour :
 *  styles pour la nouvelle page intermédiaire
*/

/* Page Liens Utiles - debut */

#liens_utiles,#utilitaires,#faq_ent,#faq_pa,#certifs,#presentation_pa,#presentation_ent{
	background:#FFFFFF;
	border:1px solid #C8C8C8;
	font-size:12px;
}

#liens_utiles table th,#liens_utiles table td{
	padding:0 0 0 5px;
	border:1px solid #009DFF;
}

#liens_utiles table th{
	width:150px;
	background:#d0e9ff;
	color:#000000;
}

#utilitaires{
	font-weight:bold;
}

#utilitaires a{
	margin:0 20px;
	width:200px;
	height:20px;
	padding:0;
}

#utilitaires .lib{
	width:150px;
	font-style:italic;
}

#utilitaires .soustitre,#faq_ent .soustitre,#faq_pa .soustitre{
	background:#d0e9ff;
	color:#000000;
}

#faq_ent a,#faq_pa a{
	padding:0;
}

#certifs .text_bons
{
	margin: 0;
	padding: 0;
}
#certifs .sous_bloc
{
	background: url("/entreprise/images/LSTI_RGS.jpg") no-repeat 99% 95%;
}
#certifs .bons_commandes
{
	width: 100%;
	background: url("/entreprise/images/certinomis.gif") no-repeat 0% 0%;
}
#certifs .bons_commandes div
{
	margin:10px 10px 10px 110px;
	text-align:justify;
}

#certifs div.url_bdc
{
	margin:0;
	line-height:20px;
	text-align:justify;
}

/* Necessary for the column system to work */
* {
	box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
#certifs .column {
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 300px;
}

/* Clear floats after the columns */
#certifs .row:after {
	content: "";
	display: table;
	clear: both;
}

#certifs div.france
{
	background: url("/entreprise/images/france_actif.png") no-repeat 50px 60px;
}

#certifs div.france:hover
{
	background-image: url("/entreprise/images/france_passif.png");
}

#certifs div.domtom
{
	background: url("/entreprise/images/domtom_actif.png") no-repeat 30px 60px;
}

#certifs div.domtom:hover
{
	background-image: url("/entreprise/images/domtom_passif.png");
}

#certifs div.institution
{
	background: #fdeee5 url("/entreprise/images/public_actif.png") no-repeat 30px 20px;
}

#certifs div.institution:hover
{
	background-image: url("/entreprise/images/public_passif.png");
}

#certifs .smallcaps
{
	text-transform: uppercase;
}

#certifs .red
{
	color: #EC6700;
}

#certifs .titre
{
	padding-bottom: 20px;
}

#certifs .entreprise_title
{
	color: #2d285f;
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	width: 550px;
}

#certifs .very_bold
{
	font-weight: 900;
}

#certifs .certs_footer {
	margin: 0 auto;
	padding: 10px;
	width: 890px;
	border-top: #2d285f solid 1px;
	color: #2d285f;
}

#certifs .certs_footer .logo_left,
#certifs .certs_footer .logo_right {
	float: left;
	height: 50px;
}
#certifs .certs_footer .logo_left{
	width: 100px;
}
#certifs .certs_footer .logo_right {
	width: 180px;
}

#certifs .certs_footer .text {
	float: left;
	width: 590px;
	height: 50px;
	padding: 0 10px;
}

/* Clear floats after the columns */
#certifs .certs_footer:after {
	content: "";
	display: table;
	clear: both;
}