body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	
}


.container {
	width: 1020px;
	/*overflow: hidden;*/
}
#container_flex {
	padding-top:155px;
	z-index:99;
	margin-left:-100px;
	margin-right:auto;
	overflow: visible;
}
/*ZONE FAQ CGV AVEC SCROLLER ACTIVABLE*/

#texte_scroller {
 position:relative;
 background-color: #F5F5F5;
 height: 470px;
 width: 970px;
 overflow:auto;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: justify;
 padding: 10px;
}
.box_gauche {
	width: 7px;
	height: 718px;
	position: relative;
	background-image: url(../images/bord_gauche.png);
	background-repeat: no-repeat;
	z-index:0;
}


.box_middle {
	width: 1006px;
	height: 718px;
	position: relative;
	background-image: url(../images/middle.png);
	background-repeat: repeat-x;
	z-index:0;
}

.box_droite {
	
	width: 7px;
	height: 718px;
	position: relative;
	background-image: url(../images/bord_droit.png);
	background-repeat: no-repeat;
	z-index:-1;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.text {
	position: absolute;
	left: 0;
	top: 0;
}



/* HEADER */

.box_logo_teezme {
	width:202px;
	height:147px;
	background-image:url("../images/logo.png");
	position:absolute;
	left:13px;

}
.box_titre {
	width:760px;
	height:30px;
	background-image:url("../images/text_impression_personnalis.png");
	position:absolute;
	left:203px;
	top:7px;
}

.box_teeshirt {
width: 281px;
height: 156px;
position: absolute;
left: 184px;
top: 0px;
background-image: url(../images/bg_header_teeshirt.png);
background-repeat: no-repeat;
}

#header_texte_defilant {
	width:318px;
	height:51px;
	background:url("../images/boite_texte_defilant.png") no-repeat;
	position:absolute;
	left:467px;
	top:41px;
	padding-top:12px;
}
#header_texte_defilant marquee {
	width:250px;
}	
#header_langues {
	width:108px;
	height:36px;
	background:url("../images/drapeau_langues.png") no-repeat;
	position:absolute;
	left:873px;
	top:47px;
	padding-left:39px;
}
.header_langues_box {
	width:33px;
	height:35px;
	float:left;
}
#header_menu {
	position:absolute;
	left:510px;
	top:115px;
}




/*BOUTON ORANGE (HEADER)*/

a.ovalbutton{
background: transparent url('../images/oval-red-left.png') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #F5F5F5; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-red-right.png') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #ffffff;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; 
width: 100%;
}



/* FLEXTOOL */

#contenu {
	position:absolute;
	top:155px;
	left:3px;
}


/* footer */
#footer {
	position:absolute;
	top:654px !important;
	left:185px;

}
#footer ul li {
	display:block;
	float:left;
	background: url(../images/footer_glossy_fond.png) repeat-x; 
	z-index:0;
}
#footer ul .separation {
	background: url(../images/footer_ombre_gauche.png) repeat-x; 
	width:8px;
	height:38px;
}
#footer ul li a {
	text-decoration: none;
 	text-transform: none;
	font-family:arial;
	color:#3F3536;
	font-weight:bold;
	font-size:0.7em;	
	padding:0 10px 0 10px;
}
