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

	@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;
	z-index: 1;
}

#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;
	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: left bottom;
}
#menu a:hover span {
	display: block;
}
#menu .accueil {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuAccueil.png) no-repeat;
}
#menu .organisme {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuOrganisme.png) no-repeat;
}
#menu .services {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuServices.png) no-repeat;
}
#menu .violence {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuViolence.png) no-repeat;
}
#menu .programmes {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuProgrammes.png) no-repeat;
}
#menu .reflexion {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuReflexion.png) no-repeat;
}
#menu .equipe {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuEquipe.png) no-repeat;
}
#menu .liens {
	width: 120px;
	height: 30px;
	background: url(../images/ItemMenuLiens.png) no-repeat;
}
/****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;
}

.descProg {
	width: 680px;
}

.video {
	width: 100px;
}

#cadreVideo {
	margin: 0 32% 0 32%;
}

.titreVideoOrg {
	Font-size: 20px;
	Font-style: italic;
	text-align: center;
}

.titreVideoProg {
	Font-size: 14px;
	Font-style: italic;
	text-align: center;
}

#accueil {
	float: left;
	margin-right: 20px;
}

#mu {
	float: right;
	margin-left: 20px;
}

#coupdemain {
	float: left;
	margin-right: 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;
	color:white;
}
#texte a{
	color:silver;
	font-weight: normal;
}
#texteNom {
	position: relative;
	top: 112px;
	text-align: center;
	margin: 0;
	font-size: 10px;
	color:white;
}
#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;
}
/**** Accueil ****/
#Accueil a {
	height: 225px;
	width: 264px;
	position:absolute;
	bottom: 175px;
	margin-left:-7px;
	background-image: url(../images/petit/Pensee1-3.png);
}
#Accueil a:not(:root:link) { /*Pour Safari et Chrome*/
	position:fixed;
	height: 225px;
	width: 264px;
	bottom: 44px;
	margin-left:-7px;
	background-image: url(../images/petit/Pensee1-3.png);
}

#Mu a {
	height: 255px;
	width: 217.5px;
	position:absolute;
	margin-left: 300px;
	bottom: 180px;
	background-image: url(../images/petit/Pensee2-3.png);
}
#Mu a:not(:root:link) { /*Pour Safari et Chrome*/
	position:fixed;
	height: 255px;
	width: 217.5px;
	margin-left: 300px;
	bottom: 35px;
	background-image: url(../images/petit/Pensee2-3.png);
}

#CoupDeMain a {
	height: 243.75px;
	width: 232.5px;
	position:absolute;
	margin-left:570px;
	bottom: 176px;
	background-image: url(../images/petit/Pensee3-3.png);
}
#CoupDeMain a:not(:root:link) { /*Pour Safari et Chrome*/
	position:fixed;
	height: 243.75px;
	width: 232.5px;
	margin-left:570px;
	bottom: 44px;
	background-image: url(../images/petit/Pensee3-3.png);
}

#Questionnement {
	height: 105px;
	width: 210px;
	position:absolute;
	margin-left: 100px;
	top:40px;
	background-image: url(../images/petit/QuestionnementsBleu.png);
}
#Aide {
	height: 150px;
	width: 225px;
	position:absolute;
	margin-left:500px;
	top:15px;
	background-image: url(../images/petit/JeMePrendsEnMainBleu.png);
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

/** Pour enlever les bordures sur les images **/
.tTip {
	border: none;
}

.tip {
	text-align: center;
	font: small-caps 14px Courrier;
	font-weight: bold;
	color: #244051;
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;
}
.tip:not(:root:link) { /*Pour Safari et Chrome*/
	text-align: center;
	font: small-caps 14px Courrier;
	font-weight: bold;
	color: #244051;
	width: 212px;
	padding-top: 37px;
	margin-top: -130px;
	margin-left: -140px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../images/tipTop.png) no-repeat top;
}
	
.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 32px;}