/*** Document CSS du site Business Kommunication : b-kom.com ***/

* {
	margin: 0;
	padding: 0;
}
/* Fond de la page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Fond du site */
div#conteneurGlobal {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -390px;
}

/** Bannière du site **/
div#banniere {
	height:120px;
	width:760px;
	position:absolute;
	top: 7px;
	left: 10px;	
}

/* Historique de la navigation */
div#historique {
	text-align: left;
	font-size:11px;
	height: 20px;
	left: 10px;
	right : 10px;
	padding-left: 20px;
	position: absolute;
	top: 130px;
}

/* Mentions légales */
div#mentionsLegales {
	background-color:#FFFFFF;
	position: fixed;
	text-align: center;
	font-size: 9px;
	height: 13px;
	width: 580px;
	bottom:0px;
}
/* Conteneur du menu et de l'affichage */
div#conteneurA {
	position:absolute;
	top:150px;
	left:20px;
	width:740px;
}

/** Menu **/
div#conteneurMenu {
	text-align: left;
	font-variant: small-caps;
	font-size: 15px;
	height: 100%;
	width: 140px;
	position:absolute;
}
div#fenetreMenu {
	position: absolute;
	width:140px;
	height:auto;
}
div#menuAgence {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuConseil {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuCreation {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuPhotogravure {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuImpression {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuPhotos {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuDevis {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuContacts {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
div#menuLiens {
	height: 18px;
	width: 120px;
	left: 10px;
	margin: 3px 10px;
}
#menuAgence:hover {
	background-color:#FCE468;
}
#menuConseil:hover {
	background-color:#3377E7;
}
#menuCreation:hover {
	background-color:#FF9900;
}
#menuPhotogravure:hover {
	background-color:#4A9D54;
}
#menuImpression:hover {
	background-color:#DA327D;
}
#menuPhotos:hover {
	background-color:#BEBEBE;
}
#menuDevis:hover {
	background-color:#32D4DA;
}
#menuContacts:hover {
	background-color:#C7E25E;
}
#menuLiens:hover {
	background-color:#618F8B;
}
/* Sous-menu */
div#sous-menuCreation {
	font-size:12px;
	width: 110px;
 	margin: 3px 5px;
	padding-left:10px;
}
div#sous-menuImpression {
	font-size:12px;
	height: 16px;
	width: 110px;
 	margin: 3px 5px;
	padding-left:10px;
}
#sous-menuCreation:hover {
	background-color:#FF9900;
}
#sous-menuImpression:hover {
	background-color:#DA327D;
}

/** Affichage des Rubriques**/

div#conteneurRubrique {
	height: 100%;
	width: 580px;
	position: absolute;
	left:160px;
}
/* Titre de la rubrique*/
div#titre {
	font-variant:small-caps;
	font-size:16px;
	position:absolute;
	height:16px;
	width:550px;
	top:50%;
	left:50%;
	margin-left:-275px;
	margin-top:-12px;
}
/* Affichage du corps de la rubrique */
div#affichage {
	position:absolute;
	text-align:justify;
	height:auto;
	width:100%;
	top:30px;
}

/** Habillage arrondi du titre **/



/** Liens **/
#conteneurMenu a {
	color:#000000;
	text-decoration:none;
}
#mentionsLegales a {
	color:#000000;
	text-decoration:none;
}
#historique a {
	color:#000000;
	text-decoration:none;
}
#historique a:hover {
	color:#000000;
	text-decoration:underline overline;
}
a:link {
	color:#3D6392;
	text-decoration:underline;
}
a:visited {
	color:#3D6392;
	text-decoration: underline;
}
a:hover {
	color:#3D6392;
	text-decoration:underline overline;
}

/** Texte **/
h1 {
	text-align:left;
	font-size: 26px;
	font-variant:small-caps;
	color: #3D6392;
	margin-bottom:40px;
}
h2 {
	font-size: 14px;
	margin-bottom:40px;
}
h3 {
	color: #3D6392;
	font-size: 12px;
	margin-bottom:6px;
	font-weight: bold;
}
p {
	margin-bottom:25px;	
}
.Style1 {
	color: #666666
}
.Style2 {
	color: #3D6392;
	font-weight: bold;
}
.Style3 {
	color: #3D6392;
	font-weight: bold;
	font-size:12px;
}
.Style4 {
	font-size:9px;
	text-align:center;
}
ul {
	list-style-position:inside;
}
