@import url(pages.css);

body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #009DD7;
}

a:hover {
	text-decoration: none;
	color: #3900D7;
}

hr {
	color: #009DD7;
	height: 1px;
}
strong {
	color: #3900D7;
}


.clear_both {
	clear: both;
}

.clear_right {
	width: 100%;
}

.small {
	font-size: 80%;
}
.avertissement {
	color: #C92E01;
}

.back_1 {
	background-color: #D4EFD2;
}

.back_2 {
	background-color: #EFFAEF;
}

.back_over {
	background-color: #E4D5F0;
}

.treeview {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 1.2em;
	font-size: 9px;
}

.separateur_colonne {
	background-image: url(../../_variables/themes/gestassos/images/separateur.png);
	background-repeat: repeat-y;
}


#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 {
	color: #009DD7;
	text-decoration: none;
}
#sous_menu a:hover {
	color: #3900D7;
}

#global {
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5em;
	color: #009DD7;
}
h2 {
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
	color: #009DD7;
}
h3 {
	font-weight: bold;
	font-size: 140%;
	color: #009DD7;
}
h4 {
	font-weight: bold;
	font-size: 130%;
	color: #009DD7;
}
h5 {
	font-weight: bold;
	font-size: 120%;
	color: #009DD7;
}
h6 {
	font-weight: bold;
	font-size: 110%;
	color: #009DD7;
}


.infos_legales {
	margin-left: 2em;
}
.infos_legales img {
	float: left;
	padding: 1em;
	border: 0px;
}

.plan_site {
	float: left;
	margin-right: 50px;
}
