﻿@import url("layout.css");
@import url("sweetTitles.css");

body {
	font-family:Arial;
	font-size: 13px;
	background-color: #e2e4e5;
	
}
#container {
	width: 900px;
	height: 700px;
	margin: 25px auto;
	background-image: url('../img/fond2.jpg');
	background-repeat:repeat;
}

#containerinit {
	width: 900px;
	height: 700px;
	margin: 25px auto;
	background-image: url('../img/fond_accueil.jpg');
	background-repeat: no-repeat;
}

#header{
	text-align: center;
	width: 900px;
	height:85px;
	background-image:url('../img/logo.jpg');
	background-repeat:no-repeat;
	float:left;
	}

#menu{
	width:900px;
	height:45px;
	background-image:url('../img/fond_menu.jpg');
	background-repeat:no-repeat;
	float: left;

	
}
#contenug {
	position: relative;
	float: left;
	width: 160px;
	height: 558px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url('../img/fond_contenug.jpg');
	background-repeat:repeat-y;
	border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
}

#contenug_markus {
	position: relative;
	height: 150px;
	margin-top: 3em;
	margin-left: 2em;
	background:url('../img/markus.png');
	background-repeat:no-repeat;
	}

#contenugnews {
	position: relative;
	height: 150px;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
background:#dbdbdb url('../img/block_bg.jpg') repeat-x bottom left;
	border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
	}


#content {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #e2e4e5;
	font-size: 0.8em;

}
/* Styles de titres */
#headerh1 {
	color: #3d6c87;
}
#headerh3 {
	color: #5f8ea9;
}

/* Styles du contenu */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Styles de pieds de page */
#footer p {
	color: #808080;
	margin-top: 2px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* DEBUT BLOC DE NEWS GAUCHE contenugnews - STYLE */
#contenugnews h4{
text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	padding-left:0.5em;
	height: 20px;
	padding-top:2px;
	color:black;
	background: transparent url('../img/block_contenud.jpg') no-repeat top left;
	margin:0;

}

#contenugnews ul {
list-style: disc;
margin:0;
padding-left: 20px;
}

#contenugnews a, li  {
	padding-top: 5px;
	 text-decoration:none;
	 color:black;
	 font-size: 10px;
	 
}

/* DEBUT BLOC DE DROITE conteunud */
#contenud {
	float: right;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 3px;
	background:#dbdbdb url('../img/block_bg.jpg') repeat-x bottom left;
	border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
	}

div.block {
	margin-bottom: 1em;
	width: 150px;
}
#contenud div.block {
	padding-bottom: 6px;
	background: transparent url('../img/block_footer.gif') no-repeat bottom left;
	margin:0;

}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 0.9em;
	padding-left:0.5em;
	border-bottom: 1px solid #595A5E;
	padding-top:2px;
	line-height:1.3em;
	color: #374853;
	height: 20px;
	background: transparent url('../img/block_contenud.jpg') no-repeat top left;
	margin:0;
}
div.block h4 a { color: #374853; }
div.block ul { 
	list-style: none; 
	margin-left: 0.5em;
}



/* div.block ul.tree li { padding-left: 5em; } */
div.block a:hover { 
	text-decoration: none; 
	color: #000;
	font-weight:bold;
}


div.block .block_content {
	border-left: 1px #d0d3d8;
	border-right: 1px #d0d3d8;
	padding:0.2em 0.5em 0em 0em;
	background: #dbdbdb url('../img/block_bg.jpg') repeat-x bottom left;
	min-height:20px;
}
div.block li {
	font-size:11px;
	padding-top: 0.3em;
	margin: 0;
	padding-left: 2em;
	background:transparent url(../img/bullet.gif) no-repeat scroll 0.5em 0.7em;


}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

/* FIN BLOC DE DROITE conteunud */

/* DEBUT BLOC MENU */

#menu_nav {
	width: 100%;
	text-align: left;
	padding-top:0em;
	margin: 0;
	clear:left;

}
#menu_nav p { color: #595a5e; }
#menu_nav span { font-weight: bold; }
#menu_nav ul { margin: 0; }
#menu_nav li {
	float: left;
	height: 30px;
	margin-top: 10px;
	white-space: nowrap;
	list-style:none;
	 padding-left: 40px;

}

#menu_nav a {
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight:bold;
	padding-left: 0.5em;
}

#menu_nav a:hover  {
color: #aeaeaf; 
text-decoration: none;
}


#menu_nav_logout {
 font-size:14px;
 font-weight:bold;
 float:right;
}

