/*  
	Author: Franois Diotte francois.diotte@projfolio.com
*/

/*	Global */

html{
	/*	100% of the page length for IE6	*/
	height:100%;
	
}

body {

	/*	100% of the page length for IE6	*/
	height:100%;
	margin: 0;
	padding: 0;
	/*background: #EBEBEB url(../images/fondTop.gif) repeat-x left top;*/
	background: url(../images/background.gif) repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#000D7F;
}
h1, h2, h3 {
	margin-top: 0px;
	text-align:left;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
	margin-top:20px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
ul {}
ul li{margin-bottom:10px;}
a {
	text-decoration: none;
	color:#9999FF;
	cursor:pointer;
}
a:hover {
	border-bottom: none;
	color:#FFFFFF;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
hr {
	/*display: none;*/
	visibility:hidden;
}

th{ 
	text-align:left;
}

/* Header */
#header {
	position:relative;
	margin: 0 auto;
	height: 277px;
	margin: 0 auto;
	z-index:2;
	
}
#header-bg {
	position:relative;
	width: 746px;
	height: 277px;
	margin: 0 auto;
	background: url(../images/header.gif?) repeat-y left top;
}
#header-flash {
	float:right;
	height:143px;
}
#header-logo{
	float:left;
	height:143px;
	width:340px;
	cursor:pointer;
}
#header-menu {
	float:left;
	width: 725px;
	margin: 20px 0px 0px 20px ;
	
	height: 30px;
	/*background-color:#000D7F;*/
	
}
#header-menu ul {
	margin: 0;
	padding: 0;
	list-style:disc;
}
#header-menu ul .first-item {
	list-style:none;
}
#header-menu ul .current-item {
	color:#FFFFFF;
}
#header-menu li {
	/*display: inline;
	display: block;*/
	/*padding: 8px 25px 0px 25px;*/
	float: left;
	/*background: url(../images/menu-dot.gif?) no-repeat left top;*/
}
#header-menu a {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 7px 25px 8px 0px; 	
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	/*color: #E7DDD7;*/
}
#header-menu a:hover {
	/*color:#9A0000;
	background-color:#FFFFFF;*/
	color:#FFFFFF;	
}
#header-page-title{
	float:right;
}

#header-page-title h1{
	/*color:#323A85;*/
	font-weight:bold;
	padding:0px 30px 0px 0px;
	margin:0px;
	margin-top:25px;
	font-size:22px;
	line-height:30px;
	text-shadow: #323A85 -30px -20px 1px;
}

/* Wrapper */
#wrapper {
	height:100%;
}
/* Page */
#page {
	width: 100%;
	margin: 0 auto;
	min-height:30%; height:auto !important; height:30%;
}
#page-bg {
	width: 746px;
	margin: 0 auto;
	background: url(../images/page-bg.gif?) repeat-y left top;
}
/* Content */
#content {
	float: left;
	width: 540px;
	margin: 0px 20px 0px 20px;
	position:relative;
	z-index:1;	
}
#content-fade {
	visibility:hidden;
}
#content-footer {
	position:absolute;
	width: 540px;
}
/* Sidebars */
.sidebar {
	float: left;
	width: 50px;
	font-size: 12px;
	
}
#leftsidebar {
	float: left;		
}
#rightsidebar {
	float: right;
}
/* Footer */
#footer {
	width: 100%;
	min-width: 746px;
	height:294px;
	min-height: 60px;
	margin: 0 auto;
	text-align:center;

}
#footer-bg {
	width: 746px;
	margin: 0 auto;
	height:294px;
	background: url(../images/footer.gif) no-repeat left top;
}
/*	Forms */
form{
	padding:0px;
	margin:0px;
}
button{
	border:1px solid #999999;
	font-weight:bold;
}
textarea{
	width:99%;
	height:200px;
	border:1px solid #999999;
}
.inputText{
	width:99%;
	border:1px solid #999999;
	height:16px;
}
.inputPassword{
	width:100px;
	border:1px solid #999999;
	height:16px;
}
.submitButton{
	border:1px solid #999999;
}
/*	Fixed */
#loginBox{	
	height:50px;
	background-color:#000757;
	border:1px solid #FFFFFF;
}
#login{
	position:absolute;
	top:70px;
	right:10px;
	/*top:38px;
	right:45px;*/
	padding:10px;
	width:400px;
	height:50px;
	
	
	
}
#login-button{
	margin:0px 0px 0px 0px;
	height:18px;
	width:120px;
	position:absolute;
	top:85px;
	right:30px;
	/*top:70px;
	right:65px;*/
	cursor:pointer;
}
#login a{
	cursor:pointer;	
}

#login-utilisateur{
	margin:0px 0px 0px 2px;
	width:150px;	
}
#login-motdepasse{	
	margin:0px 0px 0px 2px;
	width:100px;
}
#login-bottom{
	padding:10px 0px 0px 0px;
	height:20px;
}
#login-creeruncompte{
	float:left;
	margin-left:5px;
}
#login-motdepasseoublie{
	float:left;
	margin-left:10px;
}


#login-create-box{
	position:absolute;
	z-index:100;
	top:145px;
	right:10px;
	width:400px;
	padding:0px 10px 10px 10px;
	height:235px;
	background-color:#000757;
	border:1px solid #FEFEFE;
	
}
#login-create-box h1 {
	font-size:14px;
	background: url(../images/evenements-bg.gif) repeat-x left top;
}
#login-create-box h1 a {
	font-weight:bold;
	position:absolute;
	right:20px;
	font-size:12px;
	cursor:pointer;	
	
}
#login-create-box table {
	width:100%;
}
#login-create-box table td{
	text-align:right;
	
}
#login-create-box table button{
	margin:20px 0px 0px 0px;
	
}
#login-create-box #create-courriel{
	width:200px;
	background-color:#FFFFCC;
}
#login-create-box #create-motdepasse{
	width:100px;
	background-color:#FFFFCC;
}
#login-create-box #confirm-motdepasse{
	width:100px;
	background-color:#FFFFCC;
}

#login-create-box #create-prenom{
	width:200px;
	background-color:#FFFFCC;
}
#login-create-box #create-nom{
	width:200px;
	background-color:#FFFFCC;
	
}




#login-lostpassword-box{
	position:absolute;
	z-index:100;
	top:145px;
	right:10px;
	padding:0px 10px 10px 10px;
	width:400px;
	height:100px;
	background-color:#000757;
	border:1px solid #FEFEFE;
}
#login-lostpassword-box h1 {
	font-size:14px;
	background: url(../images/evenements-bg.gif) repeat-x left top;
}
#login-lostpassword-box h1 a {
	font-weight:bold;
	position:absolute;
	right:20px;
	font-size:12px;
	cursor:pointer;	
	
}
#login-lostpassword-box table {
	width:100%;
}
#login-lostpassword-box table td{
	text-align:right;
	
}
#login-lostpassword-box table button{
	margin:20px 0px 0px 0px;
	
}
#login-lostpassword-box #lostpassword-courriel{
	width:200px;
	background-color:#FFFFCC;
}


#session-box{
	padding:10px;
	width:675px;
	height:20px;
	/*background-color:#33FF66;*/
	position:absolute;
	top:115px;
	right:0px;
}

#session-box ul {

	margin: 0px;
	padding: 0px;
	list-style:disc;
	float:right;
}
#session-box ul .first-item {
	list-style:none;
}
#session-box ul .current-item {
	color:#FFFFFF;
}
#session-box li {

	float: left;
}
#session-box a {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px; 	
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	/*color: #E7DDD7;*/
}


#evenements-type-box{
	position:absolute;
	/*bottom:10px;*/
	padding:10px 10px 10px 10px;
	width:280px;
	background-color:#000757;
	border:1px solid #FEFEFE;
}
#evenements-type-box .close{
	float:right;
	padding-left:10px;
	font-weight:bold;
}

#news-box{
	position:absolute;
	bottom:10px;

	visibility:hidden;
	padding:10px 10px 10px 10px;
	width:280px;
}

#news-box-top{
	position:relative;	
}

#news-box-top a {
	font-weight:bold;
	position:absolute;
	right:20px;
	visibility:hidden;
	
}

#news{
	background: url(../images/evenements-bg.gif) repeat-x left top;
}


#news ul{
	list-style: none; 
	padding:10px;
}
#news li{
	padding-bottom:20px;
	display:block;
}
#news h1{ 
	-moz-user-select:none;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:5px;
	width:250px;
	cursor:pointer;
}
#news p{
	font-size:12px;
	margin:0px;
	padding:5px;
	width:250px;
}
#news .right{
	text-align:right;
}

#news a{
	font-size:12px;
	cursor:pointer;
}

#debugview{
	padding:10px;
	text-align:left;	
	position:absolute;
	max-width:1000px;

	left:1px;
	background-color:#eeeeee;
	border:1px solid #999999;
	color:#000000;
}





