body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	text-align: center; /* required for centering the page in IE */
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-attachment: fixed;
	background-position: left bottom;
	background-color: #FFFFFF;

}

h1{
	font-size: 20px;
	font-weight: bold;
}
h2{
	font-size: 18px;
	font-weight: bold;

}



/* :hover permet de définir les propriétés du lien quand le curseur le survole */


.liens a:hover
{
	color:#FF0033 ;
	text-decoration: none;
	font-style: italic;
}

.liens a
{
	font-style: italic;
	text-decoration: none;
	color: black;
}



.nolien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.Style6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration:none; 
	font-weight: bold;
}
.jflanguageselection
{
	float: right;
	vertical-align: middle;
}

/*div.jflanguageselection
{
	float: right;
	vertical-align: middle;
	padding: 3px 2px 2px 2px;
}
*/
/* language lists with UL (names and images) */
.jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 1px 1px 1px 1px;
	white-space: nowrap;
	border: none;
	font-size: 0.9em;
}

.jflanguageselection ul.jflanguageselection li#active_language
{
	font-size: 11px;
 	font-weight: bold;
}

.jflanguageselection ul.jflanguageselection li a
{
	display: block;
}

.jflanguageselection ul.jflanguageselection img
{
	border: none;
}


/** Styles for the drop down list */

.jflanguageselection select.jflanguageselection
{
	border: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 1px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

.jflanguageselection label.jflanguageselection
{
	position:absolute;
	left:-1000px;
}

/** Controls Raw Display of Images **/

.rawimages {
	text-align: center;
}
.rawimages img {
	border: none;
	margin:2px;
}
.rawimages span#active_language img
{
	margin:2px;
	border: none;
 }
/** End Raw display of images **/

.jflanguageselection img.langImg{ float: left; border: none; margin-top: 3px; }
.jflanguageselection li img.langImg{ float: left; border: none; margin: 1px 3px 0px 0px; }

div#contener{
	width:900px;
	margin-top:0px;
	margin:auto;
	background-color:white;
}





/** bouton **/

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url("img-accueil/btn2.png"); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url("img-accueil/shade.png"); background-position: bottom; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }


   
   
