
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #000000 url(Syst/templatemo_bg.gif) repeat-x;
}
a:link, a:visited { color: #88DDFF; text-decoration: none} 
a:active, a:hover { color: #FFFF99; text-decoration: underline}



#templatemo_container {
	width:100%;
	margin: 5px auto;
	background: #000000;
	border: 1px solid #666666;
}
/*-----------------------*/
/*  le header à modifier */
/*-----------------------*/

#templatemo_header {
	clear: left;
	height: 161px;
	background: url(Syst/Banniere_FComte.png) center no-repeat;
}
#templatemo_content {
	width: 100%;
}
/*-----------------------------------------------------*/
/* c'est en fait la colonne de droite, le corps du document*/
/*-----------------------------------------------------*/

#templatemo_left_column {
	float: left;
	width:71%;
	min-height: 400px;
}
#templatemo_total {
	float: left;
	width:100%;
	min-height: 400px;
}

/*-----------------------------------------------------*/
/* c'est en fait la colonne de gauche, menu ...*/
/*-----------------------------------------------------*/

#templatemo_right_column {
	background: #444444 url(Syst/templatemo_right_bg.gif) repeat-x bottom;
	float: left;
	width: 29%;
	min-height: 400px;
}
#templatemo_footer {
	clear: left;
	background: #333333;
/*	height: 60px;  */
	padding: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#templatemo_footer a {
	color: #CCCCCC;
}
/*-----------------------------------------------------*/
/* #templatemo_site_title et #templatemo_site_slogan */
/* à modifier en fonction de l'image nclue dans le titre */
/*-----------------------------------------------------*/

#templatemo_site_title {
	padding-top:60px;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
#templatemo_site_slogan {
	padding-top: 10px;
/*	padding-bottom: 30px;  */
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.templatemo_line {
	clear: left;
	height: 2px;
	background: #888888;
}
.templatemo_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px solid #666666;
	background: #333333;
}
.special_bouton hover{
	background-image: url(Syst/button_active.gif)repeat-x center;
	color: #ff0000;
}
.special_bouton {
	background-image: white url(Syst/button_default.gif) repeat-x center;
	color: #ff0000;
}
	
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #666666;
	background: #444444;
	color: #FFFFFF;
}
.text_area {
	margin: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #DD0000;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	background: url(Syst/post_title_bg.gif);
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.modif_post_title_yellow{
	padding: 5px;
	padding-left: 10px;
	background: url(Syst/post_title_bg.gif);
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}

.texte_blanc {
	color: #FFFFFF;
}
.texte_jaune {
	color: #FFFF00;
}
/* 		Menu Credit: http://www.dynamicdrive.com/style/      */
.glossymenu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 250px;
	border: 1px solid #999999;
}
.glossymenu li a{
	background: white url(Syst/button_default.gif) repeat-x center;
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #FFFFFF;
}
.glossymenu li a:hover{
	background-image: url(Syst/button_active.gif);
	color: #000000;
}
.glossymenu  li ul{
	display:none;
}

.glossymenu  li:hover ul{
	display:block;
}
#menu-horizontal
{
	float:right;
	width: 850px;      
	height: auto;      
	list-style-type: none;  
	margin: auto;    
	padding: 0;      
	border: 0;      
	
	}
#menu-horizontal  li
{
	float: left;
	width: 140px;
	margin: auto;
	padding: 0;
	border: 0;
}
#menu-horizontal li a
{
	display: block;         
	color: #FFFFFF;         
      background-color: #000000;
	margin: 0;
	padding: 4px ;
	border: 0px solid #FFFFFF;
	text-decoration: none;

}


#menu-horizontal li a:hover 
{
        background-color: #d40203;
}


#menu-horizontal .menu-deroulant
{
	display: none;
	list-style-type: none;
	margin: 0;   
	padding: 0;
	border: 0;
    position: absolute;
}
#menu-horizontal .menu-deroulant li
{
	float: none;
	margin: auto;
	padding: 0;
	border: 0;
	width: 140px;
}
#menu-horizontal .menu-deroulant li a
{
	display: block;
	color: #FFFFFF;
	margin: 0;
	border: 0;
	text-decoration: none;       
      background-color: #000000;

}
#menu-horizontal .menu-deroulant li a:hover
{
	color: #FF0000;
	background-color: #eeeeee;
}
#menu-horizontal li:hover .menu-deroulant 
{ 
display: block; 
}