#menu_nav_logout a {
 padding-right: 15px;
 text-decoration: none;
 color:red;
}

#menu_nav_logout a:hover { color:white;}



/* FIN BLOC MENU */

/* DEBUT BLOC EXTRANET */
#extranet {
	width: 100px;
	text-align: center;
	margin-top: 1em;
	float:right;
}
#extranet a {
	background-image:url(../img/extranet.jpg);
	background-repeat:no-repeat;
 	background-position:center top;
	padding-top: 2.3em;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
}
/* FIN BLOC EXTRANET */

/* DEBUT BLOC LANGUE */

#langue {
	margin-right: 5px;
	float:right;
	margin-top: 3em;
}

#langue table {
	width: 100px;
}

#langue td {
	padding: 5px;
	width: 50%;
	text-align: center;
}

#langue img {
border:none;

}

/* FIN BLOC LANGUE */

/* DEBUT BLOC TITRE */

#titre {
	float:left;
	text-align:left;
	padding-top: 3.5em;
	padding-left: 12em;
}

#titre h1 {
	text-decoration:none;
	font-family:Arial;
	font-weight: bolder;
	color: #f1f1f3;
	text-decoration:none;
	font-size: 15px;
}

/* FIN BLOC TITRE */

/* DEBUT BLOC CONTACT */

#contact {
	background:black;
	width: 708px;
	height: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	color: red;
}


#contact h2 {

	width: 400px;
	height: 18px;	
	text-decoration: none;
	color:#fff;
	font-size:0.9em;
	text-transform:  uppercase;
	background:transparent url(../img/guide_h2_bg.png) no-repeat scroll left top;
	line-height:1.3em;
	padding-left:0.5em;
	padding-top:2px;
}



/* DEBUT BLOC GUIDE */

#guide {
	background:black;
	width: 545px;
	height: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: left;
}


#guide h2 {

	width: 400px;
	height: 18px;	
	text-decoration: none;
	color:#fff;
	font-size:0.9em;
	text-transform:  uppercase;
	background:transparent url(../img/guide_h2_bg.png) no-repeat scroll left top;
	line-height:1.3em;
	padding-left:0.5em;
	padding-top:2px;
}


#guide ul {
	height: 350px;
	width: 400px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#guide li {
	
	float:left;
	margin-top:0;
	padding-left:15px;
	width:52px;
	list-style-position:outside;
	display: inline-block;
}

#guide a {
background-color:transparent;
display:block;
width: 52px;
margin-left:1px;
color:#595A5E;
text-decoration:none;
outline-style:none;
outline-width:medium;
margin:0;
padding:0;
}

#guide img {
	float:none;
	margin:0;
}
#guide p {
margin:0;
padding:0;
margin-top:0.4em;
padding-left:0.7em;
}

#guide span.lien {
	display:block;
font-size:0.9em;
padding:0.5em 0;
text-align:center;
color:white;
white-space:nowrap;
margin:0;
}

#guide table {
	width: 300px;
}

#guide tr {
	padding-top: 2em;
}

#guide td {
	width: 49px;
	padding-left: 20px;
	font-weight: bolder;
	text-align:  center;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#guide img {
border:none;
}

#guide a {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 9px;
	text-align:center;
	font-weight:bold;
}

/* FIN BLOC GUIDE */

/* DEBUT BLOC CATEG */

#categ {
	background: black;
	width: 545px;
	height: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	overflow:auto;
	
}


#categ h2 {

	width: 400px;
	height: 18px;	
	text-decoration: none;
	color:#fff;
	font-size:0.9em;
	text-transform:  uppercase;
	background:transparent url(../img/guide_h2_bg.png) no-repeat scroll left top;
	line-height:1.3em;
	padding-left:0.5em;
	padding-top:2px;
}

#categ h3 {

	text-decoration: none;
	color:#fff;
	font-size: 12px;
	padding-left:1em;

}

#categ h4 {

	text-decoration: none;
	font-style:italic;
	color:#fff;
	font-size: 10px;
	padding-left:1em;

}

#categ p{
font-size: 1em;
font-weight: normal;
color:#7d7d7d;
text-decoration: none;
padding-left:1em;
}


#categ ul {
	list-style:square;
}

#categ li, a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#categ a:hover {
	text-decoration: none;
	color: #AEAEAF;
}

#tableshow
{
	font-family: Arial;
	font-size: 12px;
	margin: 5px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#tableshow th
{
	font-size: 11px;
	font-weight:  bold;
	padding: 8px;
	background: #666666;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#tableshow td
{
	padding: 8px;
	background: #999999; 
	border-bottom: 1px solid #333333;
	color: #000;
	border-top: 1px solid transparent;
}
#tableshow tr:hover td
{
	background: #666666;
	color: #fff;
}


#categ table {
	width: 300px;
}

#categ td {
	width: 49px;
	font-weight: bolder;
	text-align:  left;
	}

#categ img.titre {
	float:right;
}

#categ td.titre {
	width: 249px;
	font-weight: bolder;
	text-align:  left;
	border-bottom: 1px #7d7d7d solid;
	border-top: 1px #7d7d7d solid;
	color: white;
	padding-left: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;

	}


#categ td.titre a {
color:red;
text-decoration:none;
font-size: 11px;
text-transform: lowercase;
	}

#categ td.stitre {
	width: 249px;
	font-weight: bolder;
	text-align:  left;
	border-bottom: 1px #7d7d7d solid;
	border-top: 1px #7d7d7d solid;
	color: white;
	padding-left: 1.5em;

	}


#categ td.stitre a {

color:white;
text-decoration:none;
font-size:13px;

	}

#categ td.stitre a:hover {

color: gray;
text-decoration:none;
font-size:13px;

	}


#categ img {
border:none;
}

#categ ol.faq {
	color:white;
	text-decoration:none;
}

#categ_txt {
	background: transparent;
	width: 370px;
	margin: 0px;
	padding: 0px;
	margin-top: 2em;
	color:#7d7d7d;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;

	
}

#categ_txt h1{
font-size: 12px;
font-weight:bold;
color:white;
text-decoration: none;
}

#categ_txt h3{
font-size: 10px;
font-weight:bold;
color:white;
text-decoration: none;
}


#categ_txt p{
font-size: 12px;
font-weight: normal;
color:#7d7d7d;
text-decoration: none;
margin:0;
padding:0;
padding-top:12px;
}

#categ_txt ul{
margin:0px;
padding:0px;
padding-top: 5px;
padding-left: 25px;
}
#categ_txt li{

font-weight: normal;
color:#7d7d7d;
text-decoration: none;
list-style: disc;
padding:0;
margin:0;
}

#categ_txt a{
text-decoration: none;
}


#show 
{
	position:  inherit;
	background:black;
	width: 150px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	float:right;
	display:block;
	border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;

	
}

#categ_dr {
	background:transparent;
	width: 150px;
	margin-top: 25px;
	padding: 0px;
	float: right;
	clear:both;
	color:#7d7d7d;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	
	
}

#categ_dr h1{
font-size:12px;
font-weight:bold;
color:white;
text-decoration: none;
}

#categ_dr ul{
	margin:0;
	padding: 0;
}
#categ_dr li{

font-weight: normal;
color:#7d7d7d;
text-decoration: none;
list-style: none;
}

#categ_dr a{
	text-decoration:none;
	}

#categ_dr img{
	 background-position:center;
	 vertical-align:middle;
	   width:140px; 
	}


#categ_dr img.videolink{
	 background-position:center;
	 vertical-align:middle;
	   width:16px; 
	}


#categ_dr p{
	 margin:0;
	 padding:0;
	 padding-bottom: 5px;
}

#categ_dr p.red{
	 color:red;
	 margin:0;
	 padding:0;
	 padding-bottom: 5px;
}

#categ_dr a.red{
	 color:red;
	 text-align: left;
	 padding-left: 10px;
}

#categ_dr p.pdf{
	 color:red;
	 text-align: center;
 	 border-bottom: 1px white solid;
	 margin-top: 5px;
	 padding:0;
}

#categ_dr a.pdf{
	 color:white;
	 margin:0;
	 padding:0;
	  font-size:12px;
}

#categ_dr a.pdf:hover{
	 color:red;
}

/* FIN BLOC CATEG */

/* DEBUT BLOC STE */

#ste {
	background: transparent;
	width: 545px;
	height: 538px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	float: left;
	overflow:auto;
	font-size:12px;
	border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
	
}

#ste h2 {

	width: 400px;
	height: 18px;	
	text-decoration: none;
	color:#000;
	font-size:1.2em;
	text-transform:  uppercase;
	line-height:1.3em;
	padding-left:0.5em;
	padding-top:2px;
}

#ste li {
	font-size:12px;
	padding:0px;
}

#addr {
	background: transparent;
	width: 188px;
	height: 165px;
	color: #000;
	float: left;
}

