﻿/****************************************
	BALISES
****************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
hr {
	clear: both;
	border: 0;
}
a {
	color: #DC241F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

/*** Formulaire ***/
form {
	display: inline;
}
fieldset, fieldset.spip_encadrer {
	border: 1px solid #00234C;
}
legend {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #00234C;
}
label {
	margin-bottom: 5px;
	font-size: 11px;
	color: #00234C;
	display: block;
}
input {
	font-size: 11px;
	color: #00234C;
	background-color: #FFFFFF;
	border: 1px solid #00234C;
}
input.spip_bouton {
	cursor: hand;
	font-weight: bold;
}
input.bouton {
	float: right;
	cursor: hand;
	font-weight: bold;
}
textarea {
	width: 99%;
	font-size: 11px;
	color: #00234C;
	background-color: #FFFFFF;
	border: 1px solid #00234C;
}
.obligatoire {
	font-size: 9px;
	color: #FF0000;
}
textarea.spip_cadre {
	overflow: visible;
}

form.formrecherche {}
input#form-recherche {
	width: 100px;
	height: 13px;
	margin-left: 10px;
	text-indent: 3px;
}

/*** Common ***/
.hidden {
	display: none;
}
.logoleft {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #00234C;
}
.logoright {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #00234C;
}
.docleft {
	float: left;
	margin: 0 5px 5px 0;
}
.icon {}
.nav {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.info {
	font-size: 9px;
	color: #666666;
}
a.info {
	color: #666666;
	text-decoration: none;
}
a.info:hover {
	text-decoration: underline;
}
.breaker {
	clear: both;
}

.spip_surligne {
	background-color: #feff9f;
}

/****************************************
	CONTAINER (header_content, page, footer_content)
****************************************/
.container {
	width: expression(document.body.clientWidth < 1000 ? "750px" : document.body.clientWidth > 1000 ? "1000px" : "auto");
	min-width: 775px;
	max-width: 1000px;
	margin: auto;
}

/****************************************
	HEADER
****************************************/
#header {
	width: 100%;
	height: 129px;
	border-bottom: 1px solid #00234C;
}
#header_content {
	position: relative;
	height: 129px;
	background: url(media/image/fd_entete.jpg) no-repeat right top;
}

/*** HEADER_LOGO ***/
#header_logo1 {
	position: absolute;
	left: 0px;
	top: 1px;
}
#header_logo2 {
	margin-left: 70px;
}

/*** TOPMENU ***/
#topmenu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 13px;
	padding: 1px;
	background-color: #FFFFFF;
}
.pipe {
	display: block;
	float: left;
	width: 1px;
	height: 13px;
	margin: 0 1px 0 1px;
	background-color: #00234C;
}
#topmenu a {
	display: block;
	float: left;
	height: 100%;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00234C;
	text-decoration: none;
	/*white-space: nowrap;*/
}
#topmenu a:hover {
	color: #FFFFFF;
	background-color: #DC241F;
}

/****************************************
	PAGE
****************************************/
#page {}

/****************************************
	SIDEBAR
****************************************/
#sidebar {
	width: 200px;
	background: url(media/image/fd_sidebar.gif) repeat-y left top;
}

/*** LEFT_VISUEL ***/
#sidebar_top {
	text-align: right;
}

/*** CONTEXTMENU ***/
#contextmenu {
	text-align: right;
}
#contextmenu h3 {
	font-size: 13px;
	font-weight: bold;
}
#contextmenu h3 a {
	display: block;
	padding-right: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #00234C;
	text-decoration: none;
}
#contextmenu h3 a:hover {
	background-color: #DC241F;
	color: #FFFFFF;
}
#contextmenu ul {
	margin: 0 10px 0 0;
	padding: 0;
}
#contextmenu ul li {
	list-style-type: none;
	font-size: 11px;
	margin-top: 5px;
}
a.secteur:hover, a.rubrique:hover, a.secteuroff:hover, a.rubriqueoff:hover, a.articleoff:hover, a.secteuron:hover, a.rubriqueon:hover, a.articleon:hover {
	color: /*menu_on*/#CC0000;	
	text-decoration: underline;
}
a.secteur, a.secteuron {
	font-weight: bold;
	color: /*menu_on*/#CC0000;
	text-decoration: none;
}
a.rubrique, a.rubriqueon {
	color: /*menu_on*/#CC0000;
	text-decoration: none;
}
a.articleon {
	color: /*menu_on*/#CC0000;
}
a.secteuroff {
	font-weight: bold;
	color: /*menu_off*/#666666;
	text-decoration: none;
}
a.rubriqueoff {
	color: /*menu_off*/#666666;
	text-decoration: none;
}
a.articleoff {
	font-weight: normal;
	color: /*menu_off*/#666666;
}

