/* STYLE CSS DE LA TEMPLATE "DUKOMETAL" */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GENERAL ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Apparence générale du site */
html, body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/* Accessibilité */
#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

/* apparence des liens du site */
a:link, a:visited {
	color: #000000;
	/* text-decoration: underline;*/
}

/* apparence du lien "au-dessus" du site */
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

/* affiche un paragraphe vide */
.clr {
	clear: both;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ STRUCTURE DU SITE ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Conteneur principal */
#site_mainlayer {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #222222;
}

	/* Disposition et mise en forme du header */
	#header {
		width: 100%;
		height: 106px;
		background: transparent url( '../images/header.jpg' ) no-repeat;
		float: left;
	}
	
		/* image transparente pour clique sur logo */
		#logo {
			width: 465px;
			height: 81px;
			padding: 10px 0px 0px 5px;
			float: left;
		}
	
	/* conteneur du menu principal */
	#mainmenu {
		width: 972px;
		height: 24px;
		background: transparent url( '../images/bg_menu.gif' ) no-repeat;
		padding: 6px 0px 0px 8px;
		float: left;
	}
	
	/* disposition et mise en forme du conteneur body */
	#body {
		width: 100%;
		height: auto;
		background: transparent url( '../images/bg_body.gif' ) repeat-y;
		float: left;
	}
	
		/* ombre haut du site */
		#body_header {
			width: 100%;
			height: 22px;
			background: transparent url( '../images/bg_body-header.gif' ) no-repeat;
			float: left;
		}
		
			/* conteneur du menu secondaire */
			#body_header_menu {
				width: auto;
				color: #000000;
				text-transform: uppercase;
				padding: 6px 0px 0px 715px;
			}
		
		/* conteneur des modules de gauche */
		#body_left {
			width: 260px;
			height: auto;
			padding: 20px 0px 0px 4px;
			float: left;
		}
		
			/* conteneur des news */
			#body_news {
				width: auto;
				height: auto;
				background-color: #B9B9B9;
				margin: 6px 15px 0px 15px;
			}
			
			/* conteneur du diaporama */
			#body_diaporama {
				width: auto;
				height: 210px;
				padding-left: 26px;
			}
			
			/* apparence du conteneur du diaporama */
			table.moduletable-diapo {
				width: 200px;
				border: 1px solid #FFFFFF;
				border-spacing: 0px;
			}
		
		/* contenu du site */
		#body_content {
			width: 680px;
			height: auto;
			padding: 14px 20px 0px 0px;
			color: #000000;
			line-height: 18px;
			float: right;
		}
		
		/* fond du site */
		#body_footer {
			width: 100%;
			height: 18px;
			background: transparent url( '../images/bg_body-footer.gif' ) no-repeat;
			float: left;
		}
	
	/* pied de page */
	#footer {
		width: 100%;
		height: 30px;
		background-color: #666666;
		float: left;
	}
	
		/* contenu du pied de page */
		#footer_content {
			width: 100%;
			height: auto;
			font-size: 9px;
			padding: 8px 0px 0px 0px;
			float: left;
		}
				
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++ GESTION DES MENUS +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Apparence des éléments du MENU PRINCIPAL */
	.menu a, .menu a:visited, .menu a:link {
		height: 20px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		/*font-weight: bold;*/
		letter-spacing: 1px;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		background: transparent url( "../images/menu_li.gif" ) no-repeat;
		background-position: 0px 6px;
		padding: 0px 12px 0px 18px;
		display: inline;
		/*margin-top: 4px;*/
	}
		
/* Apparence des éléments du MENU TOP */
	a.mainlevel-nav:link, a.mainlevel-nav:visited {
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		padding: 0px 0px 0px 0px;
	}
	a.mainlevel-nav:hover, a.mainlevel-nav:active {
		text-decoration: underline;
		color: #000000;
	}
		
/* Apparence des SOUS-MENUS NIVEAU 1 */
	.sublevel:link, .sublevel:visited {
		height: auto;
		min-height: 20px;
		font-size: 10px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: 1px;
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		background: transparent url( "../images/submenu_li.gif" ) no-repeat;
		background-position: 2px;
		padding: 0px 0px 0px 20px;
		display: inline;
	}
	.sublevel:hover, .sublevel:active {
		color: white;
		background-color: #FFDB97;
		background-position: 2px;
	}
	
