/* v1.0 | 20080212 */
 
 html, body, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
  caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: top;
        background: transparent;
 }
 


 ol, ul {
        list-style: none;
 }
 blockquote, q {
        quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
        content: '';
        content: none;
 }
 
 /* remember to define focus styles! */
 :focus {
        outline: 0;
 }
 
 /* remember to highlight inserts somehow! */
 ins {
        text-decoration: none;
 }
 del {
        text-decoration: line-through;
 }
 
 /* tables still need 'cellspacing="0"' in the markup */
 table {
        border-collapse: collapse;
        border-spacing: 0;		
 }
 


 
.clearfix {display:inline-block;}
 /* Hide from IE Mac \*/
 .clearfix {display:block;}
 /* End hide from IE Mac */
 

 .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
 }
 
 .clearfix {
    display: inline-block;
 }
 
 html[xmlns] .clearfix {
    display: block;
 }
 
 * html .clearfix {
    height: 1%;
 }
 
  

html, body {
	height: 100%;
}
body {
	font-family: "Tahoma", "Arial", "Helvetica", Sans-serif;
	font-size: 12px;
	color: #505050;/*#505050;*/
	line-height: 1.5;
	background: #ffffff url(../images/bg_tee.png) repeat-x center top;
}
.centrer {
	text-align: center;
}
.agauche {
	text-align: left;
	
}
.adroite {
	text-align: right;
}
.valign {
	vertical-align: top;
}
.clear {
	clear: both;
}
.spacermin {
	height: 5px;
	clear: both;
}
.spacermid {
	height: 10px;
	clear: both;
}
.spacermax {
	height: 20px;
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#toplevel-menu {
	position: absolute;
	z-index: 2;
	width: 600px;
	height: 150px;
	right: 0;
	top: 0;
	text-align: right;
}
#toplevel-menu ul li {
	display: block;
	float: right;
	height: 100px;
}
#toplevel-menu li a {
	padding: 40px 20px 10px 20px;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	display: inline-block;
}
a#accueil {
	border-right: 1px #B80679 solid;
	color: #B80679;
}
a#etude {
	border-right: 1px #E23418 solid;
	color: #E23418;
}
a#references {
	border-right: 1px #97D21C solid;
	color: #3093D4;
}
a#contact {
	/*border-right: 1px #97D21C solid;*/
	color: #97D21C;
}
a#accueil:hover, a#accueil.active {
	color: #fff;
	background-color: #B80679;
}
a#etude:hover, a#etude.active {
	color: #fff;
	background-color: #E23418;
}
a#references:hover, a#references.active {
	color: #fff;
	background-color: #3093D4;
}
a#contact:hover, a#contact.active {
	color: #fff;
	background-color: #97D21C;
}
.demo-show2 h3, .demo-show3 h3, .demo-show4 h4 {
	cursor: pointer;
}

.demo-show3 h3{
	margin:0 0 15px 0;
	
}

h4{
	color:#3093D4;
	margin:0 0 5px 0;
	font-weight:normal;
}
.demo-show4 li{
	list-style:disc;
	margin:0 0 0 20px;
}
.references p{
	font-weight:bold;
	margin:0 !important;
}
.references h3{
	font-weight:normal;
}
.demo-show2 div {
	padding: 0 0 10px 20px;
	font-weight:bold;
}
.demo-show3 div, .demo-show4 div {
	padding: 0 0 20px 0;
}
#col-left h3 {
	padding: 5px 0 5px 20px;
}
#col-left h3 a {
	color: #fff;
	font-size: 15px;
}
.demo-show2 div a {
	color: #808080;
}
.demo-show2 div a.active, .demo-show2 div a:hover {
	color: #F29F00;
}
hr {
	border: none;
	margin: 5px 0 5px 0;
	padding: 0;
	height: 1px;
	background-color: #666666;
	color: #333333;
}


