/*
	Design général
*/

body
{
	background-color: #f58b1e;
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(http://info-limousin.com/img/design/infolimo-fond3.jpg);
}

a:hover
{
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

.fixe
{
	width:960px;
	margin:auto;
}

.fond_souligne
{
	width:100%;
	border-bottom:1px solid #FFFFFF; 
	clear:both;
}


.aligncenter
{
	text-align:center;
}

/*
	Liens retour 
*/
.retour a 
{
	color:#f6561a;
}

#bouton_retour
{
	float:left;
	color: #000;
	text-align: left;
	height: 20px;
	width: 960px;
	text-indent: 20px;
	background-image: url(http://info-limousin.com/img/design/infolimo-flecheb-bj.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 19px;
	vertical-align: middle;
}
#bouton_retour img
{
	border:none;
}
#bouton_retour a
{
	color: #000;
	font-weight: bold;
}

/*
	autres dates
*/
#texte_description
{
	color: #000000;
	text-align: left;
	padding: 10px;
	font-size: 1em;
}
#texte_titre
{
	color: #000000;
	text-align: left;
	padding: 10px;
	font-size: 1.4em;
}
/*
	bandeau 
*/

#bandeau
{
	font-size:1em;
	padding-left: 5px;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: #FFF;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px;
	height: 22px;
}

#bandeau a
{
	color: #000000;
	text-decoration: underline;
}
#bandeau a:hover
{
	color: #333333;
	text-decoration: none;
}
#drapeau
{
	float:right;
}

#drapeau img
{
	border:none;
	vertical-align: middle;
	margin-top: 3px;
}

/*
	contenu
*/

#bloc_evenement
{

}

#liste_evenement hr
{
	color:#e9ca9c;
	background-color:#e9ca9c;
	height:1px;
	border:none;
}

#info_filtrage 
{
	color: #000;
	margin-top:0px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:0px;
	font-weight:normal;
	font-size:0.9em;
}

.texte_contact
{
	color : #333333;
	margin:0px;
	font-size:1em;
	text-decoration:none;
	vertical-align: middle;
}


.event_contact
{
	text-align:right;
	font-style:italic;
}

.event_contact img
{
	border:none;
	margin-left:3px;
	vertical-align: middle;
}

.event_description
{
	margin-top:0px;
	padding-left: 10px;
	padding-top: 5px;
}

.event_date
{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:5px;
		padding-left: 10px;

}

.event_date:first-letter
{
	text-transform: uppercase;

}
.date
{

}
.event_titre
{

	font-size:1em;
}
#liste_evenement
{
	background-color:white;
width: 780px;

padding-top: 5px;

padding-right: 5px;

padding-bottom: 5px;

padding-left: 5px;
}

#liste_evenement h3 
{
	margin-left:35px;
}

#liste_evenement .event_description
{
	margin-left:35px;
}

#liste_evenement a 
{
	color:#f4830d;
}

.symbole
{
	float:left;
}

/*
	Pagination 
*/

#pagin_bas
{
	border-top:1px solid #dfcf9b; 
	clear:both;
}

.pagination
{
	margin-top:0px;
	padding-top:2px;
	margin-bottom:0px;
	padding-bottom: 2px;
	height:28px;
	color : #000;
	line-height: 28px;
	padding-left: 0px;
	font-size: 1,1em;
	font-weight: bold;
}
.pagination a, .pagination .libele
{
	display:block;
	float:left;
	text-decoration: none;
	margin-left:3px;
	margin-bottom: 2px;
	padding-right: 7px;
	padding-left: 7px;
	height:30px;
}

.pagination .actif
{
	color:white;
	padding:2px;
	font-weight: bold;
}

.pagination .inactif
{
	color : #000;
	border: 1px solid #000;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-color: #fda243;
}

.pagination .inactif:hover
{
	background:white;
}



/*
	Pieds de page 
*/

#contient_logo img
{
	border:none;
}
#contient_logo
{
	text-align:center;
	padding-top: 3px;
}

#pieds_de_page
{
	text-align:center;
	font-size:0.9em;
}
#pieds_de_page a
{
	text-align:center;
	font-size:0.9em;
	color: #000000;
	text-decoration: underline;
}
#pieds_de_page a:hover
{
	color: #333333;
	text-decoration: none;
}
/*
	Développement

*/
#dev 
{
	margin-top:400px;
}


