@charset "iso-8859-1";

/* general */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

img{
border:0;
}

p{
	margin-left: 0px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
p.info{
	background:top left url(img/info.jpg) no-repeat;
	padding-left: 20px;
	margin-right: 1em;
	color: #00CC00;
}
p.warning{
	background:top left url(img/warning.jpg) no-repeat;
	padding-left: 20px;
	margin-right: 1em;
	color: #FF0000;
}

ul{
margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.ariane {color: #999999}


/*liens turquoises (par defaut)*/
a:link{
	color:#009999; text-decoration:none;
}
a:visited{
	color:#009999; text-decoration:none;
}
a:hover{
	color:#FF9900;
}
a:active{
	color:#009999; text-decoration:none;
}
a:focus{
	color:#009999; text-decoration:none;
}
/*liens noirs*/
a.lienNoir:link{
	color:#000000; text-decoration:underline; font-weight: bold;
}
a.lienNoir:visited{
	color:#000000; text-decoration:underline; font-weight: bold;
}
a.lienNoir:hover{
	color:#FF9900; text-decoration:underline; font-weight: bold;
}
a.lienNoir:active{
	color:#000000; text-decoration:underline; font-weight: bold;
}
a.lienNoir:focus{
	color:#000000; text-decoration:underline; font-weight: bold;
}

#traduction a:link{
    color: #969696; text-decoration:none;
}
#traduction a:visited{
	color:#969696; text-decoration:none;
}
#traduction a:hover{
	color:#969696;
}
#traduction a:active{
	color:#969696; text-decoration:none;
}

a:focus{
	color:#009999; text-decoration:none;
}

h3 {              /*titres de la page actus*/
font-size: 1.2em;
position: relative;
top: 10px;
margin-top: 5px;
}

.highlight, h2{
font-size: 1em;
	font-weight: bold;
	color: #666666;
}

/* Page bandeau*/
#sigle{
	background-color:#FFFFFF;
	border-bottom: solid 1px #C3C3C5;
}
#logo{
	display:block;
}
#traduction{
    font-size: 8pt;
	font-weight:bold;
    color: #969696;
}
#logged{
	float: right;
	margin-top: 62px;
	color: #969696;
	font-size: 7pt;
	font-weight:bold;
}

/*formatage des titres*/
.titre1{
	margin:0px;
	margin-left: 0.5em;
	padding: 5px;
	padding-top: 0px;
	background-color:#FFFFFF;
	font-size: medium;
	font-weight: bolder;
	position: relative;
	bottom: 0.7em;
}

.titre2, h1{
font-size:large; font-weight:bold;
}

h4{
margin-top:1em;
margin-bottom:0.5em;
font-size:1em;
font-weight:bold;
}

/*structure de la page*/
#gauche{
	margin-top: 1em;
	float: left;
	width: 220px;
	margin-right: 1em;
	padding:0px;
}
#droite{
	margin-top: 2em;
	margin-left: 240px;
	border: solid 1px #C3C3C5;
	height: 380px;/*hauteur pour ie*/
}	
html>body #droite {/*definition de la hauteur de la div corps pour firefox et mozilla*/
		height: auto;
		min-height: 380px;
}
.contenu{
	margin: 1em;
	margin-top: -0.5em;
}

.contenu_important{
border:solid 1px #C3C3C5; margin-top:2em; padding-right:1em;
}

.encadre div{
margin-left:1em; margin-bottom:1em; border:solid 1px #88888C; line-height: normal;
}

#droite .encadre div{
width:209px;
}

.important p, .important p a:link, .important p a:visited{
	font-size:9pt; 
    color:#FFFFFF;
	font-weight:bold;
    text-align:center;
	margin:0.4em;
	padding:0.4em;
}

.important{
	background-color:#88888C;
	background-image:url(img/important.gif);
	background-repeat:no-repeat;
	}
	
.raccourcis p, .raccourcis a:link, .raccourcis a:visited{
    font-size:9pt; 
    color:#FFFFFF;
	font-weight:bold;
    text-align:center;
	margin:0.5em 0.4em 0.5em 0.4em;
	padding: 0.4em;
    display:block;
	background-color: #F49200;
	border: solid 1px #FF6600;
}

.raccourcis a:hover{
	background-color:#FFFFFF;
	color:#FF6600;
	text-decoration:none;
}

