html,body
{
    margin: 0;
    padding: 0 ;
    height: 100%;
	max-height:100%;	
    text-align: center;
    background-color: #ffffff;
    background-repeat:no-repeat;
   
    SCROLLBAR-FACE-COLOR: #ffba3d;
    SCROLLBAR-HIGHLIGHT-COLOR: #d93024;
    SCROLLBAR-SHADOW-COLOR: #d93024;
    SCROLLBAR-3DLIGHT-COLOR: #fad716;
    SCROLLBAR-ARROW-COLOR: #d93024;
    SCROLLBAR-TRACK-COLOR: #fad716;
    SCROLLBAR-DARKSHADOW-COLOR: #ffba3d;
    overflow: auto;
}

div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#accueil {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 688px;
     height: 550px;
     margin-top: -275px; /* moitié de la hauteur */
     margin-left: -344px; /* moitié de la largeur */
     border: none;
     background-image: url(../images/accueil.png);
     background-repeat: no-repeat;
}

.lien_accueil {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: underline;
    color: #ffffff;
    letter-spacing: 1px;
}

.lien_accueil:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 1px;
}

.rouge{color: #e6362f;}

#principal {
	min-width:950px;
	min-height:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
	background-position: left 120px;
	z-index: 10;
	}

#haut {
	width:100%;
	height:120px;
	margin:0;
	padding:0;
	background-image: url(../images/fond_bandeau_haut.png);
	background-repeat: repeat-x;
	background-position: left top;
	display:block;
	visibility:visible;
	text-align:left;
}


#menu {
	min-width:950px;
	height:28px;
	margin:0;
	padding:0;
	display:block;
	visibility:visible;
	text-align:right;
	background-position: left top;
	position: relative;
	top: -20px;
	right: 0px;
	z-index:11;
}


#bas {
	min-width:950px;
	height:36px;
	margin:0;
	padding:0;
	display:block;
	visibility:visible;
	text-align:left;
	background-image: url(../images/fond_bas.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
}

#contenu {
	width:100%;
	min-height:400px;
	display:block;
	visibility:visible;
	background-image: url(../images/fond_contenu.gif);
	background-repeat: repeat-y;
	background-position: right top;
	text-align:left;
}

#contenudroite{
	margin-top:-28px;
	width:600px;
	min-height:444px;
	display:block;
	visibility:visible;
	text-align:left;
	float:right;
	overflow-x: hidden;
	overflow: auto;
	z-index:12;
}

#langues {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e5322b;
	text-decoration: none;
	position:absolute;
	top:120px;
	left:10px;
	z-index:16;	
}

#langues a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e5322b;
	text-decoration: underline;
}

#langues a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #e5322b;
	text-decoration: underline;
}


#autreslangues {
    width:150px;
    height:auto;
    display:none;
    visibility:hidden;
    background-color:#d93024;
    border: solid 1px #f7a209;
    position:absolute;
    text-align:left;
    top:135px;
    left:120px;
    padding:2px;
    z-index:17;
}

.autreslangues_lien {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
} 

.autreslangues_lien:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

#dialectesoccitans {
    width:150px;
    height:auto;
    display:none;
    visibility:hidden;
    background-color:#d93024;
    border: solid 1px #f7a209;
    position:absolute;
    text-align:left;
    top:135px;
    left:70px;
    padding:2px;
    z-index:17;
}

.dialectesoccitans_lien{
	border: solid 1px #d93024;
}
 
.dialectesoccitans_lien a {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: underline;
} 

.dialectesoccitans_lien img{
	border: solid 1px #f7a209;
}

.dialectesoccitans_lien:hover{
	background-color: #FFFFFF;
	border: solid 1px #000000;
}


.dialectesoccitans_lien:hover img{
	border: solid 1px #FFFFFF;
}

.dialectesoccitans_lien:hover a {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: underline;
}


#menugauche {
	margin-top:-10px;
	width:170px;
	min-height:400px;
	display:block;
	visibility:visible;
	padding:5px;
	text-align:left;
	float:left;
}

#menugauche a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-left:20px;
	text-decoration: none;
}

#menugauche a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding-left:20px;
	text-decoration: underline;
}

#infosbas {
	margin-top:18px;
	margin-left:10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
}

.lienmenugauche_1 {
	width:113px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    background-color: #00b2e4;
    border: 1px solid #ffffff;
	color: #000000;
    text-decoration: none;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 10px;
	display:block;
}
.lienmenugauche_1:hover {
    background-color: #4fd5fb;
}

.lienmenugauche_2 {
	width:113px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    background-color: #e85045;
    border: 1px solid #ffffff;
	color: #000000;
    text-decoration: none;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 10px;
	display:block;
}
.lienmenugauche_2:hover {
    background-color: #fe7369;
}

