
/* CSS BALISES CLASSIQUES */
table {
width:100%;
}
br{
clear:both;
}

input,
select,
textarea {
border:1px solid #ccc;
}

form{
text-align:left;
}

p,
label {
font-size:.7em;
}

/* DIVERSES CLASSES */
.floatL{
float:left;
}

.bleu {
color:#3073BD;
}

.gras {
font-weight:700;
}

.centre {
text-align:center;
}

.droite {
text-align:right;
}

.souligne {
text-decoration:underline;
}

.noBorder{
	border:0;
}

.rouge {
color:red;
}

.champDroite {
text-align:right;
padding-right:5px;
}

.italique {
font-style:italic;
}
.margintop10{
	margin-top:10px;
}
.clearL{
	clear:left;
}

/* DIVERS */
#cadreGauche,
#cadreDroite,
.cadreGauche,
.cadreDroite{
width:351px;
float:left;
}

#cadreDroite,
.cadreDroite{
border-left:1px dashed #ccc;
padding-left:14px;
}

/* BANNIERE */
#banniere {
margin-top:6px;
}

/* EPHEMERIDE */
#ephemeride {
font-size:.7em;
background:url(../../../design/v4/ephemeride_v25.jpg);
background-repeat:no-repeat;
background-position: 8px 6px;
background-color:#f7f6f2;
padding-left:35px;
padding-top:7px;
margin-top:6px;
margin-right:20px;
height:23px;
}


p#ephemeride.pro{
    font-size: 0.7em;
    background: url("../../../design/ephemeride.png") no-repeat scroll 0% 0% transparent;
    padding-left: 20px;
    padding-top: 2px;
    margin-top: 6px;
    height: 20px;
}

/* BANNIERE */
#banniere{
height:120px;
}

/* TITRE DE LA PAGE */
.titrePage {
margin-top:15px;
margin-bottom:-10px;
height:1%;
}

.titrePage h1 {
	float:left;
	text-transform:uppercase;
	font-weight:700;
	font-size:.65em;
	padding-left:12px;
	margin-left:8px;
	color:#811E88;
}

.titrePage h2 {
	float:left;
	text-transform:uppercase;
	font-weight:700;
	font-size:.65em;
	padding-left:12px;
	margin-left:8px;
	color:#811E88;
}



.titrePage span.evidence {
	color:#811E88;
}

.titrePage #aDroite {
color:#999;
float:right;
}

.titrePage a:link,
.titrePage a:hover,
.titrePage a:visited {
color:#3073BD;
text-decoration:none;
}
.titrePage a:hover {
text-decoration:underline;
}

/* NUMEROS DE PAGE */
.numerosDePage{
	list-style-type:none;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.numerosDePage #numPageActive,
.numerosDePage .nomNumPage,
.numerosDePage .numPageInactive{
	display:inline;
	margin-left:2px;
	margin-right:2px;
	font-size:0.7em;
	color:#666;
	padding:3px;
}
.numerosDePage #numPageActive{
	font-weight:bold;
}
.numerosDePage .numPageInactive{
	border:1px solid #ddd;
}
.numerosDePage .numPageInactive:hover{
	background:#B5D91D;
	color:white;
	border:1px solid black;
}
.numerosDePage .numPageInactive a{
	color:#666;
	text-decoration:none;
}
#numPageActive{
	border:0;
}

/* BOUTON */
.boutonClassique{
width:90px;
height:29px;
}
.boutonClassique165{
width:165px;
}
.boutonOk{
width:29px;
height:24px;
}
.boutonClassique,
.boutonOk{
vertical-align:top;
border:0;
}
.boutonClassique:hover,
.boutonOk:hover{
cursor:pointer;
}
.boutonOk {
	background:url(../../../design/bouton-ok-vert.png);
}

/* MESSAGE ERREUR GENERAL */
#erreurSurPage {
font-weight:700;
color:red;
margin:60px 0;
font-size:.8em;
}

/* ERREUR SUR LE FORMULAIRE */
.erreurSurForm {
font-weight:700;
color:red;
border-bottom:0px solid red;
font-size:0.7em;
}

.erreurSurForm ul {
margin-left:40px;
font-size:0.7em;
}

.erreurSurForm p {
margin-left:10px;
font-size:0.7em;
}
/* Grille */
#grille{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:90;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
}
#zoneLightBox{
	background-color:#FFFFFF;
	border:2px solid  #333333;
	position:fixed;
	left:50%;
	top:50%;
	z-index:1000;
	/* Hack IE */
	_position:absolute;
	_top:expression(documentElement.scrollTop+body.scrollTop+document.documentElement.clientHeight/2);
	display:none;
}
#zoneLightBox #fermer{
	cursor:pointer;
	position:absolute;
	top:4px;
	right:8px;
	font-weight:bold;
	font-size:0.7em;
}
/* Deroulant */
#texteRef #texteCompletRef{
font-size:11px;
text-align:justify;
display:none;
}

#texteRef #texteCompletRef h2{
font-size:13px;
}



