﻿img {
	border:none;
	border:0;
}

a {
	color:#647dff;
}

li {
	list-style-image:url(/images/puce.png);
}

p {
	text-indent:20px;
}

acronym {
	cursor:help;
}

body {
	background-image:url(/images/background.jpg);
	color:#302f2d;
	font-family: "Myriad Pro", sans-serif;
	font-size:0.8em;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:808px;
}

/* L'en-tête */

#en-tete {
	background-image:url(/images/background_en-tete.png);
	height:120px;
}


/* La page */

#page {
	background-image:url(/images/background_page.jpg);
	padding-bottom:15px;
}


/* Le menu d'en-tête */

#en-tete_menu {
	background-image:url(/images/background_page.jpg);
	height:37px;
	padding-left:15px;
	padding-bottom:15px;
}


/* Le menu */

#menu {
	float:left;
	padding-left:15px;
	text-align:center;
	width:150px;
}

.haut_menu{
	background-image:url(/images/background_menu_haut.png);
	height:3px;
}

.element_menu {
	background-image:url(/images/background_menu_milieu.png);
	height:20px;
	padding:2px 10px 7px 10px;
}

.element_menu li {
	list-style-image:url(/images/puce.png);
	margin-left:-20px;
	text-align:left;
}

/* Pour les autres navigateurs */
* > .element_menu {
	min-height:20px;
	height:auto;
}

/* Pour IE 7 */
*+html .element_menu {
 	min-height:20px;
}

.bas_menu{
	background-image:url(/images/background_menu_bas.png);
	height:3px;
	margin-bottom:15px;
}

/* Le corps de la page */

#corps {
	margin-left:180px;
	margin-right:15px;
}

.haut_corps {
	background-image:url(/images/background_corps_haut.png);
	height:3px;
}

.milieu_corps {
	background-image:url(/images/background_corps_milieu.png);
	padding:1px 10px 7px 10px;
	height:500px;
}

.milieu_corps h1 {
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:#647dff;
}

.milieu_corps li {
	margin-left:12px;
}

/* Pour les autres navigateurs */
* > .milieu_corps {
	min-height:500px;
	height:auto;
}

/* Pour IE 7 */
*+html .milieu_corps {
 	min-height:500px;
}

.bas_corps {
	background-image:url(/images/background_corps_bas.png);
	height:3px;
}

.haut_ss_corps {
	background-image:url(/images/background_ss_corps_haut.png);
	color:#ffffff;
	font-weight:bold;
	height:23px;
	padding-left:20px;
	padding-top:7px;
}

.milieu_ss_corps {
	background-image:url(/images/background_ss_corps_milieu.png);
	padding:10px 10px 5px 20px;
	height:50px;
}

.milieu_ss_corps li {
	margin-left:12px;
}

/* Pour les autres navigateurs */
* > .milieu_ss_corps {
	min-height:50px;
	height:auto;
}

/* Pour IE 7 */
*+html .milieu_ss_corps {
 	min-height:50px;
}

.bas_ss_corps {
	background-image:url(/images/background_ss_corps_bas.png);
	height:5px;
}

.pack_gauche {
	float:left;
	width:288px;
}

.pack_droit {
	margin-left:306px;
	width:288px;
}

.haut_pack {
	background-image:url(/images/background_pack_haut.png);
	color:#ffffff;
	font-weight:bold;
	height:23px;
	padding-left:20px;
	padding-top:7px;
}

.milieu_pack {
	background-image:url(/images/background_pack_milieu.png);
	height:50px;
	padding:10px 10px 5px 20px;
}

.milieu_pack li {
	margin-left:12px;
}

/* Pour les autres navigateurs */
* > .milieu_pack {
	min-height:50px;
	height:auto;
}

/* Pour IE 7 */
*+html .milieu_pack {
 	min-height:50px;
}

.bas_pack {
	background-image:url(/images/background_pack_bas.png);
	height:5px;
}


/* Le pied de page */
 
#pied_de_page {
	background-image:url(/images/background_pied_de_page.png);
	height:60px;
	text-align: center;
}

.color_blue {
	color:#647dff;
}

.color_red {
	color:#F00;
}

.small_size {
	font-size:0.7em;
}

.normal_size {
	font-size:0.8em;
}

.big_size {
	font-size:1.2em;
}

.font {
	font-family: "Century Gothic", "Myriad Pro", sans-serif;
}

.iphone {
	background-color: #FFFFFF;
	font-size:36px;
	color: #000000;
	border:0px;
	margin:0px;
	padding:5px;
	text-align: center;
}

INPUT { color:#647dff; background-color:#ffffff }
TEXTAREA { color:#647dff; background-color:#ffffff }