/* ==============================================
http://www.alsacreations.com/gabarits/styles/base.css
http://www.alsacreations.com/gabarits/styles/modele10.css
   ============================================== */

html {
	font-size: 100%; 
}
body {
	color: #0C354E;
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 0.8em; 
	line-height: 1.25; 
	background-color: #FFFFFF;
	padding-top: 0px;
}

/* Titres */
h1, h2, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	left: -5px;
}


/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #FFFF33;
}
a img {
	border: none;
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
}



#global {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete_tq {
	height: 153px;
}

#entete_tq .logo_tq {
	height: 111px;
	width: 184px;
	/*background: url(logo-tq.gif) no-repeat;*/
	margin-left: 20px;
	padding-top: 20px;
}
#image_aleatoire_head {
	float:right;
	display:inline;
	height: 153px;
	width: 623px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

/* Menu du haut */
#menu_up_tq {
	height: 35px;
	margin: 0;
	padding: 0;
	border-top: 3px solid #EC008C;
}
/* Menu du haut : englobe les onglets "langues" */
#menu_up_tq #menu_up_tq_langues {
	display: inline;
	margin-left: 85px;
}
/* Menu du haut : englobe les onglets "rubriques" */
#menu_up_tq #menu_up_tq_rubriques {
	display: inline;
	margin-left: 151px;
}
/* Menu du haut : 1 élément de menu */
li.element_menu_up {
	font-size: 13px;
	display: inline;
	list-style-type: none;
	margin-left: 5px;
	padding-bottom: 4px;
	background-color: #EC008C;
}
li.element_menu_up a {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
li.element_menu_up a:hover {
	color: #FFFF00;
	border-top: 2px solid #FFFF00;
}
#menu_up_tq #menu_up_tq_langues li.element_menu_up a { /* Menu du haut : 1 élément de menu (spécifique pour les langues)*/
	font-size: 10px;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}


#fil_ariane {
	margin-top: 6px;
	margin-left: 40px;
	font-size: 0.7em;
	color: #ED008C;
}
#fil_ariane a {
	color: #531C5D;
	text-decoration: none;
}
#fil_ariane a:hover {
	color: #ED008C;
	text-decoration: none;
}

/* Conteneur central entre header et banner */
#main_page_tq {
	background: url(bg_main_page.gif) repeat-y;
	width: 100%;
	padding-top: 14px;
	overflow: hidden;
}

/* colonne_gauche */
#colonne_gauche {
	background-color: #FFFFFF;
	float: left;
	width: 269px;
	overflow: hidden;
}
#colonne_gauche a {
	text-decoration: none;
}
#colonne_gauche a:hover, #colonne_gauche a:focus {
	color: #FFFF00;
	border-left: 2px solid #FFFF00;
	border-right: 2px solid #FFFF00;
}
#colonne_gauche ul {
	font-size: 100%;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	list-style: none;
	font-weight: bold;
}
#colonne_gauche ul > :first-child {
	padding-top: 20px;
}
#colonne_gauche li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 11px;
	list-style: none;
}
#colonne_gauche li a {
	color: #FFFFFF;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #531C5D;
}

#colonne_gauche li .sous_menu, #colonne_gauche li .sous_menu_down {
	font-size: 0.9em;
	margin: 0;
	padding: 0px;
	padding-top: 11px;
	padding-left: 8px;
	list-style-type: none;
	background:repeat-y  top left url(barre_menu_gauche.gif);
}
#colonne_gauche li .sous_menu a, #colonne_gauche li .sous_menu_down a {
	background-color: #842893;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.float_stop {
	clear: both;
}


/* Contenu corps */

#corps_tq {
	font-size: 0.9em;
	background-color: #FFFFFF;
	text-align:left;
	float: left;
	width: 405px;
	padding: 0px 20px;
	margin-left: 15px;
	min-height: 342px;
}

#corps_tq a {
	color: #16618D;
}
#corps_tq a:hover, #corps_tq a:focus {
	color: #0000CC;
}
#corps_tq strong {
	color: #04253E;
}

#corps_tq > :first-child {
	margin-top: 10px;
}
#corps_tq p, #corps li {
	line-height: 1.5;
}
#corps_tq p {
	text-align:left;
}
#corps_tq h1 {
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode";
	color: #ED008C;
	text-align: left;
	font-weight: bold;
}

#corps_tq h2, #corps_tq h2.type_2 {
	background-color: #ED008C;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	left: -15px;
}
#corps_tq h2 a {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
#corps_tq h2.type_2, #corps_tq h2.type_2 a {
	color: #FFFFFF;
	background-color: #762584;
	text-decoration: none;
}
#corps_tq h3 {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #762584;
	border-bottom: 1px solid #762584;
	font-size: 1.1em;
	margin: 5px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 30px;
	text-align: left;
}
#corps_tq h3 a {
	color: #7733FF;
	text-decoration: none;
}

/* 3 e colonne (contenant les photos) */
#colonne_droite_tq {
	color: #DDDDDD;
	background-color: #FFFFFF;
	margin-left: 745px;
	margin-right: 11px;
	padding: 0;
	padding-left: 8px;
	padding-bottom: 20px;

}

#colonne_droite_tq a {
	text-decoration: none;
}

#pub_aleatoire {
	padding-top: 12px;
	padding-bottom: 5px;
	width: 180px;
	overflow: hidden;
	text-align:center;
}

/* Menu de droite */
#colonne_droite_tq #menu_droit ul {
	font-size: 100%;
	margin: 0;
	padding: 0;
	padding-left: 1px;
	list-style: none;
	font-weight: bold;
}
#colonne_droite_tq #menu_droit li {
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 2px;
	padding-bottom: 11px;
	list-style: none;
	background:repeat-y  top left url(barre_menu_droite.gif);
}
#colonne_droite_tq #menu_droit li a {
	color: #FFFFFF;
	background-color: #ED008C;
	margin: 0;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;	
	padding-bottom: 4px;
}
#colonne_droite_tq #menu_droit a:hover, #colonne_droite_tq #menu_droit a:focus {
	color: #FFFF00;
	border-left: 2px solid #FFFF00;
	border-right: 2px solid #FFFF00;
}

.formulaire_recherche {
	/*background-color: #CCCC66;*/
	margin: 20px;
 }
.formulaire_recherche #recherche.text { /* champ de recherche */ 
	width: 50px;
}

#pied_tq {
	color: #531C5D;
	font-size: 0.8em;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-top: 7px;
	border-top: 1px solid #EC008C;
}
#pied_tq a {
	color: #531C5D;
}
#pied_tq a :hover{
	color: #0000FF;
}


.un_event {
	font-size: 95%;
	background-color: #F2F9FD;
	border: 1px solid #CBE7F8;
	margin: 15px;
	padding: 35px;
	padding-top: 10px;
	padding-bottom: 0px;
}


.un_event .date_event {
	font-size: 0.9em;
	color: #666666;
}

.picto_a_gauche { /* pour les articles avec image moyenne */
	float: left;
	width: 260px;
	margin: 5px;
	padding: 0;
}
.picto_a_gauche_cadre_events {
	float: left;
	width: 110px;
	margin: 5px;
	padding: 0;
}
.picto_a_gauche_dans_mini_liste {
	float: left;
	width: 60px;
	/*height: 65px;*/
	margin: 3px;
	padding: 0;
}

.picto_a_droite { /* pour image moyenne de rubrique */
	float: right;
	width: 150px;
	margin: 10px;
	margin-left: 20px;
	padding: 0;
}

.un_event h3 {
}


a.spip_mail:before { content: " "; } /* liens vers un email */


/*.menu_articles {
	height: 250px;
	background-color: #CC3333;
}*/

.legende_photo {
	font-size:0.8em;
	padding-left:5px;
}

.lien_suite_tq {
	font-size:0.8em;
	padding-top:10px;
	padding-left:20px;
}