.lienmenugauche_3 {
	width:113px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    background-color: #e081c3;
    border: 1px solid #ffffff;
	color: #000000;
    text-decoration: none;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 10px;
	display:block;
}
.lienmenugauche_3:hover {
    background-color: #da6cb8;
}

.lienmenugauche_4 {
	width:113px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    background-color: #fea930;
    border: 1px solid #ffffff;
	color: #000000;
    text-decoration: none;
	margin-top:2px;
	margin-bottom:2px;
	padding-left: 10px;
	display:block;
}
.lienmenugauche_4:hover {
    background-color: #fd1f8c;
}

div.rectmenu_vert {
	padding: 0px;
	padding-top:3px;
	padding-bottom:3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	float:right;
}
div.rectmenu_vert a {
    background-color: #cfe108;
    border: 2px solid #ffffff;
	color: #000000;
    padding: 2px 5px;
    text-decoration: none;
	margin:0px;
}
div.rectmenu_vert a:hover,active {
    background-color: #edf969;
    border: 2px solid #ffffff;
	color: #000000;
    padding: 2px 5px;
    text-decoration: none;
	margin:0px;
}


div.rectmenu_violet {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}
div.rectmenu_violet a {
    background-color: #ad9ed4;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_violet a:hover,active {
    background-color: #c2aff4;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_orange {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}
div.rectmenu_orange a {
    background-color: #ef6c00;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_orange a:hover,active {
    background-color: #fca054;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_jaune {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}
div.rectmenu_jaune a {
    background-color: #fcd016;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_jaune a:hover,active {
    background-color: #fee57b;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_rose {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}

div.rectmenu_rose a {
    background-color: #e780c9;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_rose a:hover,active {
    background-color: #fcaae4;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_bleu {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}
div.rectmenu_bleu a {
    background-color: #6593bd;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_bleu a:hover,active {
    background-color: #9cccf8;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_turquoise {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}
div.rectmenu_turquoise a {
    background-color: #54b7c8;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}
div.rectmenu_turquoise a:hover,active {
    background-color: #87e3f3;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_fushia {
    padding: 0px;
    padding-top:3px;
    padding-bottom:3px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float:right;
}

div.rectmenu_fushia a {
    background-color: #d6026a;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}

div.rectmenu_fushia a:hover,active {
    background-color: #fb4ea3;
    border: 2px solid #ffffff;
	color: #000000;
	margin:0px;
    padding: 2px 5px;
    text-decoration: none
}


.authentification_lien {
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #ffffff;
}

.authentification_lien:hover {
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
}

#authentification {
	width:300px;
	height:150px;
	display:none;
	visibility:hidden;
	background-color:#d93024;
	border: solid 1px #f7a209;
	position:absolute;
	top:335px;
	left:100px;
	padding:10px;
	z-index:15;
}

.auth {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.auth_info {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.auth_info:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: underline;
}

.erreur {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}


.auth_lien {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: underline;
}
.auth_lien:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #f7a209;
    text-decoration: underline;
}



div.plusmoins {
    font: 10px Arial, Verdana, Geneva, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px
}
div.plusmoins a {
    background-color: #bd2b34;
    border: 1px solid #f7a209;
    color: #f7a209;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
div.plusmoins a:hover,active {
    background-color: #bd2b34;
    border: 1px solid #f7a209;
    color: #ffffff;
    margin: 1px;
    padding: 2px 5px
}

.libplusmoins {
	width:90px;
	font: 10px Arial, Verdana, Geneva, Helvetica, sans-serif;
    background-color: #bd2b34;
    border: 1px solid #f7a209;
    color: #f7a209;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}

.titre {
    margin:0;
    padding:2px;
	padding-left:10px;
    background-color: #bd2b34;
	border: solid 1px #f7a209;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}

.texte {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

 .texte_jaune {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #e5b400;
    text-decoration: none;
}

.accroche {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.lien {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ff0000;
    text-decoration: none;
}
.lien:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #f7a209;
    text-decoration: underline;
}


.lienplansite_titre {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #ff0000;
    text-decoration: underline;
}
.lienplansite_titre:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #f7a209;
    text-decoration: none;
}

.lienplansite {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}
.lienplansite:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #f7a209;
    text-decoration: underline;
}


#lien_espace_blog{
	text-decoration: none;
	color: #bd2b34;
	font-weight: bold;
	margin-top: 15px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
}

#lien_espace_blog:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.lien_espace_blog_none{
    text-decoration: none;
    color: #bd2b34;
    font-weight: bold;
    margin-top: 15px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
}

.thematiqueactive a{
	color: #FFFFFF;
}

.rechercher {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
}
.rechercher:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: underline;
}