.fright {
	float: right;
}
.fleft {
	float: left;
}
p {
	margin: 0 0 15px 0;
}
#main-wrapper {
	width: 770px;
	padding-top: 10px;
	margin:auto;
	position: relative;	
}
#content-wrapper {
	position: relative;
	padding: 40px 0 40px 0;
}
#footer {
	width: 740px;
	margin: auto;
	position: relative;
	border-top: 2px #808080 solid;
	padding: 10px 0 20px 0;
	text-align: right;
}
#footer a {
	color: #808080;
}
#footer li {
	display: inline;
	border-right:1px #808080 solid;
	padding:0 10px 0 10px;
}
#footer li.last{
	border-right:none;
	padding:0 0 0 10px !important;
}
#cols-wrapper {
	width: 740px;
	margin: auto;
	position: relative;
	background:transparent url(../images/bg_content.png) repeat-y;
}
#col-left {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
#col-center {
	width: 280px;
	float: left;
	padding: 0 20px 0 0;
	
}
#col-center.etude h1{
	text-transform:uppercase;
	color:#E23418;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#col-center.references h1{
	text-transform:uppercase;
	color:#3093D4;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#col-center.references em{
	color:#3093D4 !important;
	font-style:normal !important;
}
#col-center.etude h2{
	color:#808080;
	font-size:1.20em;
}
#col-center.references h2{
	color:#808080;
	font-size:1.20em;
}

#col-center.etude li, #col-right.approche li{
	list-style:disc;
	margin:0 0 0 5px;
	font-weight:normal !important;
}
#col-right.intervention li{
	list-style:none;
	margin:0;
	font-weight:normal !important;
	}
#col-right.avantages h2{
	color:#808080;
	font-size:1.20em;
	margin:0 0 15px 0;
}
#col-right.avantages h3{
	color:#F7B8AC;
	font-size:1.20em;
	text-decoration:underline;	
}
#col-right.avantages li{
	font-style:normal !important;
}
span.active{
	color:#E23418;
}
#col-right {
	width: 210px;
	float: right;
	
}
#col-right.accueil, #col-right.etude{
	/*font-weight:bold;*/
	color:#FFFFFF;

}

#col-center a, #col-right a {
	color: #B80679;
}
a#logo {
	width: 250px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #fff url(../images/logo_tee.png) no-repeat right top;
	z-index: 1;
}
a#logo span {
	display: none;
}
#col-center em, .orange{
	color:#E23418 !important;
	font-style:normal !important;
}
#col-right em{
	color:#620000!important;
	font-style:normal !important;
}

.orange a{
	color:#bc111f !important;
}
#bandeau {
	position: relative;
	/*top: 90px;
*/
	width: 100%;
	background: url(../images/tee_bandeau8NEW.jpg) no-repeat center bottom;
	height: 270px;
	width: 740px;
	margin: auto;
}
#bandeau-spacer {
	background: #fff;
	height: 5px;
	border-bottom: 5px #B80679 solid;
	width: 740px;
	margin: auto;
}
h1 {
	margin: 0 0 15px 0;
}
h2 {
	color: #B80679;
}

#cadre-actualite {
	width: 200px;
	height: 80px;
	border: 1px #97D21C solid;
	position: relative;
	background-color: #FFFFFF;
}

#cartouche-contact {
	width: 200px;
	height: 145px;
	border: 1px #97D21C solid;
	position: relative;
	background: #fff url(images/cartouche_tee.png) no-repeat center center;
}
#cartouche-contact div{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 170px;
	z-index:1;
}
a#mailto{
	position:absolute;
	width:100%;
	height:18px;
	bottom:20px;
	left:0;
	display:block;
}
dt {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size:1.20em;
}
h3.c4 {
	background-color: #97D21C;
	margin:0 0 5px 0;
}
h3.c2 {
	background-color: #E23418;
	margin:0 0 5px 0;
}
h3.c3 {
	background-color: #3093D4;
	margin:0 0 5px 0;
}
h3.c1 {
	background-color: #B80679;
	margin:0 0 5px 0;
}
#formulaire input{
	width:280px;
	height:22px;
}
#formulaire textarea{
	width:280px;
	height:150px;
}
/*Headline*/
#scrollup {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;
*/
	height: 130px;
	width: 200px;
	color: #000000;
}
.headline {
	position: absolute;
	top: 210px;
	left: 0px;
	height: 125px;
	width: 190px;
}
#scrollup strong {
	color: #00ccff;
}
blockquote a{
	color:#1e5a9d;
	text-transform:uppercase;
}

blockquote{
	margin:15px 0 0 30px;
}



.piedtee {
	margin: auto;
	position: relative;
	padding: 0px;
	text-align: center;
	background-image:url(images/tee_pied.png);
	background-position:top;
	background-repeat:repeat-x;
	}

.piedtee a{
color:#1e5a9d;
}

dt {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size:1.20em;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	width:200px;
	margin-left:0px;
	margin-right:10px;
	font-family: Verdana;
	font-size: 12px;
}
#menu dt {
	cursor: pointer;
	margin: 0;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
}

