@charset "utf-8";

/*
Theme Name: 1FO Referencement Positionnement, par la société de maintenance informatique 1FO RESEAUX, agence web située à Lyon
Theme URI: http://www.1fo-reseaux.fr/
Description: theme créé par  <a href="http://www.1fo-reseaux.fr/">maintenance informatique</a> siteReferencement Positionnement
Description: theme créé par  <a href="http://www.info-reseaux.org/">Referencement Positionnement</a> site internet

Version: 1
Author: kb
Author URI: http://www.1fo-reseaux.fr/
Tags: blue, custom header, fixed width, three columns, widgets
colors: #fff - orange ; #32485d - dark black 
*/
/* CSS Document */


.thrColLiqHdr #container {
	width: 100%; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-color: white;
} 
.thrColLiqHdr #containernoir {
	width: 100%; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	background-color: #000;
} 

.thrColLiqHdr #header {
background-color: #000;
height:auto;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}

/* Conseils pour les encadrés :
1. Comme nous travaillons en pourcentages, il est préférable de ne pas utiliser de remplissage latéral pour les encadrés. Pour les navigateurs conformes aux standards, il sera ajouté à la largeur, créant ainsi une largeur réelle inconnue. 
2. Pour créer un espace entre le côté de l'élément div et les éléments qu'il contient, attribuez une marge gauche et une marge droite à ces éléments, comme dans la règle ".thrColLiqHdr #sidebar1 p".
3. Comme Internet Explorer calcule les largeurs après avoir restitué l'élément parent, des bogues inexpliquées peuvent parfois se produire pour les colonnes calculées en pourcentage. Pour obtenir des résultats plus prévisibles, il est donc préférable de dimensionner les colonnes en pixels.
*/
.thrColLiqHdr #sidebar1 {
	width: 14%;
	float: left;
	margin-right: 3%;
	padding: 1%;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* Cet élément doit précéder dans le code source tout élément à côté duquel il doit être positionné */
	width: 14%; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div */
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 5px;
	margin-left: 2%;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* il est conseillé d'attribuer des valeurs pour les marges gauche et droite de chaque élément qui sera placé dans les colonnes latérales */
	margin-right: 10px;
	color: #F69;
}

/* Conseils pour mainContent :
1. l'espace compris entre l'élément mainContent et les encadrés est créé avec les marges gauche et droite de l'élément div mainContent.
2. pour éviter une perte de l'élément flottant à la résolution minimale prise en charge (800 x 600), la taille des éléments contenus par l'élément div mainContent doit être égale ou inférieure à 300&nbsp;pixels (images comprises).
3. dans le commentaire conditionnel pour Internet Explorer ci-dessous, la propriété zoom permet de donner à l'élément mainContent l'attribut "hasLayout." Cela évite l'apparition de plusieurs bogues spécifiques d'Internet Explorer.
*/
.thrColLiqHdr #mainContent {
	margin: 0 24% 0 23.5%;
	width:66%;/* les marges droite et gauche de cet élément div créent les deux colonnes extérieures su les deux côtés de la page. Quelle que soit la taille du contenu dans les éléments div des encadrés, l'espace des colonnes reste préservé. Vous pouvez supprimer cette marge gauche si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace des encadrés lorsque le contenu de ces derniers se termine. */
}


		
.thrColLiqHdr #footer {
	padding: 0 10px;
} 
.thrColLiqHdr #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}

.div#footer2 {
	background:#666;
} 
.div#footer2 p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	background:#666;

}

