/* CSS Document */

/* ----- GENERAL ----- */
body {
	margin:0 0 0 0;
	font-family:Arial;color:#205CA5;
}
p{	
	font-size:13px;
	margin:0 0 0 0;
	line-height: 1.3em;	
}

/* ----- PAGE ACCUEIL ----- */
/* => bouton entrez */
table#accueil a {
	display: block ;
	width: 190px ;
	line-height: 91px ;
	color: #000 ;
	text-decoration: none ;
}
.entrez {
	background: url(entrez.jpg) no-repeat 0 -93px ;
}
.entrez:hover {
	background: url(entrez.jpg) no-repeat 0px -187px ;
}
.entrez:active {
	background: url(entrez.jpg) no-repeat 0px 0px ;
}

/* ----- PAGE PRENSENTATION ----- */
p.suivi{
	margin-bottom:15px;
}
p.chapitre {
	font-family:Verdana;font-size:23px;font-weight:bold;color:#205CA5;
	margin-bottom:20px;
}
.enumfont {
	font-family:Arial;font-size:13px;font-weight:bold;color:#77B8BA;line-height: 1.2em;
}
.enumpadd {
	padding:5px 0 5px 30px;
}
p.enum2 {
	font-family:Arial;font-size:12px;color:#205CA5;line-height: 1.3em;
	padding:0 0 10px 90px;
}

/* ----- PAGE CONTACT ----- */
td.pagetitle {
	font-family:Verdana;font-size:16px;font-weight:bold;color:#77B8BA;		/* aussi pour intranet */
}
table#coord p {
	font-family:Verdana;font-size:16px;font-weight:bold;color:#205CA5;line-height:2em;
}

/* ----- PAGE INTRANET ----- */
table#intranet p {
	font-family:Arial;size:12px;
}
table#login td {
	font-family:Arial;size:12px;font-weight:bold;
}


/* ----- BARRE DE NAVIGATION ----- */
/* => mentions */
table#menu a#mentions {
	font-family:Arial;font-size:10px;color:#0000CC;
	text-decoration:none;
}
/* => boutons */
table#menu a {
	display: block ;
	width: 161px ;
	line-height: 46px ;
	color: #000 ;
	text-decoration: none ;
}
.presentation {
	background: url(presentation.jpg) no-repeat 0 -47px ;
}
.presentation:hover {
	background: url(presentation.jpg) no-repeat 0px -94px ;
}
.presentation:active {
	background: url(presentation.jpg) no-repeat 0px 0px ;
}
.contact {
	background: url(contact.jpg) no-repeat 0 -47px ;
}
.contact:hover {
	background: url(contact.jpg) no-repeat 0px -94px ;
}
.contact:active {
	background: url(contact.jpg) no-repeat 0px 0px ;
}
.intranet {
	background: url(intranet.jpg) no-repeat 0 -47px ;
}
.intranet:hover {
	background: url(intranet.jpg) no-repeat 0px -94px ;
}
.intranet:active {
	background: url(intranet.jpg) no-repeat 0px 0px ;
}

/* ----- PAGE MENTIONS LEGALES ----- */
table#tabmentions p.title {
	font-family:Arial;font-size:16px;font-weight:bold;color:#77B8BA;
	padding:10px 0 20px 0;
	text-align:center;
}
table#tabmentions p.subtitle {
	font-family:Verdana;font-size:12px;font-weight:bold;color:#77B8BA;
	padding:10px 0 10px 0;
}
table#tabmentions p {
	font-family:Arial;font-size:10px;color:#205CA5;
	padding:0 0 10px 0;
}