/*
	Version : 1.01
*/

html,body{
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Le container principal */
	#main
	{
		width:800px;
		margin-left: auto;
		margin-right: auto;
	}
/* Le mail */
	#mail
	{
		float:left;
	}
	#mail>img
	{
		margin-top:8px;
		height:24px;
		width:24px;
	}

/* La fenetre */

	#window
	{
		margin:0px;
		padding:0px;
		border:1px solid black;
	}

/* L'entete */
	#header
	{
		margin-bottom:0px;
		padding-bottom:0px;
		height:40px;
	}
	#ban
	{
		margin:0px;
		padding:0px;
	}
	#index,#header
	{
		color:#0E00A5;
		font-size:24px;
		font-weight:bold;
		text-align: center;
	}
	#index
	{
		margin:0px;
		padding:0px;
	}
/* Le menu */
	
	#menu
	{
		font-variant: small-caps;
		color:white;
		padding-bottom:2px;
		height:18px;
	}

	#menu > div
	{
		float:left;
		cursor:pointer;
		padding:2px;
		margin-left:35px;
		margin-right:35px;
	}
	
	#menu, #menu > div
	{
		background-color:#092440;
	}
	
	#voletGauche, #menu > div:hover
	{
		background-color:#888888;
		opacity:0.7;
	}
	
/* Le contenu */
	/*
	#content
	{
		background-color:black;
		background-image:url(../data/fond.png);
		background-repeat:no-repeat;
		background-position:bottom right;
		height:424px;
	}
	*/
	#content
	{
		background-color:black;
		background-repeat:no-repeat;
		background-position:bottom right;
		height:424px;
	}
	#voletGauche
	{
		float:left;
		color:#FFE9A9;
		padding-right:15px;
		margin-top:0px;
		margin-left:0px;
	}
	ul
	{
		padding-left:7px;
		margin:0px;
	}
	li
	{
		list-style-type:none;
		margin-top:2px;
		margin-bottom:2px;
		cursor:pointer;
	}
	li:hover
	{
		background-color:#555555;
		opacity:0.7;
	}
	#voletDroit
	{
		float:right;
		opacity:0.7;
		background-color:black;
		color:white;
		font-size:9pt;
		padding:20px;
		text-align:justify;
		width:450px;
		/*width:30%;*/
	}
	
	p:first-letter
	{
		color:#FFE9A9;
		font-size:24px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-right: 1px;
		margin-left: 17px;
	}
/* truc et astuce */
	a img
	{
		margin-bottom:0px;
		border: 0;
	}
	a
	{
		color:white;
	}
	a:link
	{
		text-decoration:none;
	}
	a:visited
	{
		text-decoration:none;
	}
	a:active
	{
		text-decoration:none;
	}
	a:focus
	{
		text-decoration:none;
	}
	#title, .endLine
	{
		clear:both;
	}
		
