/* Start of CMSMS style sheet 'teltech_screen_fr' */
@charset "utf-8";
/* CSS Document */

html {
    font-size: 100%; /* Évite un bug d'IE 6-7. */
height:100%;
}
body {
    margin: 0;
    padding: 0; 
	font-family:Arial, Helvetica, sans-serif;
    font-size: .8em; 
    line-height: 1.4; 
    color: #898f84;
height:100%;
    background-color: #ffffff;
	background-image: url(../uploads/images/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#container {
	width: 960px; 

	margin: 0 auto;
	padding: 0 30px 0 30px;
	background-color: none;
	background-image: url(../uploads/images/bgContainer.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* header * ------------------------------------------------------------- */

div#header {
	float: left;
	width: 924px; /* 960 - padding */
	height: 70px; /* 110 - padding */
	padding: 18px;
	background-image: url(../uploads/images/bgHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

span.langSwitch {
display:none;
}

a.langSwitch {
	float: right;
	display: block;
	background-image: url(../uploads/images/bulletLang.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	text-decoration: none;
	color: #898f84;
	font-size: 1.2em;
	padding-bottom: 2px;
}

a.langSwitch:visited { color: #898f84; }
a.langSwitch:hover { text-decoration: underline; }

a#logo {
	display: block;
	width: 213px;
	height: 67px;
	background-image: url(../uploads/images/logoTeltech.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a#logo span { display: none; }

/* subHeader * ------------------------------------------------------------- */

div#subheader {
	float: left;
	height: 207px;
	width: 960px;
	background-color: #e51c3a;
}
div#menu {
	float: left;
	height: 207px;
	width: 310px;
	background-image: url(../uploads/images/bgMenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#menu ul {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

div#menu ul li a {
	display: block;
	color: #f2f2f2;
	letter-spacing: 0.15em;
	font-size: 1.2em;
	line-height: 1.9em;
	text-decoration: none;
	height: 30px;
	padding: 0 0 0 30px;
}

div#menu ul li a:hover, div#menu ul li a.currentpage {
	font-weight: bold;
	background-image: url(../uploads/images/bgItemMenu.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#tagline {
	float: left;
	height: 207px;
	width: 650px;
}


/* partie GAUCHE, milieu * ------------------------------------------------------------- */

div#wrapperMiddle {
	clear:both;
position:relative;
min-height:650px;
background:#f9f9f9;
}

div#colGauche {
	float: left;
	padding: 0px;	
	width: 711px; /* 960 - 249 (images de droite) */
	background-color: #ffffff;
}

div#colGauche div.intro p{ 
padding:5px 20px 5px 15px;
}

div#colGauche h1 {
	padding: 0px 14px 16px 14px;
	font-weight: normal;
	font-size: 1.4em;
}

/* accueil seulement * ------------------------------------------------------------- */

div.mid3col {
	width: 28%;
	padding: 16px;
	float: left;
	font-size: 1.1em;
}

div.midBlocPale {
	width: 323px;
	padding: 16px;
	background-color: #eeefee;
	float: left;
	font-size: 1.1em;
}

div.midBlocFonce {
	width: 324px;
	padding: 16px;
	background-color: #e8e8e7;
	float: left;
	font-size: 1.1em;
}

div.midBlocPale h2, div.midBlocFonce h2 {
	margin: 0 0 8px 0;
	font-size: 1.2em;
}

div.midBlocPale p, div.midBlocFonce p { font-size: 0.9em; }
div.midBlocPale img, div.midBlocFonce img { margin: 0 16px 16px 0; float: left; }
div.midBlocPale ul, div.midBlocFonce ul {
	clear: left;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 16px;
}
div.midBlocPale ul li, div.midBlocFonce ul li {
	font-size: 0.9em;
	font-weight: bold;
}

div#colGauche div.firstRow { height: 260px; }
div#colGauche div.secondRow { height: 265px; }
div#colGauche div.thirdRow { height: 300px; }
div#colGauche div.fourthRow { height: 470px; }


div.midBlocPale a, div.midBlocFonce a, div.midBlocPale h2 span, div.midBlocFonce h2 span { color: #898f84; text-decoration: none; font-weight: bold; background: url(../uploads/images/dotsUnderLink.png) repeat-x bottom left; }

/* partie DROITE, milieu * ------------------------------------------------------------- */

div#colDroite{
	float: right;
	width: 249px; /* (largeur images de droite) */
	/*background-color: #fff;
height:100%;*/
}

div#colDroite img.bas{
position:absolute;
right:0px;
bottom:0px;
}

div#colDroite h2 {
	display: block;
	color: #e8e8e7;
	font-size: 1.1em;
	min-height: 23px; /* backg img = 33 height - padding */
	padding: 5px 15px;
    background-color: #e51b39;
	background-image: url(../uploads/images/bgTitreCol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
}

div.description {
	background-color: #f9f9f9;
	padding: 15px;
	color: #898f84;
	font-size: 1.0em;
	line-height: 1.5em;
/*height:100%;
position:relative;*/
}

div#sectionEducative {
	padding: 28px; /* 192 (width de l'image) - 249 (width de la colonne) / 2 */
	font-size: 1.3em;
}

