/*
general 
*/
.titre{
	font-size:13px;
	font-weight:bold;
	color:#333333;
	margin-bottom:5px;
}

body{
	background-color:#E9E9E9;
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	margin:0px;
}
img { 
	border:0px;
}
a{
	text-decoration:none;
}
input{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}
textarea{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}
option{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}
select{
	font-family:Verdana;
	font-size:10px;
	color:#333333;
}
/*
CONTACT
*/
div.contact{
	padding:15px;
	background-color:#d8d625;
	
}
/*
AMIS DU MUSEE
*/
div.amis{
	padding:30px;
	background-color:#cc0099;
	color:#FFFFFF;
}
td.amis_texte{
	vertical-align:top;
	padding-right:10px;
	width:300px;
}
td.amis_visuel{
	vertical-align:top;
	padding-left:10px;
}
div.amis_titre{
	font-size:13px;
	font-weight:bold;
}
div.amis_sous_titre{
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}
div.amis_texte{
	font-size:10px;
}
div.inscription_amis{
	padding:30px;
	background-color:#CCCCCC;
	color:#666666;	
}
div.inscription_amis_titre{
	width:450px;
	font-size:13px;
	font-weight:bold;
}
div.inscription_amis_sous_titre{
	width:450px;
	font-size:11px;
	font-weight:bold;
	padding-bottom:10px;
}
div.inscription_amis_texte{
	width:450px;
	font-size:10px;
}
a.inscription_amis_formulaire{
	color:#666666;
	font-weight:bold;
}
div.inscription_amis_formulaire{
	margin-top:10px;
	vertical-align:middle;
}
/*
EVENEMENTS
*/
div.evenement_sel_titre{
	font-weight:bold;
	font-size:12px;
}
div.evenement_sel_date{
	font-weight:bold;
}
div.evenement_sel{
	height:400px;
	overflow:visible;
}
.evenement_sel_visuel{
	margin-right:10px;
}
div.evenement_sel_chargement_visuel{
	margin:10px;
	text-decoration:blink;
}
div.type_evenement{
	padding:10px;
	border:1px solid #666666;
	background-color:#F0F0F0;
}
div.titre_type_evenement{
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
table.occurence_evenement{
	border:1px solid #666666;
	border-right:0px;
	border-bottom:0px;
	width:380px;
}
td.occurence_evenement{
	border:1px solid #666666;
	border-left:0px;
	border-top:0px;
	padding:5px;
}
/*
TICKER
*/
div.ticker{
	color:white;
	width:400px;
	background-color:#cc0099;
	position:absolute;
	padding:10px;
}
div.zone_deplacement_ticker{
	width:100%;
	background-color:#df1FAF;
	margin-bottom:10px;
}
div.boutons_nav_ticker{
	text-align:center;
	margin-bottom:10px;
}
div.titre_ticker{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
div.sous_titre_ticker{
	margin-bottom:10px;
}
div.texte_ticker{
	
}
div.genre_ticker{
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:12px;
}
div.media_ticker{
	margin-bottom:10px;
}
/*
HOME
*/
div.contenu_home{
	padding:15px;
}

/*
MENU
*/
a.menu_change_version{
	padding-left:25px;
}
a.menu_change_version:link{color:#CCCCCC;}
a.menu_change_version:hover{color:#CCCCCC;}
a.menu_change_version:visited{color:#CCCCCC;}
a.menu_change_version:active{color:#CCCCCC;}
a.menu_item{
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
}
a.menu_item:hover{
	color:#FFFFFF;
	text-decoration:none;
	border:0px;
}
div.menu{
	width:100%;
	background-color:#666666;
}
table.menu{
	margin-left:40px;
}
div.menu_item_off{
	white-space: nowrap;
	overflow:visible;
	margin:1px;
	font-size:10px;
	padding:5px;
	background-color:#999999;
	color:#FFFFFF;
}
div.menu_item_on{
	white-space: nowrap;
	overflow:visible;
	margin:1px;
	font-size:10px;
	padding:5px;
	background-color:#cc0099;
	color:#FFFFFF;
}