

/*-------------------------------TITRES-------------------------------*/
h1 {
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px; 
	font-weight: bold; 
	color: #2B2B65;
}

h2 {
	margin-top: 0px;
	padding-left: 2px;
	border: 1px solid #000000;
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	color: #FFFFFF;
	background-color: #6A6BBD;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px; 
	font-weight: bold; 
	color: #474795;
}

.titre {
	font-size: 14px; 
	font-weight: bold; 
	color: #474795;
}


/*-------------------------------PAGE CENTRALE-------------------------------*/
p {
	text-align: justify;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

p.error {
	text-align: center;
	font-weight: bold; 
	color: #FF0000;
}

p.message {
	text-align: center;
	font-weight: bold; 
	color: #00AA00;
}

a {
	text-decoration: underline; 
    font-family: Arial, Helvetica, sans-serif;
	color: #2B2B65;
	cursor: pointer;
}

a:hover {
	color: #474795;
}

/* Lien discret */
a.discret {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;  
	color: #2B2B65;
}

a.discret:hover {
	text-decoration: none; 
	color: #474795;
}

.likeADiscret {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;  
	color: #2B2B65;
	cursor: default;
}

/*Pour les menu du centre de la page (ie: galerie)*/
a.elem {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.elem {
	text-decoration: none; 
	color: #7878BA;
}

.elem-select {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #7878BA;
}

.legende {
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B2B65;
}

/*-------------------------------MENUS-------------------------------*/
a.search {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
	font-weight: bold; 
	color: #474795;
}

a:hover.search {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
	font-weight: bold; 
	color: #2B2B65;
}

a.leftmenu {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.leftmenu {
	text-decoration: underline; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a.leftmenu-partenaire {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;  
	color: #2B2B65;
}

a:hover.leftmenu-partenaire {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

.leftmenu-nodispo {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #6F6FA5;
}

a.rightmenu {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.rightmenu {
	text-decoration: underline; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

.rightmenu-nodispo {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #ACACC8;
}

.barre_nav_nolien {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a.barre_nav {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.barre_nav {
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #FFFFFF;
}

/*-------------------------------FORMULAIRES-------------------------------*/
form{
	margin-top: 0px;
	margin-bottom: 0px;
}

input{	
	margin-top: 3px;	
	background-color : #F5F5FA;
	border: solid 1px #2B2B65;
	padding-left: 4px;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #6F6FA5;
} 

textarea, input[type="file"] {	
	margin-top: 3px;	
	background-color : #F5F5FA;
	border: solid 1px #2B2B65;
	padding-left: 4px;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	color: #6F6FA5;
}

textarea:hover, input:hover, input[type="file"]:hover {
	border: solid 1px #6F6FA5;
}

textarea:focus, input:focus, input[type="file"]:focus {
	border: solid 1px #474795;
	background-color : #EDEDF7;
	color: #6F6FA5;
}

input.error{	
	margin-top: 3px;	
	background-color : #FFEEEE;
	border: solid 1px red;
	padding-left: 4px;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: red;
} 

textarea.error, input[type="file"].error {	
	margin-top: 3px;	
	background-color : #FFEEEE;
	border: solid 1px red;
	padding-left: 4px;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	color: red;
}
	
submit, button, input[type="submit"], input[type="button"] {
	border: solid 1px #282828;
	background-color : #C8C8C8;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #000000;
}

submit:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	border: solid 1px #474795;
	background-color : #C8C8C8;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #474795;
}

submit:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus {
	border: solid 1px #474795;
	background-color : #DADADA;
	text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px; 
	font-weight: bold; 
	color: #474795;
}


/*-------------------------------TABLEAUX-------------------------------*/
.entete {
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
}

.liste {
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	font-weight: normal; 
	color: #2B2B65;
}

a.liste {
	text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.liste {
	text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	font-weight: bold; 
	color: #2B2B65;
}

table.menu{
	background-color : black;
	width: 100%;
}

td.menu{
	background-color : #8181C1;
	text-align: center;
	font-weight: bold; 
	color: #2B2B65;
}

td.menuSelected{
	background-color : #B6B6ED;
	text-align: center;
	font-weight: bold; 
	color: #2B2B65;
}

td:hover.menu{
	background-color : #B6B6ED;
	cursor: pointer;
}

td:hover.menuSelected{
	cursor: pointer;
}

table.sousMenu{
	position: absolute;
	text-align: left;
	font-weight: normal; 
	border: solid 1px black;
	background-color : #8181C1;
	width: 100px;
}

td:hover.sousMenu{
	background-color : #B6B6ED;
}

td.sousMenuSelected{
	background-color : #B6B6ED;
}

/*-------------------------------NEWS-------------------------------*/
.newser {
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7878BA;
}

a.lientitrenews {
	text-decoration: none; 
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7878BA;
}

a.commentaires {
	text-decoration: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #2B2B65;
}

a:hover.commentaires {
	text-decoration: underline overline; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #2B2B65;
}

.commentaires {
	text-decoration: none; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #2B2B65;
}


/*-------------------------------COMMENTAIRES-------------------------------*/
div.commentateur{
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7878BA;
}

div.box-commentaire{
	background-color: #E9E9FA;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: solid 1px #7878BA;
}

table.table-commentaire{
	width: 100%;
}

td.com-avatar{
	width: 110px;
	text-align: center;
	padding: 5px;
}

td.com-guillemet{
	width: 20px;
	vertical-align: top;
}

td.com-commentaire{
	padding: 5px;
	vertical-align: top;
}


/*-------------------------------SONDAGE-------------------------------*/
p.pollerTitle{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	text-align: center;
	color: #474795;
	font-weight: bold;
}

.result_pollerTitle{
	margin-bottom:5px;
	font-weight:bold;
	font-size:11px;
	color: #474795;
	text-align:center;
}

p.pollerOption{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	text-align: left;
}

a.liensondage {
	font-size: 10px;
	color: #474795;
	font-weight: bold;
	text-decoration: none;
}

a:hover.liensondage {
	font-size: 10px;
	color: #474795;
	font-weight: bold;
	text-decoration: underline;
}


/*-------------------------------ERREURS-------------------------------*/
.erreurAuteur {
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7878BA;
}

fieldset.contreAnalyse {
	background: #F5F5FF;
	margin-bottom: 5px;
    border-top: 1px solid #A8A6E7;
	border-left: 1px solid #A8A6E7;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
    display: block;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #9593DA;
}



/*-------------------------------FIELDSETS-------------------------------*/
fieldset.error {
	background: #FFDDDD;
    border: 1px solid red;
    display: block;
    text-align: center;
    filter:alpha(opacity=75);  
	-moz-opacity:0.75;
	opacity: 0.75;
 }
 
fieldset {
    background: #E9E9FA;
    border: 1px solid #5355A2;
    display: block;
	
 }
 
fieldset legend {
    border: 1px solid #5355A2;
    background:#5355A2;
    color: #FFFFFF;
	font-weight: bold;
	
 }
 
div.previsualisation {
	border: 1px dashed #5355A2;
	margin-left: -4px;
	padding-left: 4px;
	margin-right: -3px;
	padding-right: 3px;
}

div.prevcover {
	position: absolute;
	z-index: 999;
	filter:alpha(opacity=25);  
	-moz-opacity:0.25;
	opacity: 0.25;
	background: url('../pictures/interfaces/hachures.jpg');
	margin-left: -4px;
}

div.spoilerBox {
	border: 1px dashed #5355A2;
	margin-left: 25px;
	margin-right: 25px;
}

div.spoilerBoxBG {
	position: absolute;
	z-index: 0;
	filter:alpha(opacity=25);  
	-moz-opacity:0.25;
	opacity: 0.25;
	background: url('../pictures/interfaces/hachuresSpoiler.jpg');
	margin-left: 25px;
	margin-top: 16px;
	cursor: pointer;
}