/* Diverses classes à réutiliser */
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre un élément flottant à gauche de la page. L'élément flottant doit précéder celui à côté duquel il doit apparaître dans la page. */
	float: left;
	margin-right: 8px;
}
div#tableau1 {
	background-color: #369;
	border-color:#000;
	width: 100%;
	height: 100%;
	text-align: center;
}
div#tableau3 {
	background-color: #960;
	width: 100%;
	border-color:#000;
	height: 100%;
	text-align: center;
}
div#tableau2 {
	background-color: #F60;
	width: 100%;
	padding: 0;
	border-color:#000;
	height: 100%;
	margin-right: 0%;
	text-align: center;
}
div#tableau4 {
	background-color: #09C;
	border-color:#000;
	width: 100%;
	text-align: center;
	height: 100%;


}
div#tableau5 {
	background-color: #996;
	border-color:#000;
	width: 100%;
	height: 150px;
	height: 100%;
	text-align: center;
}
div#tableau6 {
	background-color: #690;
	padding: 0;
	border-color:#000;
	width: 100%;
	height: 100%;
	margin-right: 0%;
	text-align: center;
}
div#colonne1 {
	float: left;
	width: 15%;
	height: auto;
	margin-right: 1%;
	padding-left: 5px;
} 
div#colonne2 {
	float: right;
	width: 15%;
	height: auto;
	padding-right: 5px;
} 
div#colonne3 {
	width:66%;
	overflow: hidden;
	text-align: center;
	height: auto;
}
div#colonne10 {
	float: left;
	width: 15%;
	background: #099;
	height: 270px;
} 
div#colonne20 {
	float: right;
	width: 15%;
	background: #f69;
	height: 270px;
} 
div#colonne30 {
	width:auto;
	overflow: hidden;
	text-align: center;
	background-color: #241200;
	height: 270px;
}
div#colonne11 {
	float: right;
	width: 15%;
	background: #000;
	margin-top: 1%;
} 
div#colonne12 {
	float: left;
	width: 68%;
	background: black;
	margin-top:1%;
	margin-right: 1%;
} 
div#colonne13 {
	float: left;
	width: 15%;
	margin-top:1%;
	background-color: #000;
	margin-right: 1%;

} 
div#colonne31 {
	float: left;
	width: 15%;
	background: black;
} 
div#colonne33 {
	float: left;
	width: 68%;
	background: black;
	margin-left: 1%;
} 
div#colonne32 {
	float: right;
	width: 15%;
	background-color: #690;
} 
.informatique-lyon {
	position:relative;
	background-color: #333333;
	float: left;
	width: 68%;
	text-align: center;
	overflow:auto;
	visibility: visible;
}
.informatique-lyon2 {
	position:relative;
	background-color: #F36;
	float: left;
	width: 100%;
	text-align: center;
	overflow:auto;
	visibility: visible;
	
}

.tableaucompetences {
	width: 64%;
}

.tableaucompetences4 {
	width: 66%;
}
.tableaucompetences2 {
	width: 66%;
}

.tableaucompetences8 {
	width: 66%;
}

.tableaucompetences9 {
	width: 66%;
}

.spacer {
clear: both;
}


.spacer {
  clear: both;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement des éléments flottants */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #F69;
}
a:visited {
	color: #3CF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #966;
}
a.menu:link
{
	font-family:Arial;
	color:#DB0C41;
	text-decoration:underline;
}
a.menu:visited
{
	font-family:Arial;
	color:#DB0C41;
	text-decoration:none;
}
a.menu:active
{
	font-family:Arial;
	color:#DB0C41;
	text-decoration:underline;
}
a.menu:hover
{
	background-color: #f39;
	color: White;
}

.Titre-3-P
        {
        margin:9.0pt 0.0pt 0.0pt 0.0pt; text-align:center; font-weight:400; 
        }
.Normal-P
        {
	margin:0.0pt 0.0pt 0.0pt 0.0pt;
	text-align:left;
	font-weight:400;
	background-color: #FFF;
        }
.H3-P
        {
        margin:0.0pt 0.0pt 5.3pt 0.0pt; text-align:left; font-weight:400; 
        }
.Normal-P0
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; text-align:left; font-weight:400; 
        }
.Liste-à-puces-P
        {
        margin:0.0pt 0.0pt 9.0pt 0.0pt; padding-left:31.0px;
        font-family:"Wingdings", serif; font-size:10.0pt; line-height:1.13em; 
        text-align:left; font-weight:400; 
        }
