* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 13px;
	font-family:Arial;
}

body, html {
	font-size:13px;
	font-family:Arial;
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	min-height:100%;
	min-width:100%;	
	/*background-color:#d4cfc6;*/
	background-image:url(/fileadmin/templates/images/background_image.jpg);
	background-repeat:repeat-y;
}

text{
	font-size: 13px;
	font-family:Arial;
}

#main {
	position:relative;
	min-height:100%;
	min-width:100%;
	height: 100%;
	width:100%;
}



#img_left {
	float:left;
	width:286px;
	height:178px;
}


#bandeau {
	float:left;
	width:654px;
	height:158px;
	background-image:url(/fileadmin/templates/images/map_background_logo.jpg);
	background-repeat:no-repeat;
	min-height:158px;
	/*min-width:654px;*/
	padding-top:20px;
	padding-left:50px;
	background-color:#828180;
}

#right_bandeau
{
	height:178px;
	background-color:#828180;
}

.bandeauTitre1
{
	font-weight:bold;
	font-family:Arial;
	font-size:22px;
	color:#F0E9D7;
}

.bandeauTitre2
{
	font-family:Arial;
	font-size:18px;
	color:#F0E9D7;	
}

#left_main_menu
{
	float:left;
	width: 287px;
	height: 22px;
	background-color: #DEDDDB;
}

#main_menu{
	float:left;
	width: 703px;
	height: 22px;
	background-color: #ABA7A1;
	font-size: 11px!Important;
	line-height:22px;
	font-family:Arial;
	font-weight:bold;
	text-transform: uppercase;
}
#main_menu li{
	font-size:11px!Important;
}
#right_main_menu
{
	height:22px;
	background-color:#bfbab1;
	
}

.menu_actif{
	background-color:#E8E2D8;
	float: left;
	position: relative;
	line-height: 22px;
}

#main_menu ul,
#sous_menu ul{
	list-style: none;
	vertical-align:top;
}

#main_menu li { 
	float: left;
	position: relative;
	line-height: 22px;
}

#main_menu a{
	padding: 2px 5px;
	color:black;
	text-decoration:none;
	font-size:11px!Important;
}

#main_menu a,
#sous_menu a{
	text-align: center;
	line-height: 22px;
	text-decoration:none;
}


#sous_menu a{
	color:#0E0E0E!Important;
	text-decoration:none;
}
.sous_menu,
.sous_menu2_ul{
	
	border-bottom: 1px dotted #000000;
}

.sous_menu2 {
	padding: 0px 10px;
}

#sous_menu {
	float:left;
	width: 187px;
	background-color: #F6F4F0;
	
	padding-left:50px;
	padding-right:50px;
	padding-top:30px;
}

#content{
	display:block;
	float:left;
	width: 603px;
	background-color: #E8E2D8;
	padding-left:60px;
	padding-right:40px;
	padding-top:50px;
	padding-bottom:60px!important;
}

#content ul,
#content ol {
	padding-left:20px!Important;
}

#right_sous_menu
{
	background-color:#D4CFC6;
	height: auto !important;

}

#footer{
	
	position: relative;  /* Nécessaire pour Safari */
	display:inline;
	bottom:50px;
	height:50px;
	padding-top:20px;
	background-color:gray;
}
#inFooter1{
	/*width:317px;
	height:50px;*/
}
#inFooter2{clear:both;
	float:left;
	width: 643px;
	height:50px;
	border-top: 1px dotted #0E0E0E;
	margin-left:317px;
}

.inFooterClass{
	color:#0E0E0E;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
	
}

h1{
	font-size: 25px;
	font-family:Arial;
	color:#855B1F;
	line-height:40px;
}

h2{
	font-size: 20px;
	font-family:Arial;
	color:#855B1F;
	line-height:36px;
}

h3{
	font-size: 16px;
	font-family:Arial;
	color:#855B1F;
	line-height:30px;
}

h4{
	font-size: 16px;
	font-family:Arial;
	color:Black;
	line-height:30px;
}

h5{
	font-size: 14px;
	font-family:Arial;
	color:#855B1F;
	line-height:25px;
}
p{
	font-size: 13px;
	font-family:Arial;
	padding-bottom:10px;
}

p.align-left
{
	text-align:left;
	font-family:Arial!important;
}

p.align-center
{
	text-align:center;
	font-family:Arial!important;
}

.align-center
{
	text-align:center!important;
	font-family:Arial!important;
}

p.align-right
{
	text-align:right;
	font-family:Arial!important;
}


a{
	color:#0E0E0E!Important;
}

.clignote {text-decoration: blink;}