.eng{
background-image:url(img/eng.gif); 
background-repeat:no-repeat;
}

.raccourcis a.eng:hover{
	background-color:#FFFFFF;
	color:#FF6600;
	text-decoration:none;
	background-image:none;
}
.encadre_texte{
display:block; font-size:0.8em; font-weight:normal; margin:1em 0px 1em 0px;
}

.actus_texte{
font-size:0.8em; line-height:normal;
}

.actus_titre{
	font-weight: bold;
	color: #FF9900;
	line-height:normal;
}


/*formulaire*/
#connexionField{
	width: 220px;
	border: solid 1px #C3C3C5;
}

input.champConnexion{
	display: block;
	width: 190px;
	border-top: solid 2px #FF6600;
	border-left: solid 2px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
	padding-left: 5px;
}
select.champConnexion{
	display: block;
	width: 190px;
	border-top: solid 2px #FF6600;
	border-left: solid 2px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
	padding-left: 5px;
}
textarea#mailing{
	display: block;
	border-top: solid 2px #FF6600;
	border-left: solid 2px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
	white-space:pre;
	overflow:hidden
}
input[type|='text']{
	margin-bottom: 0.5em;
}
input.bouton{
	margin-top: 0.5em;
	background-color: #F49200;
	border-top: solid 1px #FF6600;
	border-left: solid 1px #FF6600;
	border-right: solid 2px #FF6600;
	border-bottom: solid 2px #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
input.bouton:hover{
	background-color: #FFFFFF;
	color: #FF6600;		
}
/*menu*/
#menu{
	margin-top: 1em;
	border: solid 1px #C3C3C5;
}

.menu_text{
font-style:italic;
padding-top:0.5em;
}

.menu_lien{
	padding-left: 15px;
	background: top left url(img/puce.jpg) no-repeat;
}

/*page demo : contenu/demo/promo.php */
hr.trait{
	width:75%;
	color:#C0C0C0;
}
div.sigleAccueil{
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color: #969696;
}
div.texteAccueil{
	margin-top:40px;
	margin-left:100px;
	margin-right:100px;
	font-weight: bold;
	font-family: verdana;
	text-align:justify;
	font-size: 9pt;
	color: #969696;
}
div.lien{
	text-align:left;
	margin-left: 100px;
}


/*copyright (pied de page)*/
#pied{
	margin-top: 1em;
	border: solid 1px #C3C3C5;
	text-align: center;
	margin-left: 240px;	
	height: 20px;
}

a.copyright:link{
	color:#FFFFFF; background-color:#000000; text-decoration:none; font-weight: bold; font-size: 7pt;
}
a.copyright:visited{
	color:#FFFFFF; background-color:#000000; text-decoration:none; font-weight: bold; font-size: 7pt;
}
a.copyright:hover{
	color:#FF9900; background-color:#000000; text-decoration:none; font-weight: bold; font-size: 7pt;
}
a.copyright:active{
	color:#FFFFFF; background-color:#000000; text-decoration:none; font-weight: bold; font-size: 7pt;
}
a.copyright:focus{
	color:#FFFFFF; background-color:#000000; text-decoration:none; font-weight: bold; font-size: 7pt;
}

/*pages partenaire et credit*/
.Style2{
	color:#FF6600;
	font-weight: bold;
}

.partners{
border-left:1px; border-left-color: #FF6600; border-left-style:solid; border-bottom:1px; border-bottom-color:#FF6600; border-bottom-style:solid;
}

/*page modules.php et infos modules*/
.modules {
margin-top:15px;
margin-bottom:15px;
}

.modules td{
border-bottom:solid 1px #999999;
}

.modules th{
font-weight: normal;
text-align:left;
font-style:italic;
}

.col a{
background-image: url(img/puce.jpg);
background-repeat:no-repeat;
padding-left:10px;
}

th.en-tete{
font-weight:bold;
text-align:center;
font-style:normal;
background-color: #AFAFAF;
border:solid 1px #FFFFFF;
color:#FFFFFF;
}

td.en-tete{
background-color: #999999;
border:solid 1px #FFFFFF;
color:#FFFFFF;
}

hr.separateur{
		margin-top:-0.35em;
		padding:0;
		margin-left:18px;
		color:#C0C0C0;
}

.retour {
font-weight:bold;
padding-left:15px;
background-image: url(img/flechehaut.gif);
background-repeat:no-repeat;
}