/* page de contenu normal * ------------------------------------------------------------- */

div#contentStyling {
	padding: 16px 32px 16px 16px;
}

div#contentStyling  img{
      position:absolute;
left:0px;
display:block;
bottom:0px;
}

div#contentStyling h1 {
	padding: 0px;
	font-weight: normal;
	font-size: 1.4em;
        margin-top: 0px;
}

div#contentStyling h2 {
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: #898F84 1px solid;
}

div#contentStyling ul li{
	margin-bottom: 16px;
}

div#contentStyling div.mid3col {
	width: 28%;
	padding: 16px 32px 16px 0px;
	float: left;
	font-size: 1.1em;
}

div#contentStyling a { color: #898f84; text-decoration: none; font-weight: bold; background: url(../uploads/images/dotsUnderLink.png) repeat-x bottom left; }

/* footer * ------------------------------------------------------------- */

div#footer {
	clear: both;
	width: 960px; 
	height: 120px;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	background-image: url(../uploads/images/bgFooter.png);
	background-repeat: repeat-y;
	background-position: center bottom;
}

	div#partenaires {
		font-size: 1.3em;
		font-weight: bold;
		color: #d8dbd5;
		width: 356px;
		float: left;
	}
	
		div#partenaires span {
			display: block;
			padding: 15px;
		}
		
		div#partenaires img#avaya {
			float: left;
			display: block;
			margin: 0 15px 0 50px;
		}
		
		div#partenaires img#adtran{
			float: left;
			display: block;
			margin: 0 0 0 15px;
		}
	
	div#bottom_menu {
		color: #d8dbd5;
		width: 355px;
		float: left;
	}
		div.opacityBottom {
			height: 39px;
			text-align: center;
			color: #d8dbd5;
			letter-spacing: 0.2em;
			line-height: 3em;
		}	
		
		div.opacityBottom a, div.opacityBottom a:visited, div.opacityBottom a:hover { color: #d8dbd5; text-decoration: none; }	
		
		div#bottom_menu1 {
			margin-top: 3px;
			background: url(../uploads/images/opacity10prc.png) repeat top left;
		}
		div#bottom_menu2 {
			background: url(../uploads/images/opacity15prc.png) repeat top left;
		}
		div#bottom_menu3 {
			background: url(../uploads/images/opacity20prc.png) repeat top left;
		}
		
	div#coords {
		color: #d8dbd5;
		width: 194px; /* 244 - padding-left de 50 */
		float: left;
		padding-left: 50px;
		line-height: 1.1em;
	}

div#copyright {
	clear: both;
	width: 960px; 
	padding: 10px 0 70px 0;
	margin: 0 auto;
	font-size: 0.8em;
	text-align: center;
}

div#copyright a{
color:#898f84;
}

/* HACKS + XTRAS * ------------------------------------------------------------- */

.clearFix {
	clear: both;
	margin: 0px;
}
/* End of 'teltech_screen_fr' */

