body {
	margin: 0;
	font: normal 11px/13px Tahoma, Arial, sans-serif;
	text-align: left;
	background-color: #EBFB99;
	border-bottom: 1;
	padding-left: 5px;
	background-image: url(../images/accueilattente.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-color: #993399;
}




a:link, a:visited, a:active {
	color: #9966CC;
	text-decoration: underline;
}

a:hover {
	color: #663366;
	text-decoration: none;
	text-align: right;
	padding: 20;
}

.black {color: #000}
.white {color: #fff}
.rose {color: #993399}
.bleu {color: #00CC33}
.orange {color: #CCCCFF}

.rose a:link, .rose a:visited, .rose a:active {color: #9966CC; text-decoration: underline}
.rose a:hover {color: #FFFFFF; text-decoration: none}
.bleu a:link, .bleu a:visited, .bleu a:active {color: #663399; text-decoration: underline}
.bleu a:hover {color: #ccc; text-decoration: none}
.orange a:link, .orange a:visited, .orange a:active {color: #f69649; text-decoration: underline}
.orange a:hover {color: #ccc; text-decoration: none}

.border {border: 1px solid #FF6699}

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #993399;
	background: none;
	font-weight: bold;
	margin: 20;
	padding-top: 30px;
	text-align: center;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #4c4c4c;
	background: none;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	border-top: 2px solid #ccc;
}

h2.bleu { border-top: 2px solid #00b7cb; }
h2.orange { border-top: 2px solid #f69649; }

h2 img {
	float: left;
	padding-bottom: 10px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #ec2790;
	text-decoration: none;
}

h2 a:hover {
	color: #ccc;
	text-decoration: none;
}

.border_top {
	padding: 2px 0 0 0;
	border-top: 2px solid #9966ff;
}

#center p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

#center ul {
	line-height: 15px;
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: square;
	color: #ec2790;
	background-image: url(../images/bullet_more_off.gif);
}

#center ol {
	line-height: 15px;
	margin: 2px 0 0 30px;
	padding: 0;
	list-style-image: none;
}

#center li {
	margin-bottom: 2px;
}

#center li span {
	color: #4c4c4c;
}

#center .more {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;
}

#center .more a:link, #center .more a:visited, #center .more a:active {
	padding: 0 0 0 8px;
	color: #4c4c4c;
	text-decoration: none;
	background-image: url(../images/bullet_more_off.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#center .more a:hover {
	padding: 0 0 0 8px;
	color: #ccc;
	text-decoration: none;
	background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#center .more a.bleu:link, #center .more a.bleu:visited, #center .more a.bleu:active {
	background-image: url(../images/bullet_more_off_bleu.gif);
}

#center .more a.bleu:hover {
	background-image: url(../images/bullet_more_on.gif);
}

#center .more a.orange:link, #center .more a.orange:visited, #center .more a.orange:active {
	background-image: url(../images/bullet_more_off_orange.gif);
}

#center .more a.orange:hover {
	background-image: url(../images/bullet_more_on.gif);
}
/*Le more a gauche : le more 2*/
#center .more2 {
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

#center .more2 a:link, #center .more2 a:visited, #center .more2 a:active {
	padding: 0 0 0 8px;
	color: #4c4c4c;
	text-decoration: none;
	background-image: url(../images/bullet_more_off.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#center .more2 a:hover {
	padding: 0 0 0 8px;
	color: #ccc;
	text-decoration: none;
	background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
/* BLOCK */

.block {
	border-top: 1px solid #660066;
	padding: 5px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	vertical-align: bottom;
	border-bottom: 1px solid #660066;
}

.block p {
	padding: 0 0 0 0;
}

.block .more {
	border-bottom: 2px solid #ccc;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-align: right;
}


.block .more a:link, .block .more a:visited, .block .more a:active {
	padding: 0 0 0 8px;
	color: #4c4c4c;
	text-decoration: none;
	background-image: url(../images/bullet_more_off.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

.block .more a:hover {
	padding: 0 0 0 8px;
	color: #ccc;
	text-decoration: none;
	background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}


/* ONE CLIC */

#one_clic {
	margin: 2px 0 30px 0;
	border-top: 2px solid #ec2790;
}

#one_clic ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#one_clic li {
	margin: 0;
	padding: 2px 0 0 0;
	font-weight: bold;
}

#one_clic a:link, #one_clic a:visited, #one_clic a:active {
	display: block;
	background-image: url(../images/box/nav_en_un_clic_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 5px 10px;
	color: #4c4c4c;
	text-decoration: none;
}

#one_clic a:hover {
	background-image: url(../images/box/nav_en_un_clic_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ec2790;
	text-decoration: none;
}

/* FORM */

form {display: inline}

input {
	font: normal 11px/13px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
}

select {
	font: normal 11px/13px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
}

textarea {
	font: normal 11px/13px Tahoma, Arial, sans-serif;
	color: #4c4c4c;
}

#form {
	width: 530px;
	margin: 0px;
	padding: 0px;
}

#form p {
	margin: 0px;
	padding: 3px 0px;
}

#form fieldset {
	margin: 0px;
	padding: 0px 14px 7px;
	font-style: normal;
	border: #07a301 1px solid;
}

#form legend {
	padding: 0px 7px;
	font-weight: bold;
	color: #ec2790;
}

#form fieldset.infos label {
	width: 30%;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	float: left;
	text-align: right;
}

#form label.obligatoire {font-weight: bold}

#form .commentaire {font-style: italic}

#form .focus {
	color: #fff;
	background-color: #838FC7;
}

#form .normal {
	color: #4c4c4c;
	background-color: #fff;
}

