/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@author       Ludovic Fontaine et David Leblanc
	@version	  20081008

***************************************************** */
html {
	overflow: hidden;
}
body {
	margin: 0;
	background-color: #ffffff;
	height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
}
#contenu{
	width: 1000px;
	margin: 0 auto;

}
#entete{
	height:104px;
	width:1000px;
	position:fixed;
	top: 0;
	margin: 0 auto;
	background-repeat:no-repeat;
}

#entete img {
	border: none;
}

/**** Menu ****/
#menu{
	width: 1000px;
	height: 46px;
	position: fixed;
	top: 98px;
	background-image:url(../images/BarMenu.png);
	margin: 0 auto;
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 1;
}
#menu table {
	width: 1000px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	outline: none;
}
#menu a:hover {
	background-position: center bottom;
}
#menu a:hover span {
	display: block;
}
#menu .accueil {
	width: 75px;
	height: 30px;
	background: url(../images/ItemMenuAccueil.png) no-repeat center top;
}
#menu .gestion {
	width: 75px;
	height: 30px;
	background: url(../images/ItemMenuGestion.png) no-repeat center top;
}
#menu .organisme {
	width: 95px;
	height: 30px;
	background: url(../images/ItemMenuOrganisme.png) no-repeat center top;
}
#menu .services {
	width: 90px;
	height: 30px;
	background: url(../images/ItemMenuServices.png) no-repeat center top;
}
#menu .violence {
	width: 90px;
	height: 30px;
	background: url(../images/ItemMenuViolence.png) no-repeat center top;
}
#menu .programmes {
	width: 110px;
	height: 30px;
	background: url(../images/ItemMenuProgrammes.png) no-repeat center top;
}
#menu .reflexion {
	width: 100px;
	height: 30px;
	background: url(../images/ItemMenuReflexion.png) no-repeat center top;
}
#menu .equipe {
	width: 75px;
	height: 30px;
	background: url(../images/ItemMenuEquipe.png) no-repeat center top;
}
#menu .liens {
	width: 60px;
	height: 30px;
	background: url(../images/ItemMenuLiens.png) no-repeat center top;
}
#menu .deconnexion {
	width: 110px;
	height: 30px;
	background: url(../images/ItemMenuDeconnexion.png) no-repeat center top;
}

/****Sous-Menu****/
.anylinkmenu{
	position: fixed;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #85042E;
}
.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li {
	border-bottom: 1px solid black;
}

.anylinkmenu ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;	
	padding: 2px 0;
	text-decoration: none;
	color : white;
	font-weight: bold;
	text-indent: 5px;
	margin-right: 5px;
}
.anylinkmenu ul li:hover { /*hover background color*/
	background: #244051;
	color: white;
}
.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

#corps {
	position: fixed;
	margin: 134px 40px 0px 40px;
	*margin: 134px 40px 0px 40px;
	height: 100%;
	color: #254050;
}
#corps:not(:root:link) { /*Pour Safari et Chrome*/
	position: relative;
	margin: 134px 40px 0px 40px;
}

#divContenant {
	position: fixed; 
	width: 1000px; 
	height: 100%;
	overflow: hidden; 
	margin: 0 -40px 0 -40px;
}

#scrollbar {
	width: 22px; 
	height: 100%;
	position: relative;
	z-index: 1;
}

#scrollUpVite {
	cursor:pointer;
	position:relative; 
	top: 24%;
	height: 18px;
	width: 20px;
}
#scrollUpVite:not(:root:link) { /*Pour Safari et Chrome*/
	cursor:pointer;
	position:absolute; 
	top: 24%;
	height: 27px;
	width: 20px;
}

#scrollUp {
	cursor:pointer;
	position:relative; 
	top: 25%;
	height: 13px;
	width: 20px;
}
#scrollUp:not(:root:link) { /*Pour Safari et Chrome*/
	cursor:pointer;
	position:absolute; 
	top: 28%;
	height: 20px;
	width: 20px;
}

#scrollDown {
	cursor:pointer; 
	position:relative; 
	top: 35%; 
	height: 13px; 
	width: 20px;
}
#scrollDown:not(:root:link) { /*Pour Safari et Chrome*/
	cursor:pointer; 
	position:absolute; 
	top: 37%; 
	height: 20px; 
	width: 20px;
}

#scrollDownVite {
	cursor:pointer; 
	position:relative; 
	top: 36%; 
	height: 18px; 
	width: 20px;
}
#scrollDownVite:not(:root:link) { /*Pour Safari et Chrome*/
	cursor:pointer;
	position:absolute; 
	top: 40%; 
	height: 27px; 
	width: 20px;
}

/**** Pied de page ****/
#pied{
	width:1000px;
	height:140px;
	position:fixed;
	bottom:0px;
}
#bas{
	width:1000px;
	height:140px;
	background-image:url(../images/Pied.png);
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
}
#texte {
	position: relative;
	top: 114px;
	text-align: center;
	margin: 0;
	font-size: 10px;
}
#texte a{
	color:silver;
	font-weight: normal;
}
#texteNom {
	position: relative;
	top: 112px;
	text-align: center;
	margin: 0;
	font-size: 10px;
}
#tel {
	margin-left: 30px;
	position: absolute;
	bottom: -20px;
	*bottom: 4px;
	font: small-caps bold 24px Lucida;
	color: white;
}
#courriel {
	margin-left: 760px;
	position: absolute;
	top: 120px;
	font: bold 14px Lucida;
	text-decoration: none;
	color: white;
	z-index: 1;
}

/*** admin ***/
.etiquette {
	padding-bottom: 5px;
}

.objet {
	padding-bottom: 5px;
}

#choix {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto;
	width: 900px;
}

.admin {
	margin-right: 20px;
	margin-left: 20px;
}

.admin a {
	text-decoration: none;
}

#formPass {
	margin: 0 32% 0 32%;
	width: 600px;
}

#formPass table tr td {
	min-width: 100px;
}

#haut:not(:root:link) {
	margin-top: 150px;
}

/*** statAdmin ***/
.centrer {
	width: 900px;
	text-align: center;
}

table#stat {
	border:1px solid black;
	background: #e1e1e1 url(../images/fond_stat.jpg) bottom left repeat-x; 
	margin-left:auto;
	margin-top: -10px;
	margin-right:auto;
	color:#244051;
}

table#stat tr {
	vertical-align:bottom;
}

.retour {
	text-decoration: none;
	position: relative;
	margin: 0 48% 0 48%;
}
.retour:not(:root:link) {
	text-decoration: none;
	position: relative;
	margin: 0 430px 0 430px;
}

/*** FCK Editor ***/
.fckEd {
	width: 800px;
	height: 600px;
	margin: 0 6% 0 6%;
}

#grosTitre {
	font-size: 30px;
	font-weight: bold;
}

#petitTitre {
	font-size: 24px;
	font-weight: bold;
}