*
{
	margin: 0;
	padding: 0px;
}

body
{
	overflow: hidden;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	line-height: 20px;
}

html
{
	height: 100%;
	width: 100%;
		
}

img, div {
	behavior: url("pngbehavior.htc");
}

img
{
	border: none;
}

/*  BAS DE PAGE  */
#footer
{
	position: absolute;
	bottom: 0;
	height:230px;
	width: 100%;
}

#footer img
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}

#ressources{
	position: absolute;
	background-image: url("../img/bas11_perso.png");
	width: 775px;
	height: 137px;
	bottom: 0;
	background-repeat: no-repeat;
	left:50%;
	margin-left: -387px;
}

/*  CONTENU DU SITE  */
#conteneur
{
	z-index: 1;
	position: absolute;
	/*top: 10%;
	left: 7%;
	text-align: left;
	width: 86%;
	height: 80%;*/
	/*top: 58px;
	left: 5px;*/
	top: 8%;
	left: 1%;
	text-align: left;
	height: 60%;
	width: 90%;
}

#conteneurIndex
{
	z-index: 1;
	position: absolute;
	top:30%;
	left: 50%;
	margin-left: -315px;
	margin-top: -115px;
	text-align: left;
	width: 630px;
	height: 550px;
}

/*  COLONNE DE GAUCHE  */
#topGauche
{
	position: relative;
	top: 0;
	padding: 10px;
	width: 202px;
	height: 186px;
	background-image: url(../img/feuille.png);
	background-repeat: no-repeat;
}

#colonneGauche
{
	float: left;
	width: 260px;
	height: 100%;
}

#separateurGauche
{
	float: left;
	width: 2px;
	height: 100%;
	background-image: url(../img/separateur.png);
	background-repeat: no-repeat;
}

#separateurMilieu
{
	float: left;
	width: 100%;
	height: 2px;
	background-image: url(../img/separateur2.png);
	background-repeat: no-repeat;
}


#separateurIndex
{
	float: left;
	width: 2px;
	height: 100%;
	background-image: url(../img/separateurIndex.png);
	background-repeat: no-repeat;
}

#logo 
{
	width: 158px;
	height: 136px;
	background-image: url(../img/logo.png);
}

#menu
{
	width: 170px;
	height: 303px;
	margin-top: 10px;
}

/*  COLONNE DE DROITE  */
#topDroite
{
	position: relative;
	float: right;
	top: 0;
	right: 2%;
	width: auto;
	height: 20px;
	text-align: right;
}

#topDroite img
{
	margin-top: 6px;
	margin-left:10px;
}

#langue_all {
	position: relative;
	float: right;
	top: 0;
	right: 2%;
	width: auto;
	height: 20px;
	text-align: right;
	margin-top:6px;
	font-size:10px;
	padding-right: 10px;	
}

#sobac_mode {
	position: relative;
	float: right;
	top: 0;
	right: 2%;
	width: auto;
	height: 20px;
	text-align: right;
	margin-top:10px;
	font-size:10px;
	color:#5D98DB;
}
#sobac_mode a {
	color:#5D98DB;
	text-decoration:none;
}
#sobac_mode a:hover {
	color:white;
	text-decoration:none;
}

