@import url("rte.css"); 
@import url("blocs.css"); 
@import url("textes.css"); 
@import url("connexion.css"); 
@import url("tt_news.css"); 
@import url("extensions.css"); 
/* SOMMAIRE

***********

Pour acc&eacute;der rapidement à l'endroit voulu : s&eacute;lection et CTRL+F



- Comportements par d&eacute;faut

- Blocs DIV

- HEADER

	- Onglets de navigation

	- Moteur de recherche

	- Bloc notes

- ZONE DE GAUCHE

- CONTENEUR

- FOOTER

- Classes

- Modèle "DEUX COLONNES"

 */body {background:#FFF; font:12px Arial, sans-serif; text-align:center; margin:5%; padding:0;}
/*** Comportements par d&eacute;faut

*************************** */div,p,a,h1,h2,h3 {margin:0; padding:0;}
h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
a,a:visited {color:#616161; font-weight:700; text-decoration:none; outline:none;}
a:hover {text-decoration:underline;}
ul {list-style:square;}
/*** Blocs DIV

************  le site en lui-même : largeur adapt&eacute;e à une r&eacute;solution 1024  */
#globalcontainer {position:relative; background:#FFF; text-align:left; width:94%; margin:auto;}
/* Zone de droite  */#rightcontent {display:none; padding-left:0;}
/*** HEADER

*********  en-tête : contiendra la partie haute du logo, le moteur et les liens d'en-tête + onglets de navigation  */#header {clear:both; position:relative; height:98px;}
#header_logo {float:none; height:98px; width:220px; margin-left:10px; background:transparent url('../images/iface/logo_top_text.gif') no-repeat 0 0; padding:0;}
/*** ZONE DE GAUCHE

***************** */#logo_bottom {width:220px; height:12px; margin-left:10px;}
/*** CONTENEUR

************ */#container {margin:30px 0 0;}
/* Contenu central  */#centercontent p {margin:0 10px;}
#globalcontainer.deux_colonnes .bloc_arrondi .contenu_droite {margin-top:-40px; width:214px; float:left; padding:0 8px 0 12px;}
#globalcontainer.deux_colonnes .bloc_filet_couleur .contenu_droite {margin-top:-40px; width:214px; float:left; padding:0 8px 0 12px;}
/* Suppression de la colonne de droite + &eacute;largissement colonne centrale à 722px */#globalcontainer.deux_colonnes #rightcontent {display:none;}
#globalcontainer.deux_colonnes #centercontent {width:722px;}
img,a img {border:0;}
#globalcontainer.deux_colonnes .bloc_arrondi .contenu,#globalcontainer.deux_colonnes .bloc_filet_couleur .contenu {width:460px; float:left;}
