@charset "utf-8";
/* CSS Document */


html,body {
     margin: 0px; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 background-color: #FFFFCC;
     }
	 
a {color: #900103;text-decoration: none; border:none;}  
a.link {color: #900103;text-decoration: none; border:none;}  
a:visited { color: #900103; text-decoration: none ; border:none; }
a:hover { color: #FFFFFF; text-decoration: none ; border:none;}
a.active{color: #FFFFFF;text-decoration: none; border:none; } 

a img{color: #FFFFFF;text-decoration: none; border:none; } 
a.link img{color: #FFFFFF;text-decoration: none; border:none; }  
a:visited img{ color: #FFFFFF; text-decoration: none ; border:none; }
a:hover img{ color: #FFFFFF; text-decoration: underline ; border:none;}

a.p{color: #670001;text-decoration: underline; border:none; } 
a.p.link {color: #670001;text-decoration: underline; border:none; }  
a.p:visited { color: #670001;text-decoration: underline;border:none; }
a.p:hover { color: #FFFFFF;text-decoration: underline; border:none;}


/* Principal  frame  of the site */
.frame_principal {
	
	margin: 0px;
	height:  auto; 
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
  	text-align: left;
 
	width: 800px;
	position:relative;
	background-color: #FFFFFF;
}


.frame_menu_top{
	height:20px;
	width:800px;
	background-color: #6E6E6E;
	color: white;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top:4px;
	/*padding-right:10px;*/
}
.frame_top{
	margin-top:2px; 
	height:139px;
	width:800px;
}
.frame_menu{
 	text-align: left;
	color: #900103;
	font-family: Tahoma;
	font-size: 12px;
	margin-top:0px; 
	padding-top:3px; 
	width:800px;
	/*padding-left:20px;*/
	height:26px;
	
	background-image: url(/app/webroot/img/barre-degrade.jpg);
	font-weight: bold;
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #FFFFFFFF;

		
}

.frame_center{
	height: 380px;
	width: 800px;
	background-color: #939393;
	 text-align: left; /* pour corriger le bug de centrage IE */
}

.frame_bottom{
	position: relative; /*absolute;*/
	bottom:0;
	left:0;
	height:27px;
	width:800px;
	background-color: #670001;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #d8d7d7;
	text-align:center;
}

.partenaires{
	background-color: #FFFFCC;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	
	text-align:center;
}

/*  titre  */

p.titre {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

p.contenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

td{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
p.voirRealisation{
    font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
    color:#670001;
	text-align: right;
	padding-right: 20px;
}
.hallo { 
	text-align: center;
	FILTER: Glow(Color=white, Strength=5);
	width:100%;
	font-family:vivaldi;
	font-size:18pt;
    color: black;
	font-weight:bold;
	
}

.txt_img{
	text-align:center;
	position:relative;
	z-index:4;
	top: -20px";
}

