@charset "utf-8";
/* feuille de style du site Seriac securite. Realisation Jules Leclerc mars 2008 */

BODY {
	font-family: Helvetica, sans-serif, Trebuchet MS;
	color: #424242;
	word-spacing: normal;
	letter-spacing: 0px;
	line-height: 1.3em;
	font-size: 0.9em;
	font-weight:bold;
	background-color: 020128;
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
	margin-top: 40px;
	scrollbar-face-color: #7189AB;
	
}
.txtbase {
	font-family: "trebuchet MS";
	color: #4F4F4F;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 100;
}

a.txtbase {
	font-family: "trebuchet MS";
	color: #4F4F4F;
	text-decoration: underline;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: 100;
}

.txtbleu {
	font-family: "trebuchet MS";
	color: #254375;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
a.txtbleu {
	font-family: "trebuchet MS";
	color: #254375;
	text-decoration: underline;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
.form{
	font-family: "trebuchet MS";
	color: #254375;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	font-size: 12px;
}

.txtrouge {
	font-family: "trebuchet MS";
	color: #EB305A;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
a.txtrouge {
	font-family: "trebuchet MS";
	color: #EB305A;
	text-decoration: underline;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
a.txtrouge:hover{
	font-family: "trebuchet MS";
	color: #4F4F4F;
	text-decoration: underline;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}
.menu {
	font-family: Trebuchet MS;
	color: #424242;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 0.9em;
	font-weight:bold;
}
div#totale {
    	position: relative; /* le paramètre position: relative permet de positionner les deux encadrés par rapport à ce conteneur */
    	width: 950px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
}
div#gauche {
	width: 221px;
	height: 530px;
	float: left;
	background-image: url(images/fond-gauche.jpg);
	background-repeat: no-repeat;
}
div#logo {
	padding-left:53px;
	float:left;
	width: 100px;
	padding-top: 35px;
	float: inherit;
}
div#menu{
	float:left;
	width: 180px;
	padding-top: 20px;
	float: left;
	padding-left: 30px;
}
div#droite {
	width: 718px;
	height: 530px;
	float:left;
	background:url(images/fond-droite.jpg);
	background-repeat: no-repeat;
}
div#droitehaut {
	width: 670px;
	height: 50px;
	padding-left:0px;
	float:none;
	padding-top: 70px;
}
div#milieugauche {
	width: 335px;
	height:300px;
	position:relative;
	float:left;
	padding-left:12px;
	padding-right:5px;
	display: block;
	overflow:hidden;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
	padding-top: 0px;
	vertical-align: middle;
	scrollbar-face-color: #3764AF;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

div#milieudroite {
	width:330px;
	float:left;
	padding-left:16px;
	padding-right:2px;
	height: 320px;
	padding-top: 0px;
}
div#droitemilieu {
	width: 718px;
	height: 350px;
	float:none;
}
div#titre {
	width:340px;
	float: none;
	padding-left: 12px;
	padding-bottom: 0px;
	height: 35px;
}
div#foot {
	width: 300px;
	height: 30px;
	float: right;
	position: absolute;
	top: 475px;
	left: 619px;
}
div#contactdroite {
	width:330px;
	float:left;
	padding-left:16px;
	padding-right:2px;
	height: 320px;
	padding-top: 0px;
	position: absolute;
	left: 577px;
	top: 123px;
}
div#contactgauche {
	width: 335px;
	height:300px;
	position:relative;
	float:left;
	padding-left:12px;
	padding-right:5px;
	padding-top: 0px;
	vertical-align: middle;

}