.Liste-à-puces-P0
        {
        margin:0.0pt 0.0pt 9.0pt 0.0pt; list-style-type: disc;
        text-align:left; font-weight:400; 
        }
		
.H1
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:12.0pt; 
        line-height:1.13em; 
        }		
		
		
.H3-P0
        {
        margin:5.3pt 0.0pt 5.3pt 0.0pt; text-align:left; font-weight:400; 
        }
.Remarque-P
        {
        margin:0.0pt 0.0pt 9.0pt 0.0pt; text-align:left; font-weight:400; 
        }
.Titre-3-P0
        {
        margin:9.0pt 0.0pt 0.0pt 0.0pt; text-align:left; font-weight:400; 
        }
.Normal-P1
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; text-align:right; font-weight:400; 
        }
.H3-P1
        {
        margin:5.3pt 0.0pt 5.3pt 0.0pt; padding-left:29.0px;
        font-family:"Verdana", sans-serif; font-weight:700; font-size:6.4pt; 
        line-height:1.22em; color:#ffffff; text-align:left; font-weight:400; 
        }
.H3-P2
        {
        margin:5.3pt 0.0pt 5.3pt 0.0pt; list-style-type: decimal;
        text-align:left; font-weight:400; 
        }
.Normal-P2
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; padding-left:23.0px;
        font-family:"Wingdings", serif; font-size:8.0pt; line-height:1.13em; 
        color:#ffffff; text-align:left; font-weight:400; 
        }
.Normal-P3
        {
        margin:0.0pt 0.0pt 0.0pt 0.0pt; list-style-type: square;
        text-align:left; font-weight:400; 
        }
.Titre-3-C
        {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:8pt;
	line-height:1.33em;
	color:#424242;
        }
.Hyperlink-C
        {
	font-family:"Century Gothic", sans-serif;
	font-size:x-small;
	line-height:1.18em;
	color:#F39;
	text-decoration: underline;
        }
.Hyperlink-C-rose
        {
	font-family:"Century Gothic", sans-serif;
	font-size:10pt;
	line-height:1.18em;
	color:#F39;
	text-decoration: underline;
        }
.H3-C
        {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:large;
	line-height:1.21em;
	color:#FFF;
        }
.H3-C0
        {
        font-family:"Century Gothic", sans-serif; font-weight:700; 
        font-size:8.3pt; line-height:1.36em; color:#ff7600; 
        }
.H3-C1
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:6.8pt; 
        line-height:1.33em; color:#ff7600; 
        }
		.H3-C1
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:6.8pt; 
        line-height:1.33em; color:#F39; 
        }
.Mot-clé-C
        {
	font-family:"Verdana", sans-serif;
	font-weight:700;
	font-size:x-small;
	line-height:1.33em;
	color:#F69;
        }
.Liste-à-puces-C
        {
        font-family:"Verdana", sans-serif; font-size:9.8pt; line-height:1.23em; 
        }
.Référence-C
        {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:large;
	line-height:1.13em;
        }
.Référence-C0
        {
        font-family:"Georgia", serif; font-weight:700; font-size:9.6pt; 
        line-height:1.13em; 
        }
.H3-C2
        {
	font-family:"Georgia", serif;
	font-weight:700;
	font-size:14.3pt;
	line-height:1.21em;
	color: #000;
        }
.H3
        {
	font-family:"Georgia", serif;
	font-weight:700;
	font-size:28.3pt;
	line-height:1.21em;
	color: #000;
        }
.Normal-C
        {
        font-family:"Georgia", serif; font-size:12.0pt; line-height:1.13em; 
        }
.Remarque-C
        {
        font-family:"Verdana", sans-serif; font-size:9.0pt; line-height:1.17em; 
        color:#7f7f7f; 
        }
.Mot-clé-C0
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:6.8pt; 
        line-height:1.33em; color:#f5f5f5; 
        }
