/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */
body {
	margin: 0;
  	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
	background:#E5E5E5 url(../images/back.gif) repeat-x top left; }

#container {
	/*width:755px;*/
	
	/* stef */
	width: 960px;
	
	margin:0 auto;
	text-align:left; }

a:link  {
    color: #fff; }
    
a:visited {
    color: #fff; }
    
a:active {
    color: #fff; }

/* ---------------------------------------- */
/* --------------- Header ----------------- */
/* ---------------------------------------- */

#header { position: relative; }

#logo, .logoPrint {
	background: url(../images/topFr.jpg) no-repeat;
	height: 207px;
	width:960px;
	margin: 30px 0 0;
	padding: 0;
}

#logo span {
	visibility:hidden; }

#header h1, .headerPrint h1 {
	font-size:0.9em; }

#infosheader {
	float:left;
	font-size:1.2em;
	line-height:13px;
	margin:65px 0 0 14px;
	padding:0 0 7px 12px;	
	border-left:1px solid #D1D3CF;
	font-family:"HelveticaNeueLT Std"; }

#headerLieu, .headerLieuPrint {
	color:#050505; }

#headerDate, .headerDatePrint {
	color:#454545;
	font-weight:bold; }

#topMenu {
	position: absolute;
    right: 0px;
    top: -20px;
    font-size:0.8em;
    color:#A7A8A5; 
   }
    
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	text-decoration:none;
	color:#A7A8A5; }

#topMenu a:hover {
	text-decoration:underline; }

/* ---------------------------------------- */
/* --------------- Contenu ---------------- */
/* ---------------------------------------- */

#contenu {
	margin: -15px 0 0 6px;
	padding:6px 7px 5px 7px;	
	background:#fff;
	border-left:1px solid #B9B9B9;
	border-right:1px solid #B9B9B9;
	border-top:1px solid #CBCCCB;
	border-bottom:1px solid #CBCCCB;
	width: 940px;
}

#fil {
    padding: 5px 25px;
    background:#E5E5E5;
    font-size:0.9em; }

#sFil {
    float: left; }
    
#sConnDeconn {
    float: right; }

*:first-child+html #sConnDeconn, * html #sConnDeconn {
    top: -1px; }

#fil a {
	color:#9A9A9A;
	text-decoration: none; }

#fil a:hover {
	text-decoration: underline; }

#gauche {
	width:205px;
	float:left;
	border-right:1px solid #EDEDED;
	padding-right:4px;
	margin:6px 0 9px 2px;
	/* Box Model Patch */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:203px; }

/* Box Model Patch */
html>body #gauche {
   width:203px; }

#centre {
	float:left;
	width:715px !important;
	padding:6px 0 0 11px;
	/* Box Model Patch */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:715px; }

/* Box Model Patch */
html>body #centre {
   width:715px;	}

/* ---------------------------------------- */
/* ---------------- Menu ------------------ */
/* ---------------------------------------- */

.bloc {
	width:196px;		
	color:#fff;
	background:#164B80 url(../images/menu_degrade.gif) repeat-x top left;
	margin-bottom:9px; }

.menu { width:196px; }

.menu ul, .menu li {	/* utilisation de liste pour le menu */
	list-style-type: none;	/* suppression des puces de liste */
	margin:0;
	padding:0; }

.menu ul {
	padding:6px 0 5px 0;
	font-size:1.1em;
	_height:1%; }

.menu li { display: inline; }	/* correction pour IE5 et IE5.5 */

.menu li a {
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	text-decoration: none;
	line-height: 22px;
	margin-left:10px; }

.menu a.overProgramme:hover, .menu a.overTop:hover, .menu a.overMidTop:hover, 
.menu a.overMid:hover, .menu a.overBottom:hover, .menu a.overContact:hover {  
    margin-left:5px; 
    padding-left:5px; }
    
.menu a.overProgramme:hover {
    background:url(../images/menu_overProgr.gif) no-repeat top left; }

.menu a.overTop:hover {
    background:url(../images/menu_overTop.gif) repeat-y top left; }

.menu a.overMidTop:hover {
    background:url(../images/menu_overMidTop.gif) repeat-y top left; }

.menu a.overMid:hover {
    background:url(../images/menu_overMid.gif) repeat-y top left; }

.menu a.overBottom:hover {
    background:url(../images/menu_overBottom.gif) repeat-y top left; }

.menu a.overContact:hover
{
    background:url(../images/menu_overContact.gif) no-repeat top left; margin-left:5px; padding-left:5px;}

.fleche  {
    margin:9px 9px 0 0; }

.sepTop {
	background:url(../images/menu_ligneSepTop.gif) no-repeat 8px 0;	
	width:190px;
	text-align:center; }

.sepMiddle {
	background:url(../images/menu_ligneSepMiddle.gif) no-repeat 8px 0;	
	width:190px;
	text-align:center; }

.sepBottom {
	background:url(../images/menu_ligneSepBottom.gif) no-repeat 8px 0;	
	width:190px;
	text-align:center; }

.tg {
    background:url(../images/menu_coinTGau.gif) no-repeat top left; }
    
.tr {
    background:url(../images/menu_coinTDr.gif) no-repeat top right; }

.menuBandeGau {
    background:url(../images/menu_bandeGau.gif) no-repeat 0 13px; }

.menuBandeDr {
    background:url(../images/menu_bandeDr.gif) no-repeat 184px 13px; }

.bg {
    background:url(../images/menu_coinBGau.gif) no-repeat bottom left; }

.br {
    background:url(../images/menu_coinBDr.gif) no-repeat bottom right; }

/* ------------------------------------------------------------------ */
/* ---------------- Ligne séparatrice des boîtes -------------------- */
/* ------------------------------------------------------------------ */

#sepBox {
	width:196px;
	background:url(../images/ligne_logo-top.gif) repeat-x top left; }

/* -------------------------------------------------------------------- */
/* ---------------- Zone centre avec tout le contenu ------------------ */
/* -------------------------------------------------------------------- */

#enteteSection {
	padding:2px 2px 2px 4px; }
	
#intEnteteAcc {
	background:#154D86 url(../images/acc_enteteDegrade.gif) repeat-x top left;
	color:#fff;
	padding:0 0 1px 3px;
	font-size:1em;
	font-weight:bold; }
	
/* coins ronds de l'entete accueil*/
#tgEnteteAcc {
    background:#154D86 url(../images/acc_enteteCoinTGau.gif) no-repeat top left; 
    width:507px; }
    
#trEnteteAcc {
    background:url(../images/acc_enteteCoinTDr.gif) no-repeat top right; }
    
#bgEnteteAcc {
    background:url(../images/acc_enteteCoinBGau.gif) no-repeat bottom left; }
    
#brEnteteAcc {
    background: url(../images/acc_enteteCoinBDr.gif) no-repeat bottom right; }

#intEntete {
	background: #ED6915 url(../images/enteteDegrade.gif) repeat-x top left;
	color: #fff;
	padding: 0 0 1px 3px;
	font-size: 1em;
	font-weight: bold; }

/* coins ronds de l'entete pour toutes les pages sauf l'accueil*/
#tgEntete {
    background:#ED6915 url(../images/enteteCoinTGau.gif) no-repeat top left; 
    width:507px; }
    
#trEntete {
    background:url(../images/enteteCoinTDr.gif) no-repeat top right; }
    
#bgEntete {
    background:url(../images/enteteCoinBGau.gif) no-repeat bottom left; }
    
#brEntete {
    background: url(../images/enteteCoinBDr.gif) no-repeat bottom right; }

/* Bouton et lien de l'imprimante */
#imprimante {
	float: right;
	text-align:right;
	font-size:0.8em;
	margin-top:15px;
	margin-bottom:7px; }

#imprimante a {
	text-decoration:none;
	color:#6E6E6E; }

#imprimante a:hover {
	text-decoration:underline; }

/* Texte et entête textuels */
#centre p a, #centre a, #droite p a, #droite a {
	color:#1C5FA1;
	text-decoration:none; }

#centre h1, #droite h1 {
	font-size:1.4em;
	font-weight:bold;
	margin:10px 0 20px;
	color: #f05a28;	
}

#centre h2, #droite h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#0B2B42; }
	
