/* STYLE CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#E4739B;
	margin:0px;
	padding:0px;
}

a, a:link, a:visited{
	color: #8D2E69;
}
a:hover{
	
}
a img{
	border: 0;
	text-decoration: none;
}

h1{
	font-size: 1.4em;
	color: #E15586;
}
h2{
	font-size: 1.2em;
	color: #8B306A;
}
h3{
	font-size: 1.1em;
	color: #8B306A;
}

.footer_site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer_links,
.footer_links a, 
.footer_links a:link, 
.footer_links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer_links a:hover {
	background-color: #C9589E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.actu_item_date {
	font-weight: bold;
	color: #8D2E69;
}

.actu_item_title {
	font-size: 12px;
	font-weight: bold;
	color: #E4739B;
}

.actu_item_txt {
	font-size: 1em;
	color: #E4739B;
}

.contenu_txt {
	font-size: 1.1em;
	color: #8D2E69;
}

a.page_active{
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	border: 1px solid #F00;
}
span.page_active{
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	display: inline;
}

.annuaire_txt,
.search_results_item_content_desc_txt,
.search_results_pagination_txt {
	font-size: 11px;
	color: #8D2E69;
}

a.search_results_pagination_txt,
a.search_results_pagination_txt:link,
a.search_results_pagination_txt:visited {
	display: inline;
	border: 1px solid #FDE4ED;
	font-size: 11px;
	color: #8D2E69;
	text-decoration: none;
}

a.search_results_pagination_txt:hover {
	display: inline-table;
	border: 1px solid #F9ACC9;
	font-size: 11px;
	color: #8D2E69;
	text-decoration: none;
}

.search_results_item_content_lib_txt {
	font-size: 11px;
	font-weight: bold;
	color: #8B306A;
}



.btn_submit {
	text-align: right;
	padding-right: 20px;
	background-image: url(../images/btn_valider.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 22px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #F9ABC8;
}

a.search_results_item_link,
a.search_results_item_link:link,
a.search_results_item_link:visited {
	display: block;
	text-decoration: none;
}

a.search_results_item_link:hover, .pinball-on {
	display: block;
	background-color: #F9ECF4;
	text-decoration: none;
}
.pinball-sinkhole{
}
.pinball-sinkhole:hover{
background:white;
}

/* Used in some of the example templates below. */
.tipClass { font: 11px Arial, Helvetica; color: black }
	
/* Format links inside tips a little, feel free to remove this. */
.tipClass A { text-decoration: none; color: black }

.tipTable{

	width:170px;
}
html>body .tipTable{
	/*width:auto;*/
	max-width:200px;	
}
.tipClass{	
	max-width:200px;
}
.tipTable table{
	max-width:200px;
	background-color: #F9ABC8;
}

.right{
	float: right;
	margin-left: 10px;
}
.left{
	float: left;
	margin-right: 10px;

}