.Titre-3-C0
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:12.0pt; 
        line-height:1.13em; 
        }
.Mot-clé-C1
        {
        font-family:"Courier New", monospace; font-weight:700; 
        font-size:8.3pt; line-height:1.27em; color:#808080; 
        }
.Référence-C1
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:8.3pt; 
        line-height:1.18em; color:#ffffff; 
        }
.Référence-C2
        {
        font-family:"Verdana", sans-serif; font-weight:700; font-size:6.6pt; 
        line-height:1.18em; color:#ffffff; 
        }
.Référence-C4
        {
	font-family:"Verdana", sans-serif;
	font-weight:700;
	font-size:small;
	line-height:1.18em;
	color:#ffffff;
        }

.Titre-3-C1
        {
	font-family:"Georgia", serif;
	font-weight:700;
	font-size:12pt;
	line-height:1.13em;
	color:#F69;
        }
.Titre-3-C2
        {
	font-family:"Georgia", serif;
	font-weight:700;
	font-size:12pt;
	line-height:1.13em;
	color:#333;
        }
.Référence-C3
        {
        font-family:"Georgia", serif; font-size:8.3pt; line-height:1.27em; 
        color:#ffffff; 
        }
.Titre-3-C3
        {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:large;
	line-height:1.13em;
	color:#099;
        }
.Titre-3-C4
        {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:large;
	line-height:1.13em;
	color:#333;
        }
.Titre-3-C4
        {
	font-family:"Georgia", serif;
	font-weight:700;
	font-size:12pt;
	line-height:1.13em;
	color:#690;
        }
		

.Sous-titre-C
        {
	font-family:"Georgia", serif;
	font-style:italic;
	font-size:6.8pt;
	line-height:1.33em;
	letter-spacing:0.3pt;
	color:#F69;
        }
.Sous-titre-C0
        {
        font-family:"Georgia", serif; font-style:italic; font-size:8.3pt; 
        line-height:1.27em; letter-spacing:0.30pt; color:#ff0000; 
        }
.Normal-C0
        {
        font-family:"Verdana", sans-serif; font-size:6.8pt; line-height:1.33em; 
        color:#ffffff; 
        }
.Normal-C1
        {
        font-family:"Arial Black", sans-serif; font-weight:700; 
        font-size:9.8pt; line-height:1.38em; color:#ffffff; 
        }
.FlashID
		{
		position:relative; left:1020px; top:212px;
		}
.thrColLiqHdr #tableaucompetences {
	width: 100%;
}
.thrColLiqHdr #tableaucompetences {
	width: 100%;
}
#texteacotedeiframe {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
	color: #F39;
	overflow: hidden;
	position: relative;
}
#couleurblocdeliensenrose {
	color: #F06;
}
#h3textemarron {
	font-size: large;
	font-family: Verdana, Geneva, sans-serif;
	color: #3C1E00;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#bandeaugris {
	width:68%;
	overflow: hidden;
}

.block {
	width:22%;
	height:43em;
	float:left;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	padding:1%;
	margin-top: 1%;
	background-color:#CFCFCF;
	margin-right: 1%;
}

.block1 {
	width:17%;
	height:35em;
	float:left;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	padding:1%;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color:#D8D8D8;
	margin-right: 1%;
}

.block2 {
	width:15%;
	height:43em;
	float:left;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	padding:1%;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color:#D8D8D8;
	margin-right: 1%;
}
	

a:hover {
	color: #F69;
	position: relative;
}