/* Apparence des SOUS-MENUS NIVEAU 2 */
	.sublevel1:link, .sublevel1:visited {
		height: auto;
		min-height: 20px;
		font-size: 10px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		background: transparent url( "../images/subsubmenu_li.gif" ) no-repeat;
		background-position: 2px;
		padding: 0px 0px 0px 20px;
		display: inline;
	}
	.sublevel1:hover, .sublevel1:active {
		color: white;
		background-color: #FFC253;
		background-position: 2px;
	}

/* Apparence des SOUS-MENUS NIVEAU 3 */
	.sublevel2:link, .sublevel2:visited {
		height: auto;
		min-height: 20px;
		font-size: 10px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 0px;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		background: transparent url( "../images/subsubmenu_li.gif" ) no-repeat;
		background-position: 2px;
		padding: 0px 0px 0px 20px;
		display: inline;
	}
	.sublevel2:hover, .sublevel2:active {
		color: white;
		background-color: #FFB62F;
		background-position: 2px;
	}

/* Apparence des SOUS-MENUS NIVEAU 4 */
	.sublevel3:link, .sublevel3:visited {
		height: auto;
		min-height: 20px;
		font-size: 10px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		color: white;
		text-decoration: none;
		/*text-transform: uppercase;*/
		background: transparent url( "../images/submenu_li.gif" ) no-repeat;
		background-position: 2px;
		padding: 0px 0px 0px 20px;
		display: inline;
	}
	.sublevel3:hover, .sublevel3:active {
		color: white;
		background-color: #FFAE17;
		background-position: 2px;
	}

