html, body {
	height: 100%;
	margin: 0;
	background: #33322D;
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #33322D;
	}
H1 {
color:#FF3300;
font-size:14px;
}

H2 {
color:#33322D;
font-size:12px;
}

img {	text-decoration: none;
	border: 0px white solid;
}

a:link {  color: #33322D; text-decoration: none}
a:visited {  color: #33322D; text-decoration: none}
a:active {  color: #33322D; text-decoration: none}
a:hover {  color: #33322D; text-decoration: underline}
.nav {
	padding-right: 20px;
  } 


div#global {
	min-height: 100%;
	width: 900px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}
div#header {
	width: 900px;
	height: 76px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0 auto;
	position: relative;
	}
div#piclarge {
	width: 900px;
	height: 198px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	background-image:url(../images/piclarge.jpg);
	}
div#piclarge2 {
	width: 880px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	font-color:#FFA200;
	background-image:url(../images/bandeau_qcm.jpg);
	padding-left:10px;
	padding-right:10px;
	}
div#login {
	padding-top: 2px;
	padding-left: 380px;
	color: #B43433;
	filter:Alpha(opacity=80, finishopacity=90, style=1)
	}
div#principal {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-color: white;
	background-image:url(../images/fond.jpg);
	padding-top: 7px;
	padding-bottom: 7px;
}

div#bloc {
	width: 880px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	margin-left: 10px;
}


div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	}
div#content {
	float: left;
	width: 530px;
	}
div#sidebar {
	float: right;
	width: 200px;
	}

div#center {
	margin: 0 auto;
	position: relative;
	background-color: red;
}

div#crashtestkarting {
	padding-bottom: 0px;
        padding-top: 60px;
        padding-left: 450px;
	overflow: auto;
}


div#tabset_tabs {
	padding-bottom: 15px;
}
div#concept {		
	width: 500px;
}

.bloc11 {
	float: left;
	background-color: white;

}

.bloc215 {
	width: 210px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
	padding-left: 5px;
	float: left;
}
.bloc13 {
	height: 190px;
	width: 265px;
	float: left;
	margin-left: 10px;
}

.bloc21 {
	height: 414px;
	width: 760px;
	float: left;
}

.bloc22 {
        padding-top: 22px;
	height: 300px;
	width: 340px;
	float: left;
	margin-left: 10px;
}

.bloc31 {
	height: 400px;
	width: 600px;
	float: justify;
}

.bloc41 {
	height: 70px;
	width: 400px;
	float: left;
}
.bloc42 {
}
.bloc51 {
	height: 400px;
	width: 400px;
	float: left;
}
.bloc52 {
        padding-top: 22px;
        padding-left: 100px;
	height: 200px;
	width: 200px;
	float: left;
}

.galerie1 {
        padding-top: 0px;
        padding-left: 0px;
	height: 160px;
	width: 60px;
	float: left;
	clear : both;
}

.galerie2 {
        padding-top: 0px;
        padding-left: 0px;
	height: 160px;
	width: 60px;
	float: left;
	clear : both;
}

.galerie3 {
        padding-top: 0px;
        padding-left: 0px;
	height: 160px;
	width: 60px;
	float: left;
	clear : both;
}




.europ {
        padding-top: 102px;
}

.imagenews1 {
	background-color: blue;
	height: 50px;
	width: 215px;
	float: left;
}
.textnews1 {
	height: 190px;
	width: 316px;
	float: left;
	margin-left: 10px;
}


.champ {
	font-family: verdana;
	font-size: 8pt;
	background-color: #E3E4DC;
	color : #4A4A4A;
}
.champ_b {
	font-family: verdana;
	font-size: 8pt;
	background-color: #B43433;
	color : #FFFFFF;
}



.flag {
	padding-left: 10px;
}

.imggauche {
	float: left;
	padding: 4px;
  } 
.imgcentre {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 4px;
	float: center;
  } 

.titre {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana; 
	TEXT-DECORATION: none;
	color: #727F86;
	font-weight: bold;
  } 

#news1 {
	padding-top: 10px;
	padding-bottom: 20px;
  } 

.ligne_tab_on {
	border-collapse: collapse;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
}
.ligne_tab_off {
	border-collapse: collapse;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	background-color: #E6E6E6;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


#bloc_left {
	width: 215px;
	float: left;
	margin-left: 4px;
	padding : 0;
}
#bloc_right {
	width: 490px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 4px;
	padding : 0;
}
#bloc_news {
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	padding : 0;
}
.just {
text-align: justify;
}

.just a: link {  color: blue; text-decoration: underline}
.just a:visited {  color: blue; text-decoration: underline}
.just a:active {  color: red; text-decoration: underline}
.just a:hover {  color: #33322D; text-decoration: underline}
