/*-------------------------------
HIDE ELEMENTS
-------------------------------*/
.obvious, .quick_nav {
display: none;
}

#sub_sites_links,
#navigation {
	display: none;
}

/*-------------------------------
GENERAL
-------------------------------*/
body {
margin: 18px auto;
padding: 0;
border: none;
font-family: Verdana, sans-serif;
background: #FFF ;
font-size: 90%;
}

hr {
	border: 0;
	width: 100%;
	color: #BBB;
	background-color: #BBB;
	height: 2px;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-family: "trebuchet ms", sans-serif;
margin: 0;
color: #000;
}
h1 {
color: #444;
padding: .3em 0 0;
font-style: normal;
font-weight: normal;
font-size: 1.6em;
margin-bottom: .4em;
border-bottom: 2px solid #BBB;
}
h2 {
padding: .4em 0 .4em;
font-size: 1.4em;
}
h2.clear {
clear: both;
}
h3 {
padding: .3em 0 .2em 1em;
font-size: 1.3em;
color: #444;
}
/* Utilise pour les notes */
h4 {
padding: .3em 0 .2em 1em;
font-size: 1.3em;
font-style: italic;
font-family:  FreeSerif, "Palatino Linotype", serif;
color: #6f7c91;
}
p {
padding: 0;
margin: .2em 0 1em 0;
line-height: 1.2em;
font-size: .8em;
}

a {
color: #666;
}
a:visited {
color: #444;
}
a:hover {
color: #AAA;
}
strong {
font-weight: bold;
}


img {
border: none;
overflow: hidden;
}
.image_before,
.image_after {
	margin: 1em 0;
	padding: 0;
	text-align:center !important;
}
.image_left {
	position: relative;
	float: left;
	margin: 0 1em .5em 0;
	padding: 0;
}
.image_right {
	position: relative;
	float: right;
	margin: 0 0 .5em 1em;
	padding: 0;
}
.image_right .image_right {
float: none;
}

small {
font-size: 80%;
}

/* -- LIST --*/
ul, 
ol, 
li {
list-style-position: outside;
margin: .2em 0 1em 2em;
padding: 0;
}
li,
li ul li,
li ol li {
	font-size: .9em;
}
li {
list-style-type: square;
margin: 0;
padding: .2em 0;
}
ol, 
ol li {
list-style-type: decimal;
}

ul li ul,
ol li ol,
ul li ol,
ol li ul {
	padding: 0 0 0 1em;
	margin: 0;
}
#content .image_left {
float: left;
}
#content .image_right {
float: right;
}
#content .image_right .image_right {
float: none;
}
#content .image_before, p.image_after {
position:relative;
text-align: center;
}
#content ul {
clear: both;
}
/*----------------------------------------
TABLES
------------------------------------------*/
table {
	border-collapse:collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: #EEE;
	font-size: .8em;
}

td {
	border: 1px solid #FFF;
	margin: 0;
	color: #000;
	padding: .2em .5em;
}
th {
	border: 2px solid #FFF;
	background: #6f7c91;

	color: #FFF;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	padding: .2em 1em;
	vertical-align: bottom;
}

table.no-style {
	border-collapse:collapse;
	border-spacing: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

table.no-style td {
	border: none;
	margin: 0;
	padding: 0;
}

/*-----------------------
ALL FORMS
-----------------------*/
form table {
table-layout: auto;
}
form td {
vertical-align: top;
}
form td.right{
text-align: right;
padding-right: .5em;
white-space: nowrap;
}
.field_box {
padding-bottom: .5em;
}
.form_submit_box {
padding-top: .5em;
}
.form_submit_box input {
font-weight: bold;
}
fieldset {
clear: both;
border: none;
}
.field_box {
background: url('/images/field_bg.png') repeat-y;
padding-left: 8px;
padding-bottom: 1px;
margin-bottom: 1em;
position: relative;
}
.field_helper {
color: #777;
}
.flash_error {
background: url('/images/flash-error.gif') -20px 50% no-repeat;
border: 1px solid red;
margin: 1em 0;
padding-left: 40px;
font-weight: bold;
color: red;
}
.flash_error p {
padding: .6em 0 .3em;
}
.field_error {
background-image: url('/images/field_error_bg.png');
}
.field_error_message {color: red;}
.field_error input {
background-image: url('/images/flash-error.gif');
background-position:  -50px 50%;
background-repeat: no-repeat;
padding-left: 5px;
}