#formbas {
	padding: .5em;
	text-align: center;
}

#formbas input {
	font-weight: bold;
	color: #07a301;
}

.bouton input {
	font-weight: bold;
	color: #ec2790;
}

/* IROKKOI */


a#irokkoi:link, a#irokkoi:visited, a#irokkoi:active {
	padding: 0;
	background: none;
	text-decoration: none;
	color: #ccc;
}

a#irokkoi:hover {
	padding: 0;
	background: none;
	text-decoration: none;
	color: #4c4c4c;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999933;
}
/*Pour les onglets */
#container {
	position: relative;
	width: 100%;
	margin: 3em auto;
	text-align: left;
	border: 0px solid #EBE9ED;
	background-color: #FFFFFF;
}
#container * {
	margin: 0;
	padding: 0;
}
#container ul#menu {
	position: relative;
	width: 100%;
	font-weight: bold;
}
#container ul#menu li {
	float: left;
	display: block;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
#container ul#menu li a {
	text-align: center;
	display: block;
	width: 97px;
	height: 37px;
	line-height: 12px;
	text-decoration: underline;
	font-size: xx-small;
	vertical-align: text-bottom;	

}
#container ul#menu li a:hover {
	color: #ec2790;	/*background-color: #EFDC86;*/
	background-image: url(../images/onglets_on.jpg);
	background-repeat: no-repeat;
}
#container h1,
#container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
}
#container .content {
	padding: 1em 2em;
	margin: -2px 0 0 0;
	_margin: -16px 0 0 0;
	background-color: #FFFFFF;
	border: 1px solid #EBE9ED;
}
#container hr {
	clear: both;
	visibility: hidden;
}
#container a.current {
	background-image: url(../images/onglets_on.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
#container a.ghost  {
	color: #666666;
	background-image: url(../images/onglets_off.jpg);
	background-repeat: no-repeat;

}
#container .on {
	display: block;
}
#container .off {
	display: none;
}
#ongletVide {
	float: left;
	display: block;
	background-image: url(../images/onglets_vide.jpg);
	background-repeat: repeat-x;
}
#ongletCourant {
	float: left;
	display: block;
	color: #ec2790;
	text-align: center;
	vertical-align: middle;
	width: 97px;
	height: 37px;
	line-height: 12px;
	text-decoration: underline;
	font-size: x-small;
	background-image: url(../images/onglets_on.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}

#onglet {

	float: left;
	display: block;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
#onglet  a {
	color: #333333;
	text-align: center;
	display: block;
	width: 97px;
	height: 37px;
	line-height: 12px;
	text-decoration: underline;
	font-size: x-small;
	vertical-align: text-bottom;	
	background-image: url(../images/onglets_off.jpg);
	background-repeat: no-repeat;

}
#onglet a:hover {
	color: #ec2790;	/*background-color: #EFDC86;*/
	background-image: url(../images/onglets_on.jpg);
	background-repeat: no-repeat;
}

.cadre_fond_rose {
	background-color: #EBFB99;
}
.cadre_fond_gris {
	background-color: #E8E8E8;
}
.SubmitImc {

}
.SubmitImc:hover {
cursor: pointer;
}

#Epingle {
	font: bold 10px/12px Tahoma, Arial, sans-serif;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;	
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

#Epingle .more a:link, #Epingle .more a:visited, #Epingle .more a:active {
	color: #FF99CC;
	text-decoration: none;
	/*background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;*/
	padding: 0 0 0 8px;
}

#Epingle .more a:hover {
	padding: 0 0 0 8px;
	color: #ffffff;
	text-decoration: none;
	/*background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;*/
}

#Invit {
	/*font: bold 10px/12px Tahoma, Arial, sans-serif;*/
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: right;	
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

#Invit .more a:link, #Invit .more a:visited, #Invit .more a:active {
	color: #4C4C4C;
	text-decoration: none;
	background-image: url(../images/bullet_more_off.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 8px;
}

#Invit .more a:hover {
	padding: 0 0 0 8px;
	color: #CCC;
	text-decoration: none;
	background-image: url(../images/bullet_more_on.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.souligne {
	text-decoration: underline;
}