#centre h2 a, #droite h2 a {color:#0B2B42;}

#centre h3, #droite h3 {
	font-size:0.9em;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#000; }
	
#centre h3 a, #droite h3 a { color:#000; }

#centre p, #droite p {
	font-size:0.9em;
	color:#828282;
	margin-bottom:20px; }



#centre p a:hover, #centre a:hover, #droite p a:hover, #droite a:hover
{text-decoration:underline;}
	
#centre p a.lienpresentation, #centre a.lienpresentation 
{
    font-size:0.9em;
	color:#EE7A31;
	text-decoration:none; 
}

#centre p a.lienpresentation:hover, #centre a.lienpresentation:hover 
{text-decoration:underline;}
	

.gras {
	font-weight:bold; }

/* Boîte grisée */
.tgBoxGris {
    background: #EBEBEB url(../images/boxGris_coinTGau.gif) no-repeat top left; 
    width: 90%; 
    margin-left: 15px; 
    margin-bottom: 15px; 
}
    
.trBoxGris {
    background:url(../images/boxGris_coinTDr.gif) no-repeat top right;}
    
.bgBoxGris {
    background:url(../images/boxGris_coinBGau.gif) no-repeat bottom left; }
    
.brBoxGris {
    background: url(../images/boxGris_coinBDr.gif) no-repeat bottom right; }


.boxGris ul {
	color:#828282;
	font-size:0.9em;
	list-style:none;
	margin:0;
	padding:10px; }

.boxGris ul li {
	margin:0;
	padding:0 0 5px 10px;
	background:url(../images/fleche_orange.gif) no-repeat 0 3px; }

.boxListe p {
	margin:0 0 0 30px; }

.imgChateau {
	background:url(../images/chateau.jpg) no-repeat top left;
	width:507px;
	height:79px;
	margin-bottom:10px; }

/* ---------------------------------------- */
/* --------------- Pieds ------------------ */
/* ---------------------------------------- */

#pied {	border-top: 1px solid #828282; color: #828282; }
#pied a { color: #828282; }

#pied #sites {
	margin: 10px auto 0;
	width: 154px;
}

#pied #sites a {
	background: url(../images/bouton.gif) no-repeat;
	color: #828282;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	margin-right:10px;
	text-align: center;
	text-decoration: none;
	width: 67px;
}
#pied #sites a:hover { color: #000; }

#intPied {
	background: url(../images/pied_degrade.gif) repeat-x top left;
	padding:6px 0;
	text-align:center;
	font-size:0.85em; }

address {
	font-style:normal;
	margin:0;
	padding:0; }

.invisible {
    display: none; }

span.green {
    font-weight: bold;
    color: rgb(0,0,0); }

span.red {
    font-weight: bold;
    color: rgb(200,30,30); }

#pHome, .pHomePrint {
    float: left;
    padding-top: 49px;
    width: 300px; }

li.noBullet {
    list-style-type: none;
    margin-left: 10px;
    color:#1C5FA1;
    font-weight: bold; }

li.noBullet ul {
    color:#000;
    font-weight: normal;
    margin-top: 5px;
    list-style-type: disc; }

img.picGallerie {
    width: 100px;
    height: 75px;
    margin: 7px; }

img.picPhoto {
    width: 496px;
    height: 372px;
    margin-bottom: 10px; }

div.divFormItem {
    padding: 0 0 8px 2px;
    vertical-align: middle; }

.boxListe h1 {
    color:#1C5FA1; }

.headerPrint  {
    display: none; }

#contenu  {
	margin: 5px 0 0 6px; }
	
.divPageBreak  {
    page-break-after: always; }
    
#centre #tutorialpaypal
{
    font-size: 1.1em;
    font-weight: bold;
}

#centre a.lienpragenda
{
	color:#000;
	margin:10px 0px 20px 0px;
	text-decoration:none; 
	font-weight:bold;
}

#centre a.lienpragenda:hover, #centre a.lienpragenda:hover 
{
    text-decoration:underline;
}

#centre h1.titregris
{
    color:#828282;
}

.printimg 
{
	background: url(../images/bImprimante.gif) no-repeat;
	padding-left: 11px;
}
