﻿/*  
Theme Name: Neotia
Theme URI: http://www.neotia.com/
Description: Le thème WordPress de Néotia
Version: 0.1
Author: CH1
Author URI: http://www.ch1.fr/

*/

@import url('menu.css');


/* ===================================================================
                               GENERALITES                                  
 ====================================================================*/
* {
margin:0;
padding:0;
}


body {
	background-image:url('images/fond_body.jpg');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

A:link, A:hover, A:visited {
	color:#FEA907;
	font-weight:bold;
}

.bleuNeotia {
        color:#16698A;
}


/* ===================================================================
                               STRUCTURE                                  
====================================================================*/

#conteneurPrincipal {
	width:1004px;
	position:relative;
	margin:0 auto;
	padding:0;
}

/* ===================================================================
                               BANDEAU                                  
====================================================================*/

#bandeau {
        display:block;
	height:104px;
}
#bandeau img {
        border:none;
}

#logo {
	position:absolute;
	top:33px;
	left:20px;
}

#logo span {
	display:block;
	text-align:center;
}

#Recherche {
	display:block;
	background-color:#F1F1F1;
	position:absolute;
	top:64px;
	right:83px;
	padding:3px 3px 3px 5px;
}

#Recherche form {
        margin:0;
        padding:0;
}

#Recherche input.champ {
	border:none;
	color:#36809d;
	padding:2px;
}

#Recherche input.bouton {
	border:0;
	background-color:#FFFFFF;
	font-size:10px;
	padding:3px;
	color:#999999;
}


/* ===================================================================
                               MENU                                  
====================================================================*/


#menu {
	display:block;
	height:31px;
	background-image:url('images/fond_menu.jpg');
	background-repeat:repeat-x;
	padding-left:20px;
	margin-left:0px;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	display:block;
	border-left:1px solid #fff;
	color:#FFFFFF;
	font-size:10px;
	padding:10px 19px 4px 19px;
	font-weight:bold;
}

#menu a:hover {
	background-image:url('images/fond_menu_hover.jpg');
	background-repeat:repeat-x;	
}


/* ===================================================================
                               LEFTBAR                                  
====================================================================*/

#LeftBar {
	height:207px;
	background-image:url('images/fond_left_sidebar.jpg');
	background-repeat:no-repeat;
	border-bottom:2px solid #fff;
	padding-left:20px;
	color:#FFFFFF;
}

#LeftBar .Content {
	display:block;
	width:600px;
	padding-top:25px;
}

#LeftBar .ContentMini {
	display:block;
	padding-top:10px;
	color:#16698A;
}

#LeftBar H2 {
	font-size:22px;
	font-weight:normal;
}

#LeftBar ul {

}

#LeftBar ul li {
	list-style:circle;
	margin-left:15px;
	font-size:13px;
	font-weight: normal;
}

/* ===================================================================
                               BOITE                                  
====================================================================*/

#boite {
	position:absolute;
	top:167px;
	left:583px;
	float:right;
	
}

#boite-mini {
	position:absolute;
	top:120px;
	left:650px;
	float:right;
}

/* ===================================================================
                               CONTENU                                  
====================================================================*/

#Contenu {
	/*height:500px;*/
	background-image:url('images/fond_contenu.jpg');
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 10px 10px 20px;
        zoom:1;
}



#Contenu ul {
margin:10px 0 10px 30px;
}

#Contenu li {
margin:10px 0;
}

#Contenu hr {
height:1px;
padding:0;
margin:30px 0;
}

#Contenu #content {
width:auto;
margin-right:220px;
}

#Contenu a img {
        padding:5px;
        /*border:1px solid #f90;*/
}

#Contenu H1 {
	font-size:18px;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu H2 {
        color:#FEA907;
	font-size:1.6em;
	/*display:inline;*/
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        clear:left;
}

#Contenu H3 {
	font-size:1.4em;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu #content .post span.widgettitle {
display:block;
margin:10px 0;
}

