@charset "utf-8";
/* CSS Document */

/***** BODY Base *****/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding: 10px;
	background: #3a4e5f url(../i/body.gif) repeat-x top;
	font-size: 9pt;
	background-attachment:fixed;
}

body .centered-div {
	margin: 0 auto;
	width: 960px;
}

body #top {
	height: 191px;
	background: #8c0121 none;
}

body #menu {
	overflow: hidden; /* probleme IE 6 - decalage (bottom) de 3px */
	height: 37px;
	background: #fff url(../i/menu.jpg) repeat-x top left;
}

body #container {
	/*min-height: 500px;*/
	background: #fff url(../i/container.jpg) no-repeat top left;
}

body #footer {
	position: relative;
	height: 24px;
	padding: 10px 0 0 0;
	background: #5d5d5d none;
	text-align: center;
	font-size: 8pt;
	color: #fff;
}

/***** FIRST DIV Base *****/

/* Top */


/* Menu */

#menu ul {

}

#menu ul li {
	display: inline;
}

#menu img {
	border: none;
}

/* Container */

#container .side-container {
	padding: 5px 4px 0 5px;
	width: 151px;
}

#container #left {
	float: left;
}

#container #right {
	float: right;
}

#container #right #right-search{
	display:inline;
}

#container #right #rightNL{
	display:none;
}

#container #content {
	/*margin: 0 165px 0 165px; /* probleme IE6 : pas de width */
	/*padding: 5px 0 0 0;*/
	float: left;
	width: 630px;
	padding: 10px 0 20px 5px;
	font-size: 9pt;	
/*overflow: hidden; /*Probleme firefox avec l'agenda */
}

#content .rubrique{	
	background: #fff url(../i/red-node_02.jpg) no-repeat top left;
	width:630px;
	height:24px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	line-height:24px;
}

#container #clear {
	clear: both;
}

/* Footer */

#footer img {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

#footer ul {

}

#footer ul li {
	display: inline;
	padding:0 6px 0 6px;
}

#footer ul li img{
	position: relative;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	background: #4e4e4e none;
}

/***** ACTION Bar *****/

#container #actions {
	position: relative;
	width: 146px;
	margin: 0 0 5px 0;
	padding: 3px 2px 3px 2px;
	background: #fff url(../i/action.jpg) no-repeat top left;
	border-top: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
	border-right: 1px soluid #b0b2b6;
	border-bottom: 1px solid #b0b2b6;
	font-size: 8pt;
}

#actions #actionbar {
	height: 24px;
	padding: 0 0 6px 0;
	background: transparent url(../i/act-back.jpg) no-repeat bottom left;
}

#actions #actionbar li {
	display: inline;
}

#actions #actionbar img {
	float: left;
	border: none;
}

#actions #act-notifier {
	position: absolute;
	top: 28px;
} 

#actions .a-pos {
	left: 7px;
}

#actions .b-pos {
	left: 37px;
}

#actions .c-pos {
	left: 66px;
}

#actions .d-pos {
	left: 95px;
}

#actions .e-pos {
	left: 124px;
}

#actions form {
	padding: 7px 0 7px 0;
}

#actions .inp-search {
	width: 140px;
	margin: 0 0 1px 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 8pt;
	color: #666;
}

#actions .inp-section {
	width: 120px;
	margin: 0 0 1px 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 8pt;
	color: #666;
}

#actions .inp-submit {
	width: 20px;
	margin: 0 0 1px 0;
	padding: 2px;
	border: 1px solid #ccc;
	font-size: 8pt;
	color: #666;
}

/***** CONTAINER Base *****/

#container .focus {
	position: relative;
	width: 106px;
	margin: 0 0 5px 18px;
	padding: 10px 7px 20px 7px;
	background: #fff none;
	border-top: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
	border-right: 1px solid #b0b2b6;
	border-bottom: 1px solid #b0b2b6;
	color: #666;
	font-size: 8pt;
}

#container .focus a {
	color: #666;
}

#container .focus .texte{
	color: #666;
	width: 100px;
	text-align: center;
}

#container .focus-link img {
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
}

/***** CONTENT Base *****/

/* ROOT */

#content .root-div {
	padding: 10px 10px 20px 10px;
}

.root-div .texte{
	color: #666;
}

.root-div ul {
	
}