#addr h3 {
	color: #000;
	font-size:1em;
	width: 160px;
	margin:0;
	padding:0px;
	padding-bottom: 5px;
}

#addr p {
	padding:0;
	margin:0;
}

#addr a {
	padding:0;
	margin:0;
	color: black;
}

#addr a:hover {
	padding:0;
	margin:0;
	color: gray;
	text-decoration:none;
}



/* FIN BLOC STE */


/* DEBUT BLOC START */

#start {
	background: transparent;
	width: 320px;
	height: 505px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 225px;
	padding-top: 45px;
	clear: left;
	overflow:auto;
	font-size:12px;
	
}

/* FIN BLOC START */


/* DEBUT BLOC NEWS ACCUEIL NEWSTICKER */
#NewsTicker{
	background:transparent;
	width:175px;
	height:260px;
	margin:0 auto;
	clear:right;
	float:right;
	margin-top:22px;
	border-top: 1px solid gray;
        border-left: 1px solid gray;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
	margin-right: 1px;
}
	#NewsTicker h1{
		padding-left:6px; 
		margin:0; 
		border:0;
		background:#dfe9d5;
		color:#000000;
		font-weight:bold;
		text-transform: uppercase;
		font-family: Helvetica, Sans-Serif;
		font-size: 0.9em;
		padding-top:2px;
		line-height:1.3em;
		color: #374853;
		height: 20px;
		background: transparent url('../img/block_contenud.jpg') no-repeat top left;

	}
	#NewsVertical {
	width: 175px;
	height: 198px;
	display: block;
	overflow: hidden;
	position: relative;

	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 175px;
		height: 200px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 135px;
		color: #333333;
		text-align: left;
		font-size: 9px;
		margin: 0;
		padding: 6px;
		float: left;
		height: 184px;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 13px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 9px;
			margin:6px 0 14px 0;
		}

/* FIN BLOC NEWS ACCUEIL NEWSTICKER */

/* DEBUT BLOC NEWS TOUTES PAGES NEWSTICKER2 */
#NewsTicker2{
	background:#dbdbdb url('../img/block_bg.jpg') repeat-x bottom left;
	width:150px;
	height:260px;
	margin:0 auto;
	clear:right;
	float:left;
	margin-top:22px;
	border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
	margin-left: 5px;
}
	#NewsTicker2 h1{
		padding-left:6px; 
		margin:0; 
		border:0;
		background:#dfe9d5;
		color:#000000;
		font-weight:bold;
		text-transform: uppercase;
		font-family: Helvetica, Sans-Serif;
		font-size: 0.9em;
		padding-top:2px;
		line-height:1.3em;
		color: #374853;
		height: 20px;
		background: transparent url('../img/block_contenud.jpg') no-repeat top left;

	}
	#NewsVertical2 {
	width: 150px;
	height: 198px;
	display: block;
	overflow: hidden;
	position: relative;

	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical2 {
		width: 150px;
		height: 200px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical2 li {
		display: block;
		width: 135px;
		color: #333333;
		text-align: left;
		font-size: 9px;
		margin: 0;
		padding: 6px;
		float: left;
		height: 184px;
	}
		#TickerVertical2 li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 13px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical2 li .NewsTitle a:link,
		#TickerVertical2 li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical2 li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical2 li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical2 li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 9px;
			margin:6px 0 14px 0;
		}

/* FIN BLOC NEWS TOUTES PAGES NEWSTICKER2 */



/* DEBUT BLOC NEWS ACCUEIL TXT accueiltxt */

#accueiltxt{
	background:transparent;
	width:330px;
	height:240px;
	margin:0;
	float:right;
	margin-top:10px;
	padding-top:33px;
	padding-right: 5px;
	font-size:12px;
}

#accueiltxt h1 {
	font-size: 14px;
	color:black;
	font-weight:normal;
}

/* DEBUT BLOC CONTACTUS */

#contactus{
	background:transparent;
	float:left;
	width: 155px;
	height: 20px;
 	margin-top: 40px;
	text-align:center;
	text-decoration:none;
	color:white;
	font-size: 13px;
	font-weight:bold;
}

#contactus a{
	text-decoration:none;
}

#contactus a:hover{
	text-decoration:none;
	color:black;
}


/* FIN BLOC CONTACTUS */

/* DEBUT BLOC VIDEO */

#video {
	background: transparent;
	width: 480px;
	margin-top: 50px;
	margin-left:30px;
	font-size:12px;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(../img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}