.ligneInvisible {
	clear:both;
	visibility:hidden;
}

#Contenu .post {
	margin:10px 0;
        clear:left;
        font-family: Verdana, Arial, Helvetica, sans-serif;

}
#Contenu P {
	margin:10px 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;

}

#pousseText {
	width:180px;
	float:right;
	height:60px;
}


/* ===================================================================
                               Sidebar (Right)                                 
====================================================================*/

#RightBar {
	float:right;
	width:200px;
	padding:10px;
	margin-left:10px;
	border-left:1px solid #CCCCCC;
}

#RightBar li {
	list-style-type:none;
	padding:5px 0px;
}

#RightBar ul {
margin:0;
padding:0;
}

#RightBar H2, .widgettitle, #RightBar H2 a:link, #RightBar H2 a:visited  {
	color:#16698A;
	font-size:1.2em;
        text-decoration:none;
}

#RightBar H2 a:hover {
text-decoration:underline;
}

.newsletterTextInput {
	border:1px solid #16698A;
	font-size:10px;
	color:#16698A;
	padding:2px;
}

div.textwidget H2 a:link {
margin:0;
padding:0;
}

/* ===================================================================
                               FOOTER                                  
====================================================================*/

#footer {
	display:block;
	height:56px;
	background-color:#ADCFDE;
	background-image:url('images/fond_footer.jpg');
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	text-align:center;
	padding:10px;
	color:#16698A;
}

#footer a:link, #footer a:visited {
	color:#16698A;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* ===================================================================
                               STYLE POUR ENCADRES                                  
====================================================================*/

.griser {
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	opacity: 0.35;
}

.hg {
background-image:url('images/tableau%20cadre/hg.jpg');
background-repeat:no-repeat;
}
.hm {
background-image:url('images/tableau%20cadre/hm.jpg');
background-repeat:repeat-x;
}
.hd {
background-image:url('images/tableau%20cadre/hd.jpg');
background-repeat:no-repeat;
}

.bg {
background-image:url('images/tableau%20cadre/bg.gif');
background-repeat:repeat-y;
}
.fond {
background-image:url('images/tableau%20cadre/fond.jpg');
background-repeat:repeat-x;
background-position:bottom;
}

.bd {
background-image:url('images/tableau%20cadre/bd.gif');
background-repeat:repeat-y;
}

.basg {
background-image:url('images/tableau%20cadre/basg.jpg');
background-repeat:no-repeat;
}

.basm {
background-image:url('images/tableau%20cadre/basm.jpg');
background-repeat:repeat-x;
}

.basd {
background-image:url('images/tableau%20cadre/basd.jpg');
background-repeat:no-repeat;
}

.separateur {
	font-size:24px;
	font-weight:bold;
	color:#62ACCA;
	padding:0 5px;
}

.hm, .basm {
        width:100%;
}

.tableInterne TD.bg, .tableInterne TD.bd, .tableInterneMini TD.bg, .tableInterneMini TD.bd   {
        padding:0 14px;
}

* html .tableInterne TD.bg, * html .tableInterne TD.bd, * html .tableInterneMini TD.bg, * html .tableInterneMini TD.bd  {
	/* Pour IE 5.5 */	
        
        voice-family: "\"}\""; voice-family: inherit;
	/* Pour IE 6.0 */
        width:28px;
        padding:0;
}

.cadreOmbre {
width:220px;
}

.tableInterne, .tableInterneMini {
height:270px;
}

.tableInterneMini {
height:200px;
}

.tableInterne *, .tableInterneMini * {
padding:0;
margin:0;
}

.tableInterne TD, .tableInterneMini TD {
vertical-align:top;
}

.tableInterne TD, .tableInterneMini TD {
padding:0;
margin:0;
}



*:first-child+html .tableInterne TD.bg, *:first-child+html .tableInterne TD.bd, /* ===================================================================
                               GENERALITES                                  
 ====================================================================*/
* {
margin:0;
padding:0;
}