#colonneDroite
{
	position: relative;
	overflow: auto;
	width:auto;
	/*height: 100%;*/
	height: 100%;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#colonneDroiteImage /*pages contenant des images*/
{
	position: relative;
	overflow: auto;
	width:auto !important;
	width:100%;
	/*height: 100%;*/
	height: 100%;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#colonneDroiteAcceuil
{
	/*height: 100%;*/
	height: auto;
	padding-bottom: 20px;
	padding-left: 20px;
	width:270px;
	position:relative;
	left:6%;
	overflow: auto;
}

#colonneDroiteIndex
{
	position: relative;
	overflow:auto;
	width: auto;
	height: 100%;
	padding-left: 20px;
	padding-right: 10px;
}

.conteneurProduit
{
	float: left;
	display: block;
	width: 170px;
	margin-right: 20px;
}
.conteneurProduitTexte
{
	float: left;
	display: block;
	width: 240px;
	margin-right: 15px;
	margin-left: 15px;
}

.conteneurProduit img
{
	margin-bottom: 1px;
}

a.lienContenu
{
	color: #00FF33;
	text-decoration: none;
	border-bottom: 1px solid #00FF33;
}

a:hover.lienContenu
{
	color: White;
	/*border-bottom: 1px dotted #66FFFF;*/
}

/*  IMAGES CONTENU  */
.imgBordure
{
	margin: 3px 10px 6px 0;
	border: 2px solid white;
}

/*  FOOTER  */
#alt_menu
{
	position: absolute;
	text-align: center;
	padding: 2px 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: Black;
	color: Gray;
	font-size: 10px;
}

#alt_menu a, #alt_menu a:visited
{	
	color: Gray;
	text-decoration: none;
}

#alt_menu a:hover
{
	color: #4998F2;
	text-decoration: none;
	border-top: solid 2px #4998F2;
}

/*  OUTILS UTILISATEUR  */
#ami, #nl
{
	visibility: hidden;
	z-index: 10;
	position:absolute;
	top:30px;
	right: 5%;
	display: block;
	width: 200px;
	padding: 0px 10px 10px 10px;
	background-color: White;
	border: 1px solid #5D98DB;
	color: #383838;
}

#ami input, #ami textarea, #nl input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	margin-top: 10px;
}

#ami .chptext, #nl .chptext
{
	color: Gray;
	width: 100%;
	border: 1px solid #DDD;
}

#ami .bouton, #nl .bouton
{
	margin-left: 4px;
	padding: 1px;
	float: right;
	border: none;
	color: White;
	background-color: #5D98DB;
}

#ami textarea
{	
	color: Gray;
	width: 100%;
	height: 50px;
	border: 1px solid #DDD;
}

#nl label
{
	font-size: 10px;
}

/*  FORMULAIRES  */

.formulaire
{
	width: inherit;
	padding: 10px;
}

.formulaire .champs
{
	color: gray;
	border: 1px solid #DDD;
}

.formulaire label
{
	float: left;
	width: 40%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

/* focus */
.over
{
	background-color: InfoBackground;
	border: 1px solid White;
}

.out
{
	background-color: White;
	border: 1px solid #DDD;
}

/*  STYLES DE TEXTES  */
p 
{
	text-align: justify;
	padding-bottom: 10px;
}

p img 
{
	float:left;
	margin: 6px 10px 6px 0;
}

ul
{
	clear: left;
	margin-bottom: 10px;
	padding-left: 40px;
	list-style-image: url(../img/puce_noire.gif);
}

.texteItalique
{
	font-style: italic;
}

.texteGras
{
	font-weight: bold;
}

.texteSouligne
{
	text-decoration: underline;
}

.texteGrasSouligne
{
	font-weight: bold;
	text-decoration: underline;
}

ul ul
{
	margin-bottom: 0;
	padding-left: 14px;
	list-style-image: url(../img/puce_jaune.gif);
}

h1
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 15px;
	cursor: default;
}

h2
{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	cursor: default;
}

.texteGrasBleu{
	color: #3E9EFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

td{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	/*font-weight: bold;*/
}

.tdEndive{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;	/*font-weight: bold;*/
}

/* Brèves */
.titreBreve
{
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.blocActu{
	height : 130px;
}

.dateBreve
{
	display: block;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 6px;
}

.descBreve
{
	
}

/* Plan, rubriques */
.plan a{
	text-decoration: none;
	color: White;
}

.plan a:hover{
	text-decoration: underline;
}

.plan a:active{
	text-decoration: none;
	color: White;
}

.plan ul{
	margin-left: 20px;
	padding: 0;
}

.plan ul li{
	list-style-image: url(../img/fleche_verte.gif);
	margin-bottom: 7px;
}

/* rub */
a.rub{
	text-decoration: underline;
	color: Yellow;
	background-image: url(../img/fleche_h2_on.gif);
	background-repeat: no-repeat;
	/*background-position: 0% 55%;*/
	padding-left: 18px;
}

a:hover.rub{
	color: White;
	background-image: url(../img/fleche_h2.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

a.rub2{
	text-decoration: underline;
	color: White;
}

a:hover.rub2{
	color: Yellow;
}

.titrejaune{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: underline;
	letter-spacing: 1px;
}

/* Sous-rubriques */

.sousRub
{
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sousRub #active
{
	padding-left: 18px;
	margin-right: 12px;
	color: Yellow;
	background-image: url(../img/fleche_h2_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 55%;
}

.sousRub a, .sousRub a.visited
{
	display: block;
	padding-left: 18px;
	color: White;
	background-image: url(../img/fleche_h2.gif);
	background-repeat: no-repeat;
	background-position: 0% 55%;
}

.sousRub a:hover
{
	color: Yellow;
	/*background-image: url(../img/fleche_h2_on.gif);*/
	background-repeat: no-repeat;
}

.lienArticle a{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
}
.lienArticle a:hover{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: Yellow;
	text-decoration: none;
}

#rtc_menu {
	margin:0px;
	padding:0px;
	text-align:right;
}
#rtc_menu img {
	padding:0px;
	float:right;
}
#rtc_menu a {
	margin-right:10px;/*!important*/
	/*margin-right:10px;*/
	color: white;
	font-weight: bold;
	font-size:14px;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: right;
}
#rtc_menu a:hover {
	color:#CBCDFF;
	text-decoration:none;
}
#rtc_menu a.selected {
	color: #ADE067;
	text-decoration:underline;
}
