/*
+----------------------------------------------------------------+
|										   						 |
|	Vaxxitek													 |
|	Copyright (c) 2008 O2sources								 |
|																 |
|	Creation / modificationss									 |
|	- HDO - 03/04/2008  v.1.0									 |														
|																 |
+----------------------------------------------------------------+

	-------------------------------------------------------------

	Table of Contents

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	1. BALISES GENERALES

	2. LAYOUT

	3. HEADER

	4. SIDEBAR - ACCESS BAR
	
	5. SIDEBAR - NEWS/PUBLICATIONS/LINKS
	
	6. FOOTER
	
	7. MENU
	
	8. HOME CONTENT
	
	
*/


/*	-------------------------------------------------------------

	1. BALISES GENERALES

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html,* {
	margin:0;
	padding:0;
}

body#login {
	background:url(../images/login_bg_body.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	height:100%
}

a {
	text-decoration:none;
}

/*	-------------------------------------------------------------

	2. LAYOUT

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div#page {
	width:1100px;
	height:100%
}

div#page{
	margin-left: -100px; /* ie6 */ 
	padding-left:10px;
}
*> div#page{
 margin-left: -120px; /* w3c */
!margin-left: -100px; /* ie7 */
	padding:0
}

div#sidebar {
	float:right;
	width: 280px;
}

div#left {
	float: left;
}

div#header {
	background:url(../images/bg_chicken.jpg) no-repeat 0 166px;
	height: 365px;
	position:relative;

}

div#footer {
	clear:both;
	background:url(../images/bg_footer.jpg);
	color: #FFF;
	text-transform:uppercase;
	position:absolute;
	bottom:0px;
	margin-bottom:0px;
	width:100%;
	height: 36px
}
div#flash{
	float:left;
	margin:4px 0 0 35px;
}
/*	-------------------------------------------------------------

	3. HEADER

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
h1 {

}
h1 a {
	display:block;
	background:url(../images/bg_h1_logo.jpg) no-repeat;
	text-indent:600px;
	overflow:hidden;
	width:280px;
	height: 105px;
	position: absolute;
	top:15px;	
	left: 15px;
}

/*	-------------------------------------------------------------

	4. SIDEBAR - ACCESS BAR

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


div#sidebar div#access_bar {
	background:url(../images/bg_access_bar.jpg) no-repeat;
	height:104px;
	padding: 0 15px 0 15px;
	position:relative;
	margin-bottom: 30px
}
	div#sidebar div#access_bar p {
		font-weight:bold;
		color: white;
		padding: 5px 0 5px 0;
	}
	
	div#sidebar div#access_bar a {
		color:#FFF
	}
	
	div#sidebar div#access_bar ul {
		list-style-type:none;
	}
	
	div#sidebar div#access_bar li {
		display: block;
		float:left;
		width: 110px;
		white-space:nowrap;
		height:18px
	}
	
	div#sidebar div#access_bar ul img {
		margin-right:3px;
	}
	
			
	div#sidebar div#access_bar li img {
		vertical-align:bottom
	}
				
/*	-------------------------------------------------------------

	5. FORMULAIRE LOGIN

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
form#aspnetForm {
	background:url(../images/login_bg_barre.jpg) no-repeat 0px 49px;
	position:relative;
	top: 134px;
	padding-left: 250px	
}
*> form#aspnetForm {
	background:url(../images/login_bg_barre.jpg) no-repeat 0px 50px;
	position:relative;
	top: 134px;
	padding-left: 250px
}

form#aspnetForm fieldset.login {
	background:url('/images/login_bg_form.jpg') no-repeat;
	width: 260px
}

form#aspnetForm #error_login{
	text-align: center;
	width:260px;
	color:#940202;
	font-size:1.2em;
}

form#aspnetForm fieldset.register {
	background:url(/images/bg_bigblock.png) repeat-y;
}

	form#aspnetForm fieldset {
		border:none;
		height: 250px;
		position:relative;
		padding:10px;
	}
	
		form#aspnetForm h2 {
			color : #952c1b;
			font-size: 1.4em;
			margin: 30px 0 10px 25px;
			font-weight:bold;
			text-transform:uppercase
		}
		
		*> form#aspnetForm h2 {
			color : #952c1b;
			font-size: 1.4em;
			margin: 20px 0 10px 25px;
			font-weight:bold;
			text-transform:uppercase
		}
		
		form#aspnetForm p {
			margin: 3px 8px 8px 10px
		}		
			
		form#aspnetForm p#accroche {
			margin-bottom:18px;
		}
			form#aspnetForm label {
				display:block;
				float:left;
				border-bottom: dotted 1px #952c1b;
				width: 100px;
				text-align:right;
				margin-right:10px;
				font-weight:bold;			
			}
			
			*> 	form#aspnetForm label {
				display:block;
				float:left;
				border-bottom: dotted 1px #952c1b;
				width: 120px;
				text-align:right;
				margin-right:10px;
				font-weight:bold;
			}
			form#aspnetForm input {
				border: solid 1px #952c1b;
				width:105px
			}
			
			form#aspnetForm ul {
				list-style-type:none;
				margin-top: 10px;
			}
			
			form#aspnetForm li {
				background:url(../images/puce_carre_orange.jpg) no-repeat 2px 5px;
				padding-left: 10px;
			}
			
			form#aspnetForm li a {
				color: #000;
				font-weight:bold;
			}
			
			form#aspnetForm input#ctl00_ContentPlaceHolder_but_submit {
				background:url('/images/bg_btn_send.png') no-repeat;
				color: #FFF;
				width:61px;
				height:25px;
				padding: 0px 0 3px 0;
				font-weight: bold;
				margin-left: 120px;
				border: none;
			}
			*> form#aspnetForm input#ctl00_ContentPlaceHolder_but_submit {
				background:url('/images/bg_btn_send.png') no-repeat;
				color: #FFF;
				width:61px;
				height:25px;
				padding: 0px 0 3px 0;
				font-weight: bold;
				margin-left: 140px;
				border: none;
				font-size:12px;
			}


/*	-------------------------------------------------------------

	6. FOOTER

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


div#footer span {
}

div#footer span#copyright {
	margin-top:10px;
	margin-left: 10px;
	display:block;
}

div#footer img {
	vertical-align:middle;
	margin-right: 3px
}
div#footer span#shortcuts_mini {
	position:absolute;
	top:3px;
	left:520px;
	display:block;
}
div#footer a{
	color:#FFF
}
			
