/*** éléments ***/

html	{
	color: #000;
	background-color: #fff;
	text-align: left;
}

body	{
	margin: 0 5%;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: inherit;
	background-color: #fff;
	border: .1em solid #fff;
	line-height: 1.5em;
	text-align: left;
	
	background-image: url(../../Templates/imFond/papier.gif);
	background-position: 50% 0;
	background-attachment: fixed;
	position: relative;
	background-repeat: repeat-y;
	
}

h1	{
	font-size: x-large;
}

h2	{
	font-size: large;
}

div { width: 100%}

/*** liens ***/

a, a:link  {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

a:active, a:hover	{
  color: #000;
  background-color: inherit;
  text-decoration: underline;
}

a:visited {
  color: #000;
  background-color: inherit;
}


/*** identifiants ***/

#entete	{
	border-bottom: .1em solid #999;
	width: auto;
	color: #fff;
	background-color: #a00000;
	padding: 2em;
	margin: 0;
	clear: both;
}

#entete h1	{
	width: 50%;
	float: left;
	font-size: xx-large;
	margin: 0;
	padding: .5em 0 0 0;
}

#entete p	{
	width: auto;
	text-align: right;
	margin: 0;
}

#gauche	{
	float: left;	
	width: 15em;
	padding: 2em;
	background-color: #7d2cff;
}

#gauche h2	{
	padding-left: 1em;
	font-size: x-large;
}

#gauche ul	{
	list-style-type: square;
	color: #a00000;
	background-color: inherit;
	font-size: 1.1em;
	line-height: 1.6em;
}

#gauche a	{
	font-weight: bold;
}

#droite	{
	width: auto;
	margin-left: 22em;
	padding: 2em;
	border-left: .30em solid #999;
}

#pied	{
	border-top: .1em solid #999;
	width: auto;
	height: 5em;
	text-align: center;
	clear: both;
}

/*** classes ***/
.right	{
	float: right;
	padding: 0 1em 1em 1em; 
}

