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;
}

img, .spip_logos {
	display:none;
}

/* 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: 650px;
	margin-left: 10px;
	margin-left: 30px;
}

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

#entete_tq .logo_tq {
	width: 98%;
	height: 184px;
	margin-top: 30px;
	background-image: url(logo-head-print.jpg);
	background-repeat: no-repeat;
}
#image_aleatoire_head {
	display:none
}

/* Menu du haut */
#menu_up_tq {
	display:none
}

#fil_ariane {
	display:none
}

#main_page_tq {
	background: none;
	background-color:#FFFFFF
	width: 98%;
	padding-top: 14px;
	overflow: hidden;
}

/* colonne_gauche */
#colonne_gauche {
	display:none
}

.float_stop {
	clear: both;
}


/* Contenu corps */

#corps_tq {
	font-size: 0.9em;
	background-color: #FFFFFF;
	text-align:justify;
	float: left;
	width: 90%;
	padding: 0px 20px;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 300px;
}

#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:justify;
}
#corps_tq h1 {
	font-size: 1.7em;
	color: #80C4EC;
	text-align: left;
}

#corps_tq h2, #corps_tq h2.type_2, #corps_tq h2 a {
	color: #ED008C;
	font-size: 1.4em;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	left: -15px;
	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 {
	color: #8428BB;
	border-bottom: 1px solid #8428BB;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 30px;
}
#corps_tq h3 a {
	color: #7733FF;
	text-decoration: none;
}

/* 3 e colonne (contenant les photos) */
#colonne_droite_tq {
	display:none
}

#pied_tq {
	color: #531C5D;
	width:90%;
	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;
}


