@charset "utf-8";
/* CSS Document */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Tahoma;
	color: #000c40;
	background-color: #4c6eb4;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a:link	{ color: #0b73e9; text-decoration: none; }
a:visited	{ color: #0b73e9; text-decoration: none; }
a:hover	{ color: #ee0000; text-decoration: underline; }
a:active	{ color: #0b73e9; text-decoration: none; }

/* CONTENEUR DE LA PAGE /!\ */

.conteneur {
	
text-align: center;
}

.centre_header {
margin-left: auto;
margin-right: auto;
width: 695px;
text-align: left;
background-image: url("images/header_fond.gif");
background-position:top;
padding-top:30px;
padding-left:40px;
padding-right:40px;
padding-bottom:0;
}

.centre {
margin-left: auto;
margin-right: auto;
width: 695px;
text-align: left;
background-image: url("images/corps_fond.gif");
background-repeat:repeat-y;
padding-left:40px;
padding-right:40px;
padding-top:0;
padding-bottom:0;
	text-align:justify;
}


.centre_footer {
margin-left: auto;
margin-right: auto;
width: 695px;
text-align: left;
background-image: url("images/footer_fond.gif");
background-position:bottom;
padding-left:40px;
padding-right:40px;
padding-bottom:30px;
padding-top:0;
text-align:center;
}

/* FIN DU CONTENEUR /!\ */

.titre {
	color: #ee0000;
	font-size: 15px;
	float:right;
	margin-right:15px;
	}
	
	
.textegauche {
text-align:left;
	}
	
.textedroite {
text-align:right;
	}
	
.textecentre {
text-align:center;
	}
	
.titredisco {
	color: #ee0000;
	font-weight:bold;
	}
	
.navigation {
	font-size: 12px;
	float:left;
}

.filter {
	text-align:center;
	}
/* ligne de fond du titre de la news {T_THEME_PATH} */

td.ligne {
	background-image: url("images/ligne.jpg");
	width:690px;
	height:20px;
}

td.ligne01 {
	background-image: url("images/ligne01.jpg");
	width:690px;
	height:20px;
}

td.ligne02 {
	background-image: url("images/ligne02.jpg");
	width:690px;
	height:20px;
}

td.ligne03 {
	background-image: url("images/ligne03.jpg");
	width:690px;
	height:20px;
}

td.ligne04 {
	background-image: url("images/ligne04.jpg");
	width:690px;
	height:20px;
}

/* corps de la news */
td.news {
width:690px;
}



/* Divs pour les pages promo
---------------------------------------- */

.cadre_ecoute {
background-image: url("images/promo_anesidora/cadre_ecoute.jpg");
background-color:#009933;
height:500px;
width:500px;
margin:20px;
}

.cadre_haut {
background-image: url("{T_THEME_PATH}//images/promo_anesidora/cadre_haut.jpg");
background-repeat:no-repeat;
height:20px;
width:500px;
}

.cadre_centre {
background-image: url("{T_THEME_PATH}//images/promo_anesidora/cadre_centre.jpg");
background-repeat:repeat-y;
width:500px;
margin-left:20px;
margin-right:20px;
}

.cadre_bas {
background-image: url("{T_THEME_PATH}//images/promo_anesidora/cadre_bas.jpg");
background-repeat:no-repeat;
height:20px;
width:500px;
}

.cadre_noir {
background-color:#000000;
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#fffbec;
padding:10px;
}