/* Apparence des SOUS-MENUS NIVEAU 5+ */
	.sublevel4:link, .sublevel4:visited {
		height: auto;
		min-height: 20px;
		font-size: 10px;
		font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
		letter-spacing: 1px;
		color: #000000;
		text-decoration: none;
		/*text-transform: uppercase;*/
		background: transparent url( "../images/submenu_li.gif" ) no-repeat;
		background-position: 2px;
		padding: 0px 0px 0px 20px;
		display: inline;
	}
	.sublevel4:hover, .sublevel4:active {
		color: #000000;
		background-position: 2px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ TITRES +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Mise en forme des titres */
h1 {
	font-size: 28px;
	font-weight: bold;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FF9900;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 3px 0px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FF9900;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ DIVERS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Apparence du message d'erreur affiché lorsqu'un conteneur est vide */
.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

/* Apparence du bouton de retour */
.back_button {
	float: left;
	font-size: 9px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 4px;
}

/* Apparence des liens pour la navigation entre les pages (précédent, suivant, ...) */
.pagenav {
	font-size: 10px;
	font-weight: bold;
	width: auto;
	padding: 4px;
	margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

p {
	padding: 0px;
	margin: 0px;
}

/* Disposition du retrait */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Disposition et apparence de la puce de liste */
li {
	padding-left: 14px;
	background-image: url( "../images/li.gif" ) ;
	background-repeat: no-repeat;
	background-position: 4px 7px;
}

/* Apparence des cellules de tableau */
td {
	text-align: left;
	font-size: auto;
}

/* Tableaux (version imprimable) */
table.contentpaneopen-static {
	width: 100%;
	padding: 0px;
	margin-bottom: 8px;
}

/* Cellules de tableaux (version imprimable) */
table.contentpaneopen td {
	/*font-size: 11px;*/
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
 	padding-left: 15px;
	padding-top: 0px;
}


/* Apparence des boutons de formulaire */
.button {
	border: solid 1px #666666;
	color: #333333;
	font-family: "Tahoma", Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 12px;
}

/* Apparence des champs de formulaire */
.inputbox {
	border: solid 1px #666666;
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, Sans Serif;
	font-size: 11px;
}

.contentcolumn {
	padding-right: 5px;
}

/* Titres des pages */
td.contentheading {
	font-family: 'Verdana', 'Arial';
	color: #ff9900;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 15pt; /* 16px */
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	/*border-bottom: 2px dotted #000000; */
	/* white-space: nowrap; */
}

/* Conteneur qui affiche le titre de l'article (pages sous-menu) */
.contentheading-submenu {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

/* Conteneur qui affiche le titre de l'article (pages news) */
.contentheading-news {
	color: #333333;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	/* white-space: nowrap; */
}

/* Conteneur qui affiche le titre de l'article (articles statiques) */
.contentheading-static {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px dotted #000000; 
	/* white-space: nowrap; */
}

/* Mise en forme du titre des composants */
.componentheading {
	color: #000000;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	border-bottom: 2px dotted; 
	/* white-space: nowrap; */
}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

	/* Apparence du conteneur de chaque module */
	table.moduletable {
		width: 100%;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		border-spacing: 0px;
		border-collapse: collapse;
	}
	
	/* Apparence du titre de module */
	table.moduletable th {
		height: auto;
		background: url(../images/title_indent.gif) no-repeat;
		background-color: black;
		background-position: 4px 3px;
		color: #FFFFFF;
		text-align: left;
		padding: 2px 0px 2px 12px;
		font-size: 12px;
		text-transform: uppercase;
	}
	
	/* Apparence des cellules des modules */
	table.moduletable td {
		padding-left: 0px;
		font-weight: normal;
	}
	
	/* ++++++++++++++++ MISE EN FORME DU MODULE DE NEWS ++++++++++++++++ */
		
		/* Apparence du conteneur */
		table.moduletable-news {
			width: 100%;
			margin: 0px;
			padding: 0px;
			border-collapse: collapse;
			background-color: #B2B2B2;
			color: #000000;
		}
		
		/* Apparence du titre de module */
		table.moduletable-news th {
			height: 20px;
			background-color: #000000;
			color: #FFFFFF;
			text-align: left;
			padding: 4px 0px 0px 6px;
			font-size: 12px;
			text-transform: uppercase;
			letter-spacing: 1px;
		}
		
		/* Apparence des cellules des modules */
		table.moduletable-news td {
			padding: 10px 4px 4px 4px;
		}
		
		.latestnews-news ul {
		}
		
		.latestnews-news li {
			padding: 0px 0px 10px 12px;
		}
		
		/* Apparence des liens */
		.latestnews-news:link, .latestnews-news:visited {
			text-decoration: none;
			color: #666666;
		}
		/* Apparence des liens lorsque le curseur est dessus */
		.latestnews-news:hover, .latestnews-news:active {
			text-decoration: none;
			color: #000000;
		}

/* Tableau formant les sondages */
table.pollstableborder td {
	padding: 2px;
}

/* Apparence de la cellule de titre d'un tableau */
.sectiontableheader {
	font-weight: bold;
	color: #FFFFFF;
	background: #8094A8;
	padding: 4px;
}

/* Couleur de fond 1 pour les réponses des sondages */
.sectiontableentry1 {
	background-color: white;
}

/* Couleur de fond 2 pour les réponses des sondages */
.sectiontableentry2 {
	background-color: grey;
}

/* Font "written by" des blogs + quantité "(n)" des composants */
.small {
	color: #B6C2D1;
	font-size: 9px;
}

/* Layout de la date de création d'un blog */
.createdate {
	height: auto;
	padding-bottom: 4px;
	color: #BBBBBB;
	font-size: 10px;
}

/* Layout de la date de modification d'un blog */
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #CCCCCC;
	font-size: 10px;
}

/* Conteneur des raccourcis "aller à" */
table.contenttoc {
	border: 1px solid #3D4A58;
	background-color: #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

/* Conteneur "head" des raccourcis "aller à" */
table.contenttoc th {
	color: #FFFFFF;
	background-color: #3D4A58;
	text-align: center;
	padding-top: 2px;
	padding-left: 4px;
	height: 22px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

/* Mise en forme des mots trouvé lors d'une recherche */
.highlight {
	background-color: grey;
	color: black;
	padding: 0px 2px 0px 2px;
}

/* Mise en forme de code */
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
