@import url(pages.css);

/*
##########################################################################################################
balises HTML classiques
##########################################################################################################
*/
body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #9E662E;
	padding: 0px;
	margin: 0px;
}

a {
	color: #6199D1;
	text-decoration: none;
}

a:hover {
	color: #9E9E9E;
	text-decoration: none;
}

img {
	border: none;
}

hr {
	color: #000000;
	height: 1px;
}

strong {
	color: #2D5EFF;
}

h1 {
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5em;
	color: #9E2E2E;
}
h2 {
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
	color: #9E2E2E;
}
h3 {
	font-weight: bold;
	font-size: 140%;
	color: #9E2E2E;
}
h4 {
	font-weight: bold;
	font-size: 130%;
	color: #9E2E2E;
}
h5 {
	font-weight: bold;
	font-size: 120%;
	color: #9E2E2E;
}
h6 {
	font-weight: bold;
	font-size: 110%;
	color: #9E2E2E;
}





/*
##########################################################################################################
autres styles communs
##########################################################################################################
*/
.clear_both {
	clear: both;
}

.clear_right {
	width: 100%;
}

.small {
	font-size: 80%;
}
.avertissement {
	color: #C92E01;
}

.back_1 {
	background-color: #9DE5FF;
}

.back_2 {
	background-color: #D0F3FF;
}

.back_over {
	background-color: #DDD0FF;
}

.treeview {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 1.2em;
	font-size: 9px;
}





/*
##########################################################################################################
sous-menu
##########################################################################################################
*/
#sous_menu {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0em 0em 0.8em 0;
	list-style-type: none;
	color: Black;
	text-align: center;
	line-height: 1em;
}
#sous_menu li {
	display: table-row;
	float: left;
	padding: 0.25em 0.5em 0.25em 0.5em;
	margin-right: 15px;
	border-left: 1px solid Gray;
}
#sous_menu a {
	
}
#sous_menu a:hover {
	
}

#menu_gauche {
	width: 180px;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	line-height: 2em;
	float: left;
	position: relative;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 0.9em;
}
#menu_gauche li {
	padding: 0.5em 0.5em 0.5em 0px;
}
#menu_gauche a {

}
#menu_gauche a:hover {
	
}




/*
##########################################################################################################
styles particuliers (pages, sections, ...)
##########################################################################################################
*/
#global {
	text-align: justify;
	float: left;
	width: 100%;
}

.infos_legales {
	margin-left: 2em;
}

.infos_legales img {
	float: left;
	padding: 1em;
	border: 0px;
}

.plan_site {
	float: left;
	margin-right: 50px;
}