#menu dt a{
	color: #FFFFFF;
	text-decoration: none;
	display: table-cell;
	border: 0 none;
	height: 100%;

}

#menu dt a:hover  {
	text-decoration: underline;
}

#menu li {
	cursor: pointer;
	height: auto;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-indent:20px;
}

#menu li a{
color: #666666;
display: table-cell;
border: 0 none;
line-height:15px;
padding:0;
}

#menuaccueil, #menuetude, #menucontact, #menugestion {
line-height:30px;
text-indent: 20px;
}

#menugestion {
background-color:#3093D4;
background-repeat:no-repeat;
line-height:30px;
text-indent: 20px;
}

#menuaccueil {
background-color:#B80679;
background-repeat:no-repeat;
line-height:30px;
text-indent: 20px;
}

#menuetude {
background-color:#E23418;
background-repeat:no-repeat;
line-height:30px;
text-indent: 20px;
}

#menucontact {
background-color:#97D21C;
background-repeat:no-repeat;
line-height:30px;
text-indent: 20px;
}

li a#menuetude:hover{
color: #E23418;
text-decoration: underline;
}

#col-center {
	width: 380px;
	float: left;
	padding: 0 20px 0 0;
	
}

#col-center.actualites {
	width: 500px;
}
#col-center.etude h1{
	text-transform:uppercase;
	color:#E23418;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#col-center.actualites h1{
	text-transform:uppercase;
	color:#666666;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#col-center.actualites h3{
	color:#666666;
	font-size:1.20em;
	text-decoration:underline;	
}

#col-center.references h1{
	text-transform:uppercase;
	color:#3093D4;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#col-center.references em{
	color:#3093D4 !important;
	font-style:normal !important;
}
#col-center.etude h2{
	color:#808080;
	font-size:1.20em;
}
#col-center.references h2{
	color:#808080;
	font-size:1.20em;
}

#col-center.etude li, #col-right.approche li{
	list-style:disc;
	margin:0 0 0 5px;
	font-weight:normal !important;
}
#col-right.intervention li{
	list-style:none;
	margin:0;
	font-weight:normal !important;
	}
#col-right.avantages h2{
	color:#FFFFFF;
	font-size:1.20em;
	margin:0 0 15px 0;
}
#col-right.avantages h3{
	color:#F7B8AC;
	font-size:1.20em;
	text-decoration:underline;	
}
#col-right.avantages li{
	font-style:normal !important;
}

#col-right {
	width: 200px;
	float: right;
	color:#FFFFFF;
	margin-left:2px;
	margin-right:2px;
}

#col-center.etude li, #col-right.approche li{
	list-style:disc;
	margin:0 0 0 15px;
	font-weight:normal !important;
}
#col-right.intervention li{
	list-style:none;
	margin:0;
	font-weight:normal !important;
	}
	
#col-right.accueil li, #col-right.etude li{
	color:#FFFFFF;
	/*font-size:1.20em;*/
	/*
text-decoration:underline;
*/
	margin:0px 0px  5px 10px;
}
#col-center a {
	color: #B80679;
}

 #col-right a {
	color: #620000;
}


span.activeexp{
	color:#E23418;
}
span.activeref{
	color:#3093D4;
}


.demo-show3 h3{
	cursor: pointer;
}

.demo-show3 h3{
	margin:0 0 15px 0;
	
}
.demo-show3 div{
	padding: 0 0 20px 0;
}

#menugestion li a:hover{
color: #3093D4;
text-decoration: underline;
}


#txtetude h1{
	text-transform:uppercase;
	color:#E23418;
	font-size:1.50em;
	margin:0 0 5px 0;
}
#txtreferences h1{
	text-transform:uppercase;
	color:#3093D4;
	font-size:1.50em;
	margin:0 0 5px 0;
}

#txtetude h2{
	color:#808080;
	font-size:1.20em;
}
#txtreferences h2{
	color:#808080;
	font-size:1.20em;
	text-decoration:underline;
}

body {
	font-family: "Tahoma", "Arial", "Helvetica", Sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 1.5;
	background: #ffffff url(../images/bg_tee.png) repeat-x center top;
}

.txtact{
	text-align:center;
	
	color:#333333;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size: 12px;
}

.txtref, .txtref p{
	color:#333333;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size: 12px;
}

.txtref a{
	color:#003366;
}