/*** Search ***/
#boxsearch {
	height: 100px;
	padding: 10px;
}

/****************************************
	MAIN
****************************************/

/* breadcrumb */
#breadcrumb {}
.breadcrumb_item {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
.breadcrumb_item a {
	color: #FFFFFF;
	text-decoration: none;
}
.breadcrumb_item a:hover {
	text-decoration: underline
}

/*** MAIN DEFAUT ***/
#main {
	border: 1px solid #00234C;
}
#main_header {
	padding: 8px;
	background-color: #00234C;
}
#main_content {
	width: 100%;
}
#main_footer {
	padding: 8px;
	background-color: #00234C;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
}
#main_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_footer a:hover {
	text-decoration: underline;
}

/*** MAIN JOURNAL ***/
#mainjournal {
	border: 1px solid #00CCFF;
}
#mainjournal_header {
	padding: 8px;
	background-color: #00CCFF;
}
#mainjournal_content {
	width: 100%;
}
#mainjournal_footer {
	padding: 8px;
	background-color: #00CCFF;
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
}
#mainjournal_footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainjournal_footer a:hover {
	text-decoration: underline;
}

/********* Intro (Rubrique) *********/
.intro {
	margin: 15px;
}
.intro h2.titre {
	font-size: 16px;
	color: #DC241F;
}
.intro div.texte {
	font-size: 11px;
}

/********* Chapter (Article) *********/
.chapter {
	margin: 15px;
}
.chapter h6.surtitre {
	font-size: 11px;
}
.chapter h2.titre {
	font-size: 16px;
	color: #DC241F;
}
.chapter h5.soustitre {
	font-size: 12px;
}
.chapter_content {}
.chapter h4.chapo {
	margin: 10px 0 10px 0;
	font-size: 11px;
	color: #00234C;
}
hr.spip {
	height: 1px;
	border-top: 1px solid #00234C;
}
h3.spip {
	clear: both;
	font-size: 14px;
	color: #DC241F;
	text-indent: 10px;
	background-color: #E0F0FF;
	margin: 20px 0 10px 0;
}
.chapter div.texte {
	font-size: 11px;
}
.site {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}
.ps {
	margin-left: 20px;
	font-size: 9px;
	font-style: italic;
}
.notes {
	margin-left: 20px;
	font-size: 9px;
}
.spip_code {}

.spip_logos {}

/* SPIP document */
.spip_documents {
	text-align: center;
}
.spip_documents_left {
	margin: 0 10px 5px 0;
}
.spip_documents_right {
	margin: 0 0 5px 10px;
}
spip_doc_titre {}
.spip_doc_descriptif {
	font-size: 9px;
	color: #666666;
}

/*** tableau ***/
table.spip {
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #00234C;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
}
table.spip tr.row_first {
	background-color: #00234C;
	text-align: left;
}
table.spip tr.row_first strong.spip {
	color: #FFFFFF;
	padding: 5px;
}
table.spip tr.row_odd {
	background-color: #FFFFFF;
}
table.spip tr.row_even {
	background-color: #E0F0FF;
}
table.spip td {
	padding: 5px;
}

/********* Bloc *********/
.bloc {
	margin: 30px 15px 30px 15px;
}
.bloc_header {
	border-bottom: 1px solid #00234C;
	margin-bottom: 10px;
}
.bloc h3 {
	text-align: right;
}
.bloc_content {}
.column-left {
	float: left;
	width: 48%;
}
.column-right {
	float: right;
	width: 48%;
}
.column-210 {
	float: left;
	width: 210px;
	height: 100px;
	margin: 0 10px 0 10px;
	padding: 10px;
	border-bottom: 2px dotted #DC241F;
}
.bloc_item {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bloc div.texte {
	font-size: 11px;
}
.bloc p {
	margin: 0;
}
.bloc hr {
	height: 2px;
	border-top: 2px dotted #CCCCCC;
}
.bloc li {
	list-style: url(../puce.gif);
	margin-top: 5px;
}
.bloc_footer {
	text-align: right;
}

/*** forum ***/
.forum_fils {
	margin: 0 0 0 30px;
}
.forum_titre {
	font-size: 11px;
	font-weight: bold;
}
.forum_chapo {
	background: #E0F0FF;
}
.forum_message {
	background: #FFFFFF;
	display: none;
}

/****************************************
	FOOTER
****************************************/
#footer {
	margin-top: 1px;
	background-color: #00234C;
}
#footer_content {
	height: 20px;
}

/*** BOTTOMMENU ***/
#bottommenu {
	margin-left: 55px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#bottommenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottommenu a:hover {
	text-decoration: underline;
}