body {
	background-image:url('images/fond_body.jpg');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

A:link, A:hover, A:visited {
	color:#FEA907;
	font-weight:bold;
}

.bleuNeotia {
        color:#16698A;
}


/* ===================================================================
                               STRUCTURE                                  
====================================================================*/

#conteneurPrincipal {
	width:1004px;
	position:relative;
	margin:0 auto;
	padding:0;
}

/* ===================================================================
                               BANDEAU                                  
====================================================================*/

#bandeau {
        display:block;
	height:104px;
}
#bandeau img {
        border:none;
}

#logo {
	position:absolute;
	top:33px;
	left:20px;
}

#logo span {
	display:block;
	text-align:center;
}

#Recherche {
	display:block;
	background-color:#F1F1F1;
	position:absolute;
	top:64px;
	right:83px;
	padding:3px 3px 3px 5px;
}

#Recherche form {
        margin:0;
        padding:0;
}

#Recherche input.champ {
	border:none;
	color:#36809d;
	padding:2px;
}

#Recherche input.bouton {
	border:0;
	background-color:#FFFFFF;
	font-size:10px;
	padding:3px;
	color:#999999;
}


/* ===================================================================
                               MENU                                  
====================================================================*/


#menu {
	display:block;
	height:31px;
	background-image:url('images/fond_menu.jpg');
	background-repeat:repeat-x;
	padding-left:20px;
	margin-left:0px;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	display:block;
	border-left:1px solid #fff;
	color:#FFFFFF;
	font-size:10px;
	padding:10px 19px 4px 19px;
	font-weight:bold;
}

#menu a:hover {
	background-image:url('images/fond_menu_hover.jpg');
	background-repeat:repeat-x;	
}


/* ===================================================================
                               LEFTBAR                                  
====================================================================*/

#LeftBar {
	height:207px;
	background-image:url('images/fond_left_sidebar.jpg');
	background-repeat:no-repeat;
	border-bottom:2px solid #fff;
	padding-left:20px;
	color:#FFFFFF;
}

#LeftBar .Content {
	display:block;
	
	padding-top:25px;
}

#LeftBar .ContentMini {
	display:block;
	padding-top:10px;
	color:#16698A;
}

#LeftBar H2 {
	font-size:22px;
	font-weight:normal;
}

#LeftBar ul {

}

#LeftBar ul li {
	list-style:circle;
	margin-left:15px;
	font-size:13px;
	font-weight: normal;
}

/* ===================================================================
                               BOITE                                  
====================================================================*/

#boite {
	position:absolute;
	top:167px;
	left:583px;
	float:right;
	
}

#boite-mini {
	position:absolute;
	top:120px;
	left:650px;
	float:right;
}

/* ===================================================================
                               CONTENU                                  
====================================================================*/

#Contenu {
	/*height:500px;*/
	background-image:url('images/fond_contenu.jpg');
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 10px 10px 20px;
        zoom:1;
}



#Contenu ul {
margin:10px 0 10px 30px;
}

#Contenu li {
margin:10px 0;
}

#Contenu hr {
height:1px;
padding:0;
margin:30px 0;
}

#Contenu #content {
width:auto;
margin-right:220px;
}

#Contenu a img {
        padding:5px;
        /*border:1px solid #f90;*/
}

#Contenu H1 {
	font-size:18px;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu H2 {
        color:#FEA907;
	font-size:1.6em;
	/*display:inline;*/
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        clear:left;
}

#Contenu H3 {
	font-size:1.4em;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu #content .post span.widgettitle {
display:block;
margin:10px 0;
}

.ligneInvisible {
	clear:both;
	visibility:hidden;
}

#Contenu .post {
	margin:10px 0;
        clear:left;
        font-family: Verdana, Arial, Helvetica, sans-serif;

}
#Contenu P {
	margin:10px 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;

}

#pousseText {
	width:180px;
	float:right;
	height:60px;
}


/* ===================================================================
                               Sidebar (Right)                                 
====================================================================*/

#RightBar {
	float:right;
	width:200px;
	padding:10px;
	margin-left:10px;
	border-left:1px solid #CCCCCC;
}

#RightBar li {
	list-style-type:none;
	padding:5px 0px;
}

#RightBar ul {
margin:0;
padding:0;
}

#RightBar H2, .widgettitle, #RightBar H2 a:link, #RightBar H2 a:visited  {
	color:#16698A;
	font-size:1.2em;
        text-decoration:none;
}

#RightBar H2 a:hover {
text-decoration:underline;
}

.newsletterTextInput {
	border:1px solid #16698A;
	font-size:10px;
	color:#16698A;
	padding:2px;
}

div.textwidget H2 a:link {
margin:0;
padding:0;
}

/* ===================================================================
                               FOOTER                                  
====================================================================*/

#footer {
	display:block;
	height:56px;
	background-color:#ADCFDE;
	background-image:url('images/fond_footer.jpg');
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	text-align:center;
	padding:10px;
	color:#16698A;
}

#footer a:link, #footer a:visited {
	color:#16698A;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* ===================================================================
                               STYLE POUR ENCADRES                                  
====================================================================*/

.griser {
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	opacity: 0.35;
}

.hg {
background-image:url('images/tableau%20cadre/hg.jpg');
background-repeat:no-repeat;
}
.hm {
background-image:url('images/tableau%20cadre/hm.jpg');
background-repeat:repeat-x;
}
.hd {
background-image:url('images/tableau%20cadre/hd.jpg');
background-repeat:no-repeat;
}

.bg {
background-image:url('images/tableau%20cadre/bg.gif');
background-repeat:repeat-y;
}
.fond {
background-image:url('images/tableau%20cadre/fond.jpg');
background-repeat:repeat-x;
background-position:bottom;
}

.bd {
background-image:url('images/tableau%20cadre/bd.gif');
background-repeat:repeat-y;
}

.basg {
background-image:url('images/tableau%20cadre/basg.jpg');
background-repeat:no-repeat;
}

.basm {
background-image:url('images/tableau%20cadre/basm.jpg');
background-repeat:repeat-x;
}

.basd {
background-image:url('images/tableau%20cadre/basd.jpg');
background-repeat:no-repeat;
}

.separateur {
	font-size:24px;
	font-weight:bold;
	color:#62ACCA;
	padding:0 5px;
}

.hm, .basm {
        width:100%;
}

.tableInterne TD.bg, .tableInterne TD.bd, .tableInterneMini TD.bg, .tableInterneMini TD.bd   {
        padding:0 14px;
}

* html .tableInterne TD.bg, * html .tableInterne TD.bd, * html .tableInterneMini TD.bg, * html .tableInterneMini TD.bd  {
	/* Pour IE 5.5 */	
        
        voice-family: "\"}\""; voice-family: inherit;
	/* Pour IE 6.0 */
        width:28px;
        padding:0;
}

.cadreOmbre {
width:220px;
}

.tableInterne, .tableInterneMini {
height:270px;
}

.tableInterneMini {
height:200px;
}

.tableInterne *, .tableInterneMini * {
padding:0;
margin:0;
}

.tableInterne TD, .tableInterneMini TD {
vertical-align:top;
}

.tableInterne TD, .tableInterneMini TD {
padding:0;
margin:0;
}



*:first-child+html .tableInterne TD.bg, *:first-child+html .tableInterne TD.bd, /* ===================================================================
                               GENERALITES                                  
 ====================================================================*/
* {
margin:0;
padding:0;
}


body {
	background-image:url('images/fond_body.jpg');
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

A:link, A:hover, A:visited {
	color:#FEA907;
	font-weight:bold;
}

.bleuNeotia {
        color:#16698A;
}


/* ===================================================================
                               STRUCTURE                                  
====================================================================*/

#conteneurPrincipal {
	width:1004px;
	position:relative;
	margin:0 auto;
	padding:0;
}

/* ===================================================================
                               BANDEAU                                  
====================================================================*/

#bandeau {
        display:block;
	height:104px;
}
#bandeau img {
        border:none;
}

#logo {
	position:absolute;
	top:33px;
	left:20px;
}

#logo span {
	display:block;
	text-align:center;
}

#Recherche {
	display:block;
	background-color:#F1F1F1;
	position:absolute;
	top:64px;
	right:83px;
	padding:3px 3px 3px 5px;
}

#Recherche form {
        margin:0;
        padding:0;
}

#Recherche input.champ {
	border:none;
	color:#36809d;
	padding:2px;
}

#Recherche input.bouton {
	border:0;
	background-color:#FFFFFF;
	font-size:10px;
	padding:3px;
	color:#999999;
}


/* ===================================================================
                               MENU                                  
====================================================================*/


#menu {
	display:block;
	height:31px;
	background-image:url('images/fond_menu.jpg');
	background-repeat:repeat-x;
	padding-left:20px;
	margin-left:0px;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	display:block;
	border-left:1px solid #fff;
	color:#FFFFFF;
	font-size:10px;
	padding:10px 19px 4px 19px;
	font-weight:bold;
}

#menu a:hover {
	background-image:url('images/fond_menu_hover.jpg');
	background-repeat:repeat-x;	
}


/* ===================================================================
                               LEFTBAR                                  
====================================================================*/

#LeftBar {
	height:207px;
	background-image:url('images/fond_left_sidebar.jpg');
	background-repeat:no-repeat;
	border-bottom:2px solid #fff;
	padding-left:20px;
	color:#FFFFFF;
}

#LeftBar .Content {
	display:block;
	padding-top:25px;
}

#LeftBar .ContentMini {
	display:block;
	padding-top:10px;
	color:#16698A;
}

#LeftBar H2 {
	font-size:22px;
	font-weight:normal;
}

#LeftBar ul {

}

#LeftBar ul li {
	list-style:circle;
	margin-left:15px;
	font-size:13px;
	font-weight: normal;
}

/* ===================================================================
                               BOITE                                  
====================================================================*/

#boite {
	position:absolute;
	top:167px;
	left:583px;
	float:right;
	
}

#boite-mini {
	position:absolute;
	top:120px;
	left:650px;
	float:right;
}

/* ===================================================================
                               CONTENU                                  
====================================================================*/

#Contenu {
	/*height:500px;*/
	background-image:url('images/fond_contenu.jpg');
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 10px 10px 20px;
        zoom:1;
}



#Contenu ul {
margin:10px 0 10px 30px;
}

#Contenu li {
margin:10px 0;
}

#Contenu hr {
height:1px;
padding:0;
margin:30px 0;
}

#Contenu #content {
width:auto;
margin-right:220px;
}

#Contenu a img {
        padding:5px;
        /*border:1px solid #f90;*/
}

#Contenu H1 {
	font-size:18px;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu H2 {
        color:#FEA907;
	font-size:1.6em;
	/*display:inline;*/
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        clear:left;
}

#Contenu H3 {
	font-size:1.4em;
	color:#16698A;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#Contenu #content .post span.widgettitle {
display:block;
margin:10px 0;
}

.ligneInvisible {
	clear:both;
	visibility:hidden;
}

#Contenu .post {
	margin:10px 0;
        clear:left;
        font-family: Verdana, Arial, Helvetica, sans-serif;

}
#Contenu P {
	margin:10px 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:18px;

}

#pousseText {
	width:180px;
	float:right;
	height:60px;
}


/* ===================================================================
                               Sidebar (Right)                                 
====================================================================*/

#RightBar {
	float:right;
	width:200px;
	padding:10px;
	margin-left:10px;
	border-left:1px solid #CCCCCC;
}

#RightBar li {
	list-style-type:none;
	padding:5px 0px;
}

#RightBar ul {
margin:0;
padding:0;
}

#RightBar H2, .widgettitle, #RightBar H2 a:link, #RightBar H2 a:visited  {
	color:#16698A;
	font-size:1.2em;
        text-decoration:none;
}

#RightBar H2 a:hover {
text-decoration:underline;
}

.newsletterTextInput {
	border:1px solid #16698A;
	font-size:10px;
	color:#16698A;
	padding:2px;
}

div.textwidget H2 a:link {
margin:0;
padding:0;
}

/* ===================================================================
                               FOOTER                                  
====================================================================*/

#footer {
	display:block;
	height:56px;
	background-color:#ADCFDE;
	background-image:url('images/fond_footer.jpg');
	background-repeat:repeat-x;
	background-position:top;
	margin:0 auto;
	text-align:center;
	padding:10px;
	color:#16698A;
}

#footer a:link, #footer a:visited {
	color:#16698A;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/* ===================================================================
                               STYLE POUR ENCADRES                                  
====================================================================*/

.griser {
	filter:alpha(opacity=35);
	-moz-opacity:0.35;
	opacity: 0.35;
}

.hg {
background-image:url('images/tableau%20cadre/hg.jpg');
background-repeat:no-repeat;
}
.hm {
background-image:url('images/tableau%20cadre/hm.jpg');
background-repeat:repeat-x;
}
.hd {
background-image:url('images/tableau%20cadre/hd.jpg');
background-repeat:no-repeat;
}

.bg {
background-image:url('images/tableau%20cadre/bg.gif');
background-repeat:repeat-y;
}
.fond {
background-image:url('images/tableau%20cadre/fond.jpg');
background-repeat:repeat-x;
background-position:bottom;
}

.bd {
background-image:url('images/tableau%20cadre/bd.gif');
background-repeat:repeat-y;
}

.basg {
background-image:url('images/tableau%20cadre/basg.jpg');
background-repeat:no-repeat;
}

.basm {
background-image:url('images/tableau%20cadre/basm.jpg');
background-repeat:repeat-x;
}

.basd {
background-image:url('images/tableau%20cadre/basd.jpg');
background-repeat:no-repeat;
}

.separateur {
	font-size:24px;
	font-weight:bold;
	color:#62ACCA;
	padding:0 5px;
}

.hm, .basm {
        width:100%;
}

.tableInterne TD.bg, .tableInterne TD.bd, .tableInterneMini TD.bg, .tableInterneMini TD.bd   {
        padding:0 0px;
}

* html .tableInterne TD.bg, * html .tableInterne TD.bd, * html .tableInterneMini TD.bg, * html .tableInterneMini TD.bd  {
	/* Pour IE 5.5 */	
        
        voice-family: "\"}\""; voice-family: inherit;
	/* Pour IE 6.0 */
        width:28px;
        padding:0;
}

.cadreOmbre {
width:220px;
}

.cadreOmbre img {
border:none;
}

.tableInterne {
height:270px;
}

.tableInterneMini {
height:170px;
}

.tableInterne *, .tableInterneMini * {
padding:0;
margin:0;
}

.tableInterne TD, .tableInterneMini TD {
vertical-align:top;
}

.tableInterne TD, .tableInterneMini TD {
padding:0;
margin:0;
}



*:first-child+html .tableInterne TD.bg, *:first-child+html .tableInterne TD.bd, *:first-child+html .tableInterneMini TD.bg, *:first-child+html .tableInterneMini TD.bd  {	
        /* Pour IE 7.0 */
        width:28px;
        padding:0;
}


/* ===================================================================
                               Formatage Captcha                                  
====================================================================*/
.captcha-reset {
border:none;
margin-bottom:-10px;
}

/* ===================================================================
                               Formatage News bandeau droit                                 
====================================================================*/

#accessible-news-ticker ul li a:link, #accessible-news-ticker ul li a:visited {
color:#000;
} 

#accessible-news-ticker ul li small {
font-size:12px;
}






