body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #C8D200;
	text-decoration: none;
}
a:hover {
	color: #9CBF06;	
}
input, textarea {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
select {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
optgroup {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
button {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
	background-color: #FFFFFF;
}
label {
	cursor: pointer;
}
button:hover {
	border: 1px solid #FF001C;
	color: #FF001C;
}
ul {
	margin: 0px;
	padding-left: 20px;
}
li {
	padding-left: 0px;
	margin-left: 10px;
	text-align: justify;
}
h1 {
 	color: #003750;
}
h2 {
	color: #80379b;
}
.hide {
	display: none;
}
.page {
	margin: auto;
	margin-top:15px;
	position: relative;
	width: 800px;
}
.page .colleft {
	width: 179px;
}
.center {
	width: 601px;
	background-color: #bfd730;
	position: relative;
	color: #151864;
	padding: 10px;
}
.center a {
	color: #FF001C;
	text-decoration: underline;
}
.center a:hover {
	color: #310005;	
}
.icones_bottom {
	margin-top: 15px;
	height: 27px;
	margin-bottom: 3px;
	margin-right: 3px;
}
.top_fleche {
	background-image: url('images/top_fleche.png'); background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	float: right;
	/*
	position: absolute;
	bottom: 47px;
	right: 0;
	*/
}
.top_fleche img {
	width: 27px;
	height: 27px;
}
.top_fleche:hover{
	background-position: 0px -27px
}
.home_house {
	background-image: url('images/home_house.png'); background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	float: right;
	/*
	position: absolute;
	bottom: 0px;
	right: 29px;
	*/
}
.home_house img {
	width: 27px;
	height: 27px;
}
.home_house:hover{
	background-position: 0px -27px
}
.padding10 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.clear {
	clear: both;
}
.clearlink {
	height: 15px;
	clear: both;
}
.banner {
	height: 148px;
}
.banner_image {
	margin: auto;
	position: relative;
	width:800px;
	height: 148px;
	background-image: url('images/header.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
.banner_image .crci1 {
	position: absolute;
	left: 380px;
	top: 70px;
	width: 87px;
	height: 55px;
	border-width: 0;
}
.banner_image .crci2 {
	position: absolute;
	left: 467px;
	top: 70px;
	width: 87px;
	height: 55px;
	border-width: 0;
}
.banner_image .crci3 {
	position: absolute;
	left: 554px;
	top: 70px;
	width: 82px;
	height: 55px;
	border-width: 0;
}
.banner_image .crci4 {
	position: absolute;
	left: 638px;
	top: 70px;
	width: 85px;
	height: 55px;
	border-width: 0;
}
.banner_image .crci5 {
	position: absolute;
	left: 725px;
	top: 70px;
	width: 75px;
	height: 55px;
	border-width: 0;
}
.banner_image .home {
	position: absolute;
	left: 15px;
	top: 40px;
	width: 280px;
	height: 100px;
	border-width: 0;
}

.banner_image  .flags	{
	position: absolute;
	right: 0px;
	top: 5px;
}
.menu {
	position: relative;
	width: 100%;
	padding: 0px;
	height: 47px;
	background-image: url('images/menu_hor_fond.jpg');
}
.menu .menunav {
	margin: auto;
	width: 810px;
}

.menu .menunav ul {
	margin: 0;
	margin-left: 179px;
	padding: 4px;
	list-style-type:none;
	text-align:center;
}
.menu .menunav li {
	float:left;
	margin:auto;
	margin-left:2px;
	padding:0;
}
.menu .menunav li a {
	display: block;
	color: #003750;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding:9px 19px 9px 19px;
	border: 1px solid #003750;
	background-image: url('images/menu_hor_button.jpg');
}
.menu .menunav li a:hover {
	color:#003750;
	border: 1px solid #FFFFFF;
	background-image: url('images/menu_hor_button_hover.jpg');
}
.menu .menunav ul li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 101;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 0;
	border-right: 1px solid #FFFFFF;
}
.menu .menunav ul li:hover ul {
	display:block;
}
.menu .menunav ul li:hover > a {
	color:#003750;
	border: 1px solid #FFFFFF;
	background-image: url('images/menu_hor_button_hover.jpg');
}
.menu .menunav li:hover ul li {
	float:none;
}
.menu .menunav ul li ul a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	background-color: #003750;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	background-image: none;
	padding: 6px 19px 6px 19px;
}
.menu .menunav ul li ul a:hover {
	color:#bfd730;
	border: none;
	background-image: none;
	border-bottom: 1px solid #FFFFFF;
}

.footer {
	margin: auto;
	margin-top: 5px;
	position: relative;
	text-align: center;
}
.block {
	width: 153px;
	margin-bottom: 10px;
}
.block .title {
	background-image: url('images/menu_trouver.jpg');
}
.block .title a {
	display:block;
	width: 153px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align:center;
	font-size: 13px;	
}
.block .title a:hover {
	color: #FFFFFF;
}
.block .cct {
	background-image: url('images/menu_trouver_fond.jpg');
	padding-left: 1px;
	padding-right: 4px;
}
.block .cct div {
	padding: 5px;
}
.block .cct a {
	color: #000000;	
	font-size: 12px;
	font-weight: bold;
}
.block .cct a:hover {
	color: #888888;	
}



.mention {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	border-top: 1px solid #bfd730;
	border-bottom: 1px solid #bfd730;
}
.mention a {
	color: #bfd730;
}
.mention a:hover {
	color: #bfd730;
}


.nouveaute {
	width: 154px;
	height: 156px;
	background-image: url('images/nouveaute.png');
	background-repeat: no-repeat;
	margin-left:15px;
	cursor: pointer;
}
.nouveaute:hover {
	background-image: url('images/nouveaute_over.png');
}

.title {
	font-size: 14px;
	color: #80379b;
	font-weight: bold;
	margin-bottom: 0px;
	clear: both;
}

.btn_inscription {
	background-image: url('images/bouton_inscription2.png');
	background-repeat: no-repeat;
	width: 123px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.btn_inscription img {
	width: 123px;
	height: 25px;
}
.btn_inscription:hover  {
	background-position: 0px -24px;
}

.mpage {

}
#page {
	color: #000000;
	min-height: 420px;
	position: relative;
}
.page a {
	color: #80379b;
}
.page a:hover {
	color: #000000;
}
.stitre {
	color: #80379b;
	font-weight: bold;
	margin-top: 15px;
	font-size: 11px;
	
}
.link {

}
.link a {
	border: 1px solid #003750;
	float: right;
	color: #003750;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-image: url('images/menu_hor_button.jpg');
	clear: both;
}
.link a:hover {
	color:#003750;
	border: 1px solid #FFFFFF;
	background-image: url('images/menu_hor_button_hover.jpg');
}
a.link {
	border: 1px solid #003750;
	float: right;
	color: #003750;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-image: url('images/menu_hor_button.jpg');
	clear: both;
}
a.link:hover {
	color:#003750;
	border: 1px solid #FFFFFF;
	background-image: url('images/menu_hor_button_hover.jpg');
}
.ptexte {
	margin-top: 10px;
	text-align: justify;
}

.partenaire .ligne  {
	background-image: url('images/bg_partenaires.png');
	background-repeat: no-repeat;
	width: 504px;
	margin-bottom: 5px;
}
.partenaire .logo  {
	width: 160px;
}
.partenaire .logo img  {
	width: 150px;
	border: 1px solid black;
}
.partenaire .name {
	color: #80379b;
	font-size: 14px;
	font-weight: bold;
}
#newsletter_response {
	font-weight: bold;
	color: #FF001C;
	margin-top:5px;
	padding:5px;
	border: 1px solid #FF001C;
	background-color: #C9F229;
}
#newsletter_response_un {
	font-weight: bold;
	color: #FF001C;
	margin-top:5px;
	padding:5px;
	border: 1px solid #FF001C;
	background-color: #C9F229;
}
.filtre {
	padding: 5px;
	margin: 5px;
	text-align: right;
}
.popup {
/*	display: none; */
	position: abolute;
	border:
}
.btn_expo_rdv {
	position: absolute;
	right: 0px;
	top: -2px;
	background-image: url('images/btn_expo_rdv.png');
	background-repeat: no-repeat;
}
.btn_expo_rdv img {
	width:176px;
	height:22px;
}
.btn_expo_rdv:hover {
	background-position: 0 -21px;
}
.prog_titre {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
}
.prog_stitre {
	font-size: 12px;
	color: #80379b;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 7px;
}
.prog_part {
	margin-bottom: 15px;
	margin-left: 5px;
}
.prog_part  .heure {
	width: 65px;
	color: #007EA5;
	font-size: 12px;
	font-weight: 600;
}
.prog_spart  {
	margin-bottom: 15px;
	margin-left: 15px;
}
.prog_spart  .heure {
	width: 55px;
	color: #5EA8C6;
	font-size: 12px;
	font-weight: bold;
}
.prog_spart  .descr {

}
.prog_spart  .descr .stitre {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-align:left;
	margin-top: 5px;
}
.rdv_detail {
	margin-left: 5px;
}
.rdv_detail ul{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.infos {
	color: #666666;
	font-style: italic;
}
#form_inscription_response {
	font-weight: bold;
	color: #FF001C;
	margin-top:5px;
	padding:5px;
	border: 1px solid #FF001C;
	background-color: #C9F229;
}
.rdv_empty  {
	
}
.rdv_ok  {
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
}
.rdv_green {
	background-color: #8BE48B;
	border: 1px solid #FFFFFF;
}
.rdv_empty .add {
	background-image: url('../../images/add16.png');
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 0;
}
.popup_new_rdv {
	background-color: #FFFFFF;
	width: 300px;
	border: 4px solid #B2DB11;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	position: absolute;
	display: none;
}
.popup_new_rdv .block {
	margin: 5px;
	border: 1px solid #444444;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	width: 275px;
}
.popup_new_rdv .block .title {
	height: 15px;
	background-image: none;
	background-color: #B2DB11;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	margin-left: -3px;
	margin-right: -3px;
}
.popup_detail_rdv {
	background-color: #FFFFFF;
	width: 200px;
	border: 4px solid #B2DB11;
	padding: 10px;
	margin: auto;
	margin-top: 20px;
	position: absolute;
	display: none;
}
.form_expo {
	width:140px; 
	text-align:left; 
}
.li_select {
	position: relative;
	background-color: #DDE459;
	border: 1px solid #838380;
	margin-bottom: 1px;
	text-align: left;
}
.li_select .texte {
	margin: 3px;
	margin-right: 30px;
}
.li_select  .li_remove {
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 2px;
	width: 15px;
	vertical-align: middle;
}
.selectbox {
	padding: 3px; 
	width: 200px;
	height: 16px; 
	border: 1px solid black;
	background-color: #FFFFFF; 
	position: relative;
	background-image: url("../../images/select_arrow.jpg");
	background-position: right -30px;
	background-repeat: no-repeat;
}
.selectbox:hover {
	background-position: right 0;
}
.selectbox .options {
	position: absolute;
	display: none;
	max-height: 300px;
	overflow: auto;
	top: 18px;
	left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 200;
}
.selectbox .options div {
	padding: 2px;
	text-align: left;
	min-height: 14px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.selectbox .options div:hover {
	background-color: #F0F3BE;
}

.selectbox .options div.optdisabled {
	color: #555555;
	background-color: #E4E4E4;
	cursor: default;
}
.selectbox .options div.optdisabled:hover { 
	color: #555555;
	background-color: #E4E4E4;
	cursor: default;
}
.selectbox .options div.theme {
	color: #000000;
	font-weight: bold;
}
.selectbox .options div.stheme {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.selectbox .options div.noclicable {
	cursor: default;
	background-color: inherit;
}
.selectbox .options div.noclicable:hover { 
	cursor: default;
	background-color: inherit;
}
.url a {
	color: #80379b;
}
