/* GENERAL TEMPLATE */

*{
	margin:0;
	padding:0;
}

body{
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	background-color:#ebf2c1;
	color:#000;
	font-size:12px;
}

a{
	color:#d50707;
	font-weight:bold;
}

img{
	border:none;
}

#container{
	width:980px;
	margin:0 auto 20px;
}

#container_left{
	width:250px;
	float:left;
}

#logo{
	width:250px;
	height:150px;
	background:url(../images/logo.png) no-repeat;
}

#main_menu{
	width:200px;
	margin:25px 0 0 25px;
}

#menu_top{
	height:15px;
	background:url(../images/menu_top.jpg) no-repeat;
}

#menu{
	min-height:200px;
	background:url(../images/menu.jpg) repeat-y;
}

#menu ul{
	list-style-type:none;
	margin-left:35px;
}


#menu ul li a:link, #menu ul li a:visited{
    text-decoration:none;
	color:#161a65;
	font-size:11px;
	font-family:Tahoma;
	font-weight:bold;
	padding-left:10px;
}

#menu ul li a:hover{
	color:#9f0404;
}

#menu_bottom{
	height:15px;
	background:url(../images/menu_bottom.jpg) no-repeat;
}

#box{
	height:273px;
	background:url(../images/box.jpg) no-repeat;
	margin:30px 0 0 25px;
}

#box p{
	color:#000;	
	font-size:11px;
	padding:60px 0 0 25px;
}

.mailto{
	color:#d50606;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}

.mailto:hover{
	color:#000;
	text-decoration:underline;
}

#container_right{
	width:730px;
	margin-left:250px;
}

#banner{
	width:730px;
	height:350px;
	background:url(../images/banner.png) no-repeat;
}

#titre{
	width:160px;
	height:20px;
	position:absolute;
	margin:278px 0 0 552px;
}

#titre h1{
	font-size:13px;
	color:#492911;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

#content{
	width:730px;
	min-height:250px;
	padding-top:15px;
}

#contenu{
	width:660px;
	min-height:235px;
	margin-left:50px;
}

#contenu p{
	color:#000000;
	font-size:12px;
}

#footer{
	width:675px;
	height:180px;
	margin:30px 0 0 50px;
}

#proximedia{
	width:660px;
	height:20px;
	margin:15px 0 0 50px;
	text-align:right;
}

input, select, textarea{ font-family: verdana ; font-size: 10px ; color: #3A3A3A ; border: solid 2px #3A3A3A ; border-width: 1 ;background-color:#ffffff ; color:#000000; }

/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }






