@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-shadow: #000000 0 0 0px
}
.opodo {
	height: 20px;
	width: 468px;
	position: absolute;
	left: 1045px;
	top: 1px;
}

.entete {
	background-image: url(img/entete.jpg);
	height: 178px;
	width: 1030px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 15px;
	position: relative;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F60;
}
#misepage {
	margin: 0px auto 0px auto;
	width:1030px;
	position: relative;
	left: 0px;
}
.smenu_haut {
	background-image: url(img/smenu_haut.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #2B2B2B;
	font-size: 14px;
	font-weight: 900;
	color: #191919;
	text-transform: uppercase;
	padding-left: 15px;
	height: 26px;
	width: 126px;
}
.smenu_milieu {
	background-image: url(img/idevasion_logo_bas.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #2B2B2B;
	padding-left: 10px;
	padding-right: 10px;
	width: 121px;
	height: 10px;
}
.photo {
	width: 482px;
	overflow: hidden;
}

.smenu_bas {
	background-image: url(img/smenu_bas.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.fond_texte_centre {
	background-image: url(img/motif_fond.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 348px;
	padding-left: 28px;
	padding-right: 31px;
	padding-top: 15px;
}
.titre1 {
	font-size: 14px;
	font-weight: 900;
	color: #e95303;
	text-transform: uppercase;
}
.menu {
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	vertical-align: middle;
	padding-left: 28px;
}

/*--------------------------------------------------
JAVASCRIPT Manuel Exposant
*/
.accordion_toggle {
	display: block;
	height: 21px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.accordion_toggle_ouvert {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.accordion_toggle_active {
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E95303;
}
.accordion_content {
	overflow: hidden;
}

.accordion_content a {
	color: #FFF;
}
.accordion_content a:hover {
	color: #CC6600;
}
.accordion_content h2 {
	color: #0099FF;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/*.accordion_content p {
	padding-top: 0px;
	padding-right: 10px;
	background-color: #333;
	height: 23px;
	width: 121px;
	right: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;

}*/
.accordion_content p {


}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F4C7C;
}
.vertical_accordion_toggle_active {
	color: #ffffff;
	border-bottom: 1px solid #f68263;
	background-color: #A2C7F3;
	background-repeat: no-repeat;
	background-position: right top;
}
.vertical_accordion_content {
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
#vertical_nested_container {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 30px;
}

