/* 7 * 24 * 360 feuille de style du squelette TMA reloaded */

/* couleur de fond des pages */
body { background-color: #FFFFFF; }

/* police utilisée partout, définie par CFG */
body, h1, h2, h3, h4, h5, h6, #header .desc, .jqueryslidemenu  { font-family: Verdana, Geneva, sans-serif; }

/* tous les titres dont la taille est configurable va CFG */
/* pages rubriques */
h2.archive_name { font-size: 2em; font-weight: bold; } 
.archive_post_block h2 { font-size: 1.8em; font-weight: normal; }
.archive_post_block h3 { font-size: 1.6em; color: #DDDDDD; }
.archive_post_block .ssrub { font-size: 1.6em; font-weight: normal; }
h3.archive_title { font-size: 1.4em; font-weight: normal; }
/* pages articles */
h2.post_name { font-size: 3em; font-weight: bold; line-height: 1.5em; }

/* les listes du menu des rubriques doivent pouvoir tenir sur 2 lignes */
ul.cat li a, ul.cat li ul li a  { height: auto; }
.featured_home_img {float: left; margin: 0 5px 5px 0; }
ul.cat { font-size: 110%; /*background-color: #555;*/background: url('images/degrad_menu.jpg') repeat-y; padding: 5px; }
ul.cat li a { font-size: 1em; color: #fff;}
#side_categories { background: #f2f2f2; padding: 5px; }
ul.cat li ul li a { background-image: url('images/sub_noir.png'); }


/* bogue safari dans les listes de sites sur la page d'accueil */
.widget ul.arrow li { display: block; }

/* police trop grosse d'ie sur page sommaire */
#home_right { font-size: 12px }

/* le nuage de mots clé */
ul.nuage li a { white-space: normal !important; display: block; }
ul.nuage li a:hover, .archive_post_block a:hover { background: #f1f1f1 url(images/bg/arrow2.png) no-repeat 177px 3px; color: #224970; }

/* bloc aa */
#home_featured .latest_post { padding: 1em; }
#home_featured { background-color: #F2F2F2; }

/* page contact */
#coordonnees .texte_coord { padding: 0 0 0 1.6em; font-size:1.5em; line-height: 1.7em; }
#form_contact { width: 60%; float: left; margin-top: 2em; }
#form_contact legend { font-size: 2em; font-weight: normal; letter-spacing:-0.04em;}
#form_contact ul { margin: 0 0 0 2.4em; }

/* 404 */
.enorme { font-size: 2em; }

/* le bloc rechercher */
#header ul#menu, #header .span-6 { width: 300px; }
input.search_input { width: 202px; background:#FFFFFF url(plugins/squelettes/tma_reloaded/images/input.png) no-repeat; }

/* logo tete de page */
#header { /* height: 133px;*/ }
#header #logo .title a:hover { background-color: #fff; }
#header .desc { width: 100%; top: 105px; padding: 5px 0; font-size: 2.2em; color: #000; }

/* bannieres inc-banner */
#topbanner { background:transparent no-repeat scroll 0 0; border-bottom:1px solid #999999; height:157px; }
#topbanner img { margin: auto; }

/* cadre intro des rubriques */
.intro_rub { background: #f2f2f2 url(images/dot.png) repeat-x bottom left; margin:0 0 1.2em; padding:0.1em 0 0; width: 100%; }
.intro_rub p { margin: 0; padding: 1em; font-size: 1.2em; }

/* la largeur des blocs selon config */
 
  .span-4{width:450px;} /* sommaire */
  .span-8{width:730px;} /* rubriques */
  .span-11{margin-left: 120px;} /* articles */