.root-div ul li {
	display: inline;
	color: #c20030;
}

.root-div a {
	color: #666;
}

.root-div a:hover {
	background: #F7FCC1 none;
}

/* Recherche */

#content .search-div {
	padding: 10px 10px 125px 20px;		
}

.search-div ul {
	
}

.search-div ul li {
	padding: 0px 55px 20px 10px;
	display: block;
	color: #000000;
	list-style:	url(../i/arrow.gif);
}

.search-div a {
	color: #c20030;
}

.search-div a:hover {
	background: #F7FCC1 none;
	/*background: #f00000 none;*/
}

/***** SEARCH *****/

#content .search-content {
	padding: 5px 0 5px 0;
	line-height: 12pt;
	color: #666;
}

#content .search-info {
	clear: left;
	background: transparent url(../i/actu-info.jpg) no-repeat bottom center;
	margin: 0 0 10px 0;
	padding: 0 10px 5px 0;
	text-align: right;
}

#content .search-info a {
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c20030;
	}
#content .search-subtitle {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #a50000;
}

#content .search-subtitle a {
	color: #a50000;
}

#content .search-note {
	padding: 0 0 7px 0;
}

#content .search-date {
	color: #7f8693;
}

#content .search-rub {
	color: #7f8693;
}
#content .search-title {
	font-weight: normal;
	font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c20030;
}

#content .search-title a {
	color: #c20030;
}

/* HOMEPAGE */

#content .home-div {
	width: 300px;
	padding: 2px;
	vertical-align: top;
	border-top: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
	border-right: 1px solid #b0b2b6;
	border-bottom: 1px solid #b0b2b6;
}

#content .page-listing {
	padding: 0 0 20px 0;
	text-align: center;
}

#content .page-listing li {
	display: inline;
	margin: 1px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
	border-right: 1px solid #b0b2b6;
	border-bottom: 1px solid #b0b2b6;
}

#content .page-listing .selected {
	background: #8c0121 none;
	border-top: 1px solid #ef7292;
	border-left: 1px solid #ef7292;
	border-right: 1px solid #6e0019;
	border-bottom: 1px solid #6e0019;
}

#content .page-listing a {
	color: #666;
}
#content .page-listing a:hover {
	background: transparent none;
}

#content .page-listing .selected a {
	color: #fff;
}
#content .agenda-content {
	padding: 5px 0 5px 0;
	line-height: 12pt;
	color: #666;
}

#content .agenda-info {
	clear: left;
	background: transparent url(../i/actu-info.jpg) no-repeat bottom center;
	margin: 0 0 10px 0;
	padding: 0 10px 5px 0;
	text-align: right;
}

#content .agenda-info a {
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c20030;
	}
#content .agenda-subtitle {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #a50000;
}

#content .agenda-subtitle a {
	color: #a50000;
}

#content .agenda-note {
	padding: 0 0 7px 0;
}

#content .agenda-date {
	color: #7f8693;
}

#content .agenda-rub {
	color: #7f8693;
}
#content .agenda-title {
	font-weight: normal;
	font: 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c20030;
}

#content .agenda-title a {
	color: #c20030;
}

#content #error_message {
	padding: 5px 0 15px 0;
	line-height: 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #000000;
}

#error_message ul{
	padding: 0 0 10px 25px;
}

#error_message li {
	list-style: url(../i/arrow.gif); 
	margin: 12px 0 0 0;
}

#content #no-reset {
	margin:0px 6px 0px -27px;	
}

#content #no-reset .officiel
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.officiel img {
	margin:5px 5px 5px 5px;
}