.search { padding:10px 20px 0 0; margin:0; float:right; width:180px;}
.search form { display:block; float:right; padding:5px 0;}
.search span { display:block; float:left; background: url(../../css-style-informatique-lyon/maintenance-informatique-lyon/icones-maintenance-informatique-lyon/barre-menu-noire.gif) top no-repeat; width:130px; padding:0 5px; height:20px;}
.search form .keywords { font:normal 12px Arial, Helvetica, sans-serif; color:#3599b7; line-height:14px; float:left; border:0; width:130px; padding:3px 0; height:14px; background:none; margin:0;}
.search form .button { float:left; margin:0; padding:0;}



/* search */
.search { padding:10px 20px 0 0; margin:0; float:right; width:180px;}
.search form { display:block; float:right; padding:5px 0;}
.search span { display:block; float:left; background: url(../../css-style-informatique-lyon/maintenance-informatique-lyon/icones-maintenance-informatique-lyon/barre-menu-noire.gif) top no-repeat; width:130px; padding:0 5px; height:20px;}
.search form .keywords { font:normal 12px Arial, Helvetica, sans-serif; color:#3599b7; line-height:14px; float:left; border:0; width:130px; padding:3px 0; height:14px; background:none; margin:0;}
.search form .button { float:left; margin:0; padding:0;}


DIV.moduletable {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable-nobox {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable_menu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable_text {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable-blue {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable-green {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable-red {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; TEXT-ALIGN: left
}
DIV.moduletable LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable-nobox LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable_menu LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable_text LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable-blue LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable-green LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
DIV.moduletable-red LI {
	MARGIN-LEFT: 0px; LIST-STYLE-TYPE: none
}
.moduletable_inner {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
.moduletable {
	font-family: Arial, Helvetica, sans-serif;
	color: #F39;
	background-color: #333;
	font-size: small;
}
#txtjaune {
	color: #FFC;
	font-size: large;
}

.spiffy{display:block}
.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:0.01em;
	background:#f69
}
.spiffy1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #628185;
	border-right:1px solid #628185;
	background:#60596f;
	font-size: medium;
}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #65a99c;
  border-right:1px solid #65a99c;
  background:#5f526b}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #5f526b;
  border-right:1px solid #5f526b;}
.spiffy4{
  border-left:1px solid #628185;
  border-right:1px solid #628185}
.spiffy5{
  border-left:1px solid #60596f;
  border-right:1px solid #60596f}
.spiffyfg{
	background:#F69;
	font-family: Arial, Helvetica, sans-serif; 
	width:100%;
}
/*FBG*/
.FBG { margin:0; padding:0; }
.FBG_resize {
	width:100%;
	margin:0 auto;
	padding:10px 0;
	border-top:1px dashed #b6b6b6;
	background: #f7f7f7;
}
.FBG_resize p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px 0;
	margin:0;
	line-height:1.5em;
}
.FBG_resize img { float:left; margin:5px; padding:0; }
.FBG_resize a {
	color:#F69;
	text-decoration:none;
}
.FBG_resize h6 { font: bold 14px Arial, Helvetica, sans-serif; color:#b6b6b6; padding:5px 0; margin:0; border-bottom:1px dashed #b6b6b6; }
.FBG_resize .lefta {
	width:17%;
	float:left;
	margin:0;
	padding:20px;
}


/*FBG_blog*/
.FBG_blog { margin:0; padding:0; }
.FBG_blog_resize { width:100%; margin:auto; padding:1% ; background: #f8f8f8; border-bottom:10px; }
.FBG_blog_resize p { font: normal 18px Arial, Helvetica, sans-serif; color:#7a7a7a; padding:0 20px; margin:0; }
.FBG_blog_resize p span { font: normal 11px Arial, Helvetica, sans-serif; color:#9e9e9e; }
.FBG_blog_resize img { float:right; margin:0; padding:10px 20px 0 0; }
.FBG_blog_resize .recent { width:80%; float:left; padding:0; margin:5px 0 0 0; }

p.clr,
.clr {
	clear:both;
	padding:0;
	margin:0;
	background-color: #F69;
}





.h3gras {
	font-weight: bold;
}
hyperlink-c rose {
	color: #F36;
}
#texteenbleu {
	color: #0CC;
}
#domainescompetencesrose {
	color: #411B01;
	font-weight: bold;
	font-size: x-large;
	text-align: left;
	background-color: #FFF;
	font-family: "Century Gothic", sans-serif;
}
.aaa {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#uu {
	font-family: Arial, Helvetica, sans-serif;
}
.uuu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333;
}
h4 {
	font-size: small;
}
h3 {
	font-size: small;
}
h2 {
	font-size: small;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a:link {
	color: #F69;
	text-decoration: none;
}
a:hover {
	color: #690;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-size: medium;
}
h5 {
	font-size: x-small;
	color: #666;
}


/* menu */	
.menu {
	padding:1%;
	margin:1%;
	width:auto;
	float: inherit;
}
.menu ul { padding:3px 0; margin:0; list-style:none; border:0;}
.menu ul li { float:left; margin:0; padding:0 3px; border:0;}
.menu ul li a { display:block; float:left; margin:0 1px 0 0; padding:12px 0 !important; padding:12px 15px 12px 0; color:#fff;  font:normal 14px  Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul li a span.bgi { padding:17px 15px 31px 15px !important; padding:24px 15px; background:none;}
.menu ul li a:hover { color:#ff994e;background: url(images/r_menu.gif) no-repeat right;}
.menu ul li a:hover span.bgi {color:#ff994e;  background:url(images/l_menu.gif) no-repeat left;}
.menu ul li a.active {color:#ff994e; background:url(images/r_menu.gif) no-repeat right ;}
.menu ul li a.active span.bgi {color:#ff994e; background:url(images/l_menu.gif) no-repeat left;}
.menu ul li a span.bgi span { color:#CCC; font:normal 11px Arial, Helvetica, sans-serif; display:block; text-align:center;}

/* Ca3er style */
.cu3er_resize { width:960px; margin:0 auto; padding:0; background: url(maintenance-informatique/images/simple_bg.gif) no-repeat bottom;}
#cu3er-container { width:960px; outline:0; }



.thrColLiqHdr #sidebar2 {
	float: right; /* Cet élément doit précéder dans le code source tout élément à côté duquel il doit être positionné */
	width: 15%;
	margin-left: 2%;
	padding: 1%;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* il est conseillé d'attribuer des valeurs pour les marges gauche et droite de chaque élément qui sera placé dans les colonnes latérales */
	margin-right: 10px;
	color: #333;
}



.menuleft_keywords {
	width:24%;
	float:left;
	margin:0;
	padding:0;
	display:inline;
	background:transparent;

}	

.menuleft_keywords ul {
	display:inline;
	float:left;
	width:39px;
	padding:0;
	margin:0;
	list-style-type:none;
	background: #DCF3FD;

}  

.menuleft_keywords li {
	float:left;
	width:39px;
	display:inline;
	padding:0;
	margin:0;
	margin-bottom:-2px;
	background: #DCF3FD;

} 

.menuleft_keywords li a, .menuleft_keywords li a:link, .menuleft_keywords li a:visited {
	margin:0;
	padding:0;
	padding-left:3px;
	display:inline;
	color:#4fa1cb;
	background: #DCF3FD;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
	height:18px;
	width:39px;
	voice-family:inherit;
}

.menuleft_keywords li a:hover, .menuleft_keywords li a:active {
	margin:0;
	padding:0;
	padding-left:3px;
	color:#f37824;
	background: #DCF3FD;

	text-decoration: overline;
	font-weight: bolder;
	line-height:18px;
	height:18px;
	width:39px;
}

.menuleft_text_keywords {
	float:left;
	width:96%;
	height:auto;
	margin:1%;
	padding:1%;
	display:block;
	border-bottom:0px #f37824 solid;
	border-right:0px #f37824 solid;
	background: #DCF3FD;

}	
.thrColLiqHdr #container #depannage-lyon div h3 em strong {
	font-size: x-large;
}

.rdv {
	font-size: 9pt;
}
.thrColLiqHdr #container #depannage-lyon div h3 em {
	font-size: large;
}

