a:{  font-size: 11px;text-decoration: none; font-family: 'Trebuchet MS', Tahoma, Sans-serif;color:#178BFF;}
a:link{  font-size: 11px;text-decoration: none; font-family: 'Trebuchet MS', Tahoma, Sans-serif;color:#666666;}
a:visited{  font-size: 11px;text-decoration: none; font-family: 'Trebuchet MS', Tahoma, Sans-serif;color:#333333;}
a:active{  font-size: 11px;text-decoration: none; font-family: 'Trebuchet MS', Tahoma, Sans-serif;color:#000000;}
a:hover{  font-size: 11px;text-decoration: underline ; font-family: 'Trebuchet MS', Tahoma, Sans-serif;color:#0066CC;}

body {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #033678;
}
#flash {
  position:absolute;
    left: 200px; 
    top: 0%;
	width: 400px;
	height: 220px;
		z-index: 			1;

}
#rss {
height : 250px;
width: 100%;
background:#cae1f7;
margin-top:10px;
padding-left:10px;
margin-bottom:20px;
padding:3px;
overflow:scroll;
scrollbar-3dlight-color:#cae1f7;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#cae1f7;
scrollbar-face-color:#cae1f7;
scrollbar-highlight-color:#a8c9ea;
scrollbar-shadow-color:#cae1f7;
scrollbar-track-color:#a8c9ea;
text-align:left;
}
#rss ul li {
list-style-type: none;
}
#rss ul, ol {
	margin: 0 5px;
	padding: 0 5px;
	font-size: 95%;
}
#rss h1 {
	font-size: 100%;
	text-transform: uppercase;
	color: #88ac0b;
	border-bottom:1px solid #88ac0b; 		
}
h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
    color: #033678;
}
h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 12px;
    color: #003366;
}
iframe {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px; 
    color: #000000;
}
td {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 11px;
    color: #000000;
}

th {
	font-size: 10px; font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}


FORM { 
	font-size:11px; font-family: 'Trebuchet MS', Tahoma, Sans-serif; color: #000000; 
}
INPUT { 
	font-size:11px; font-family: 'Trebuchet MS', Tahoma, Sans-serif; color: #000000; 
}
SELECT { 
	font-size:11px; font-family: 'Trebuchet MS', Tahoma, Sans-serif; color:#000000;  
}
TEXTAREA { 
	font-size:11px; font-family: 'Trebuchet MS', Tahoma, Sans-serif; color: #000000; 
	
}
/* positioning - Structure de page */
#bloc_menu{
    width:192px;
}

#bloc_corps_de_page{
    margin-left:192px;
    margin-top:10px;
    padding:0px 0px 0px 0px;
    width:605px;
}
#bloc_pied_de_page{
    margin-left:192px;
    padding:0px;
    width:605px;
}
#titre_page{
    height:22px;
    padding:1px 4px 1px 1px;
    color: #003366;
    font-size: 13pt;
    font-weight:bold;
    border-bottom:1px solid #033678;
}
.nop_nom{
    padding:0px;
    margin:0px;
}
.p5{
    padding:5px;
}
.m5{
    margin:5px;
}

/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu{
	color:black;
	font-size:11px;
	font-weight:normal;
	border:0px solid #EFB;
	padding:1px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;

    margin:1em;
	
}
.ssmenu {
	background-color:#005496;
	color:white;
	font-size:11px;
	font-weight:normal;
	border:1px solid #EFB;
	padding:1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.85;
	opacity: 0.85;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:left;
}


.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family:'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration:none;
	color:white;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}
.menu a, .menu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	text-decoration:none;
	color:black;
    font-size:11px;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:100%;
	    
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#79C2FF;
	color:black;
	text-decoration:none;

}


img {

	border:none;
	vertical-align: top;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

.table_news {
	background-image:  url("../images/commun/fond_news.gif");
	background-repeat: no-repeat;
	background-position: left top;
}


.fond {
	background-image:  url("../images/commun/fondintro2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.fils {
	padding: 2px;
	vertical-align: top;	
}

.cachediv {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	/*border: 1px none #000000;*/
	color: #FFFFFF;
	border: 1px solid black;
	margin-bottom: 2px;
	background-color: #000000;
	/*background-image: url(../canton/fond3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	}
	/*
	.cachediv2 {

	position: relative;
	visibility: visible; */
	/*background-color: #000000;*/
	/*overflow: hidden;
	border: 1px solid black;
	margin-bottom: 2px;

	}*/
	
	.plus {

	border: 1px solid #000000;
	padding: 2px;
	background-color: #FFCC99;
}

.prox {
	width:57px;
	height:54px;
	background-repeat: no-repeat;
	font-size: 0px;
	text-align: right;
	background-color: #FFFFFF;
	color: #FFFFFF;
	line-height: 100px;
	
	}
.div {
	margin-left: 5px;
}

.table_annu {
	margin: 2px;
	border: 1px solid #000066;
}

.table_prox {
	margin-left: 2px;
	margin-right: 10px;
}
.titre_prox {
	text-indent: 10px;
	border-bottom: 1px dotted #000000;
	font-size: 9px;
}
#scroller, #scroller td { font-family:'Trebuchet MS', Tahoma, Sans-serif; font-size:14px; color:#2A2A2A; }
@media all { #scroller, #scroller td { font-size:14px; } }
#scroller .ownerName { color:#666666; }
#scroller .postNumber { color:#9A9A9A; }
#scroller .postDate { color:#C4C4C4; }

/* positioning */
#scroller { position:absolute; left:195px; top:100px; width:500px; height:400px; clip:rect(0 500 400 0); overflow:hidden; }
#scroller #container { position:absolute ; top:5px; width:480px; height:370px; clip:rect(0 480 370 0); overflow:hidden; }
#scroller #content { position:absolute; width:450px; }
#scroller #scrollUp { position:absolute; left:480px; top:3px; }
#scroller #scrollDn { position:absolute; left:480px; top:254px; }
#scroller #scrollbar { position:absolute; left:480px; top:14px; width:10px; height:237px; clip:rect(0 10 237 0); }
#scroller #thumb { position:absolute; left:0px; top:0px; background-color:#CCCCCC; layer-background-color:#CCCCCC; }
#scroller #thumbArrowUp, #scroller #thumbArrowDn { position:absolute; left:2px; visibility:hidden; }
#scroller #marker { position:absolute; left:1px; top:0px; width:8px; height:1px; clip:rect(0 10 1 0); background-color:#CCCCCC; layer-background-color:#CCCCCC; visibility:hidden; }
#scroller #scrollerMo5Shim { position:absolute; left:0px; top:5px; width:1px; height:1px; }
#scroller #elevUp, #scroller #elevDn { position:absolute; left:0px; top:0px; width:10px; height:237px; overflow:hidden; clip:rect(0 10 237 0); }
/***** menu CSS *****/
