* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;

}
#wrapper {
 width: 900px;
 margin: 0 auto;
 outline:none;
}
#border {
 border: 1px solid #C00;
 margin: 20px 0px 0px 0px;
 background-color: #fffffe;
 min-height: 776px;
 float: left;
 width: 898px;
}
* html #border {height:900px} /* IE Min-Height Hack */ 

#pre-header {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	background-image:url(images/bg-header.png);
	background-repeat:no-repeat;
	margin-top:5px;
}

#header {
 margin: 0px 0px 0px 0px; 
 background-image:url(images/logo-small2.jpg);
 background-repeat:no-repeat;
 height:160px;
 background-color:#000;
}

#headertext {
	width:400px;
	height:130px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#71c15c;
	margin:5px 0px 0px 5px;
	float:right;
	clear:none;
}

#headertextsmall {	
	width:350px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:30px;
	color:#fff;			
	padding-right:50px;
	margin-top:110px;
	float:right;
	
}

/* ------------------------ Début Bar Navigation -----------------*/
#topmenu
{
height:46px;
width: 898px;
padding-left:0px;
background-repeat:no-repeat;
}

/* ------------------------ Menu -----------------*/
.glossymenu{
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 auto 0 auto;
	background: url(images/menug_bg.gif) repeat-x;
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 14px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	 outline:none;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 17px 0 8px; /*Padding of menu items*/
}

.glossymenu li a:hover  {
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li a:hover b { background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/ }


.glossymenu #actif a , .glossymenu #actif a , .glossymenu #actif a  {
	color: #fff;
	background: url(images/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu #actif a b, .glossymenu #actif a b, .glossymenu #actif a b {
		background: url(images/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* ------------------------ Fin Bar Navigation -----------------*/


/* ------------------------ Début Images -----------------*/
img {
 display: inline;
 border: none;
  outline:none;
}
img.block {
 display: block;
}
img.blockindex {
	display:block;
	position:absolute; 
	z-index:1;}
	

	
	
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
.imgillust {border:solid 1px #FFF;}
a img:hover {border:solid 1px #FFF; }

/* ------------------------ Fin Images -----------------*/


/* ------------------------ Début Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 min-height: 95px;
 padding: 0px;
 margin-left:10px; 
 margin-top:10px;
}
* html .leftcolumn-inner {height:100px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 650px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#highlightnews {
 background-image:url(images/highlightnews-black.jpg); 
 height:auto;
 background-repeat: no-repeat;
 text-align: left;
 padding: 17px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 630px;
 color:#FFF;
}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 650px;
}

.content-top-index {
	background:url(images/content-top-index.gif) no-repeat;
	width:650px; 
	height:48px; 
	display:block; 
	float:left;
}


* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid-index {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 60px 14px 5px 14px;
}

.content-mid-index img
{
	float:left;
	margin:3px 10px 14px 0px;
}

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}

.content-mid img
{
	float:left;
	margin:3px 10px 14px 0px;
}
.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}

.left-menu { list-style:none;}
.left-menu li a {text-decoration:none; list-style:none; padding-left:10px; padding-top:5px; display:block; height:20px; color:#666;}
.left-menu li a:hover {
	background:url(images/left-hover-menu.gif); 
	background-repeat:no-repeat;
	text-decoration:none; 
	list-style:none; 
	padding-left:10px; 
	padding-top:5px; 
	display:block; 
	height:20px; 
	color:#FFF;
}

.randompicture
{
background-image:url(images/left-mid.gif);
background-repeat: repeat;
text-align:center;
padding:5px 0px 5px 0px;
overflow:hidden;	
}

.left-heading {
 background-image:url(images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px; 
}
.left-heading h3
{
	font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */


.element-flash {
	background:url(images/bg-flash.png); 
	background-repeat:no-repeat; 
	width:624px; 
	height:104px;
	padding-top:7px; 
	padding-left:7px;
}


.agence {
	width:155px; 
	height:370px; 
	display:block; 
	float:left; 
	background:url(images/bg-agence.png) no-repeat;
}


/* ------------------------ Fin Main Columns -----------------*/


/* ------------------------- Début Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #F00;
 outline:none;
 text-decoration:none;
}

a h1:hover {
 	font-size: 16px;
	color: #FFF;
 	text-decoration:none;
 	display:block; 
	width:150; 
	height:40; 
	background:url(images/bg-h1-hover.png); 
	background-repeat:no-repeat;
	outline:none;
	padding: 10px 0px 0px 40px; 
	margin:5px 0px 0px 10px;
}
.TitreIndex {
	width:150px;
	height:40px;
	padding: 10px 0px 0px 0px; 
	margin:5px 0px 0px 10px;
}
/* ------------------------- Fin Headings ---------------------*/

#submit, #reset {
 border: 1px solid #C00;
 width: 200px;
}



#footer {
 font-size: 11px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color:#FFFFFF;
 margin-bottom: 5px;
 text-align:center;
 width: 900px;
 height: 30px;
 background-image:url(images/bg-footer.png);
 background-repeat:no-repeat;
 padding-top:8px;
}