#content .titre1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight: bold;
}
#content .titre2
{
	font-family : Arial, Helvetica, sans-serif;
	color:#990000;
	font-size : 17px;
	font-weight: bold;
}
#content .titre3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: normal;
}
#content .titre4
{
	font-family : Arial, Helvetica, sans-serif;
	color:#990000;
	font-size : 15px;
	font-weight: normal;
}
/*#content .titre5
{
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #39363A;
}
#content .titre6
{
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #AEA6AB;
}
#content .titre7
{
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CDD256;
}
#content .titre8
{
	font: 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #929635;
}*/
#content .texte1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
#content .texte2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #000000;
}
#content .texte3
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #666666;
}
#content .image1
{
	border:none;
}
#content .image2
{
	border:1px solid #000000;
}
/*#content .texte4
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #929635;
}*/
/*#content .min1
{
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #39363A;
}
#content .min2
{
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AEA6AB;
}
#content .min3
{
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CDD256;
}
#content .min4
{
	font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #929635;
}*/
#content .table1 
{
	border : 1px none  #000000;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	height: 30px;
}
#content .table2
{
	border : 1px solid  #000000;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	height: 30px;
}
#content .table3
{
	border : 1px solid  #CCCCCC;
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	height: 30px;
}
#content .colonne1
{
	border: 1px none  #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	padding:0 5px 0 5px;
}
#content .colonne2
{
	border: 1px solid  #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .colonne3
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .colonne4
{
	background-color: #E6DADA;
	border: 1px none #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .colonne5
{
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .colonne6
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .colonne7
{
	background-color: #666666;
	border: 1px none #CCCCCC;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
#content .colonne8
{
	background-color: #EEEEEE;
	border: 1px none #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
#content .lien1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	text-decoration : none;
	color : #CC0000;
	text-decoration: underline;
}
#content .lien2
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	text-decoration : none;
	color : #FF6600;
	text-decoration: underline;
}
#content .liste1
{
	list-style: disc;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #39363A;
}
#content .liste2
{
	list-style: circle;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #39363A;
}
#content .liste3
{
	list-style: square;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #39363A;
}
#content .liste4
{
	list-style: disc;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CDD256;
}
#content .liste5
{
	list-style: circle;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CDD256;
}
#content .liste6
{
	list-style: square;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CDD256;
}
#content .liste7
{
	list-style: disc;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #929635;
}
#content .liste8
{
	list-style: circle;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #929635;
}
#content .liste9
{
	list-style: square;
	font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #929635;
}

.home-div .first-node {
	display: block;
	padding: 3px 0 5px 10px;
	color: #fff;
	font-size: 14pt;
	font-weight: normal;
}

.home-div ul {
	padding: 5px 5px 5px 25px;
}

.home-div ul li {
	list-style: url(../i/node-puce.jpg);
	padding: 3px 0 0 0; /*modifi car + de contenu sur off*/
}

.home-div a {
	/*color: #9a9180;*/
	color:#666;
	
}

.home-div #red-node {
	background: transparent url(../i/red-node.jpg) no-repeat top right;
}

.home-div #green-node {
	background: transparent url(../i/green-node.jpg) no-repeat top right;
}

.home-div #blue-node {
	background: transparent url(../i/blue-node.jpg) no-repeat top right;
}

.home-div #yellow-node {
	background: transparent url(../i/yellow-node.jpg) no-repeat top right;
}

.home-div ul a {
	background: transparent none;
}

.home-div ul a:hover {
	/*background: #fdffe9 none;*/
	background: #F7FCC1 none;	
}

/* NODE1 */

#content .node-div {
	padding: 0 0 15px 0;
	color: #666;
}

.node-div .node-img {
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}

.node-div .node-img img {
	border: 3px solid #fff;
}

.node-div .first-node {
	display: block;
	padding: 10px 0 15px 0;
	color: #c20030;
	font-size: 14pt;
	font-weight: normal;
}

.node-div ul {
	margin: 0;
	padding: 0 0 10px 25px;
	/*border:1px solid #A41C1E;*/
	border-top: 1px solid #e0e1e5;
	border-left: 1px solid #e0e1e5;
	border-right: 1px solid #b0b2b6;
	border-bottom: 1px solid #b0b2b6;
}

.node-div ul li {
	list-style: url(../i/arrow.gif); 
	margin: 3px 0 0 0;
}

.node-div a {
	background: transparent none;
	color: #666;
}

.node-div a:hover {
	background: #F7FCC1 none;
	/*background: #f00000 none;*/
}

/* NODE2 */

.node-div a cite {
	font-style: normal;
	color: #c20030;
}

/* Plan du site */

#container #content #sitemap {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

#container #content #sitemap ul {
	
}

#container #content #sitemap ul li {
	display:inline;
}

#sitemap a {
	color: #666;
	text-decoration: none;
}

#sitemap .level {
	padding: 2px 15px 2px 15px;
}

#sitemap .level1 {
	padding: 2px 15px 2px 65px;
}
