
/**
 * Internet Explorer 6 png file alpha layer bug fix
 */
.spip_logos
{
	behavior: url("win_png.htc") ;
}

/**
 * general settings
 */
.body_container
{
	/*
	background-image: url("ressources/SalnSeyd-Accueil.jpg") ;
	background-repeat: no-repeat ;
	*/
}

body
{
	font-family: Helvetica, Arial, "Sans Serif" ;
	font-size: 13px ;

	background-color: #a39477 ;
}

img
{
	border: none ;
}

a
{
	text-decoration: none ;
}

a:hover
{
	text-decoration: underline ;
}

.font_weight_bold
{
	font-weight: bold ;
}

.display_none
{
	display: none ;
}

/**
 * colors
 */

.border_bottom_actualites
{
	border-bottom: 2px solid #27b1cf ; /* turquoise */
}

.border_bottom_la_compagnie, .border_bottom_contact
{
	border-bottom: 2px solid #d41715 ; /* rouge */
}

.border_bottom_agenda
{
	border-bottom: 2px solid #981779 ; /* violet */
}

.border_bottom_les_spectacles
{
	border-bottom: 2px solid #bd690a ; /* beige */
}

.border_bottom_residences
{
	border-bottom: 2px solid #411e5c ; /* bleu */
}

.border_bottom_espace_pro
{
	border-bottom: 2px solid #545758 ; /* gris */
}



.border_bottom_dashed_actualites
{
	border-bottom: 1px dashed #27b1cf ; /* turquoise */
}

.border_bottom_dashed_la_compagnie, .border_bottom_dashed_contact
{
	border-bottom: 1px dashed #d41715 ; /* rouge */
}

.border_bottom_dashed_agenda
{
	border-bottom: 1px dashed #981779 ; /* violet */
}

.border_bottom_dashed_les_spectacles
{
	border-bottom: 1px dashed #bd690a ; /* beige */
}

.border_bottom_dashed_residences
{
	border-bottom: 1px dashed #411e5c ; /* bleu */
}

.border_bottom_dashed_espace_pro
{
	border-bottom: 1px dashed #545758 ; /* gris */
}



.background_color_actualites
{
	background-color: #27b1cf ; /* turquoise */
}

.background_color_la_compagnie, .background_color_contact
{
	background-color: #d41715 ; /* rouge */
}

.background_color_agenda
{
	background-color: #981779 ; /* violet */
}

.background_color_les_spectacles
{
	background-color: #bd690a ; /* beige */
}

.background_color_residences
{
	background-color: #411e5c ; /* bleu */
}

.background_color_espace_pro
{
	background-color: #545758 ; /* gris */
}



.background_image_actualites
{
	background-image: url("ressources/background_actualites.jpg") ; /* turquoise */
	background-repeat: repeat-x ;
}

.background_image_la_compagnie
{
	background-image: url("ressources/background_la_compagnie.jpg") ; /* rouge */
	background-repeat: repeat-x ;
}

.background_image_agenda
{
	background-image: url("ressources/background_agenda.jpg") ; /* violet */
	background-repeat: repeat-x ;
}

.background_image_les_spectacles
{
	background-image: url("ressources/background_les_spectacles.jpg") ; /* beige */
	background-repeat: repeat-x ;
}

.background_image_residences
{
	background-image: url("ressources/background_residences.jpg") ; /* bleu */
	background-repeat: repeat-x ;
}

.background_image_espace_pro
{
	background-image: url("ressources/background_espace_pro.jpg") ; /* gris */
	background-repeat: repeat-x ;
}

.background_image_contact
{
	background-image: url("ressources/background_contact.jpg") ; /* rouge */
	background-repeat: repeat-x ;
}



.color_black
{
	color: #000000 ; /* noir */
}

.color_actualites
{
	color: #27b1cf ; /* turquoise */
}

.color_la_compagnie, .color_contact
{
	color: #d41715 ; /* rouge */
}

.color_agenda
{
	color: #981779 ; /* violet */
}

.color_les_spectacles
{
	color: #bd690a ; /* beige */
}

.color_residences
{
	color: #411e5c ; /* bleu */
}

.color_espace_pro
{
	color: #545758 ; /* gris */
}



.color_hover_actualites:hover
{
	color: #27b1cf ; /* turquoise */
}

.color_hover_la_compagnie:hover, .color_hover_contact:hover
{
	color: #d41715 ; /* rouge */
}

.color_hover_agenda:hover
{
	color: #981779 ; /* violet */
}

.color_hover_les_spectacles:hover
{
	color: #bd690a ; /* beige */
}

.color_hover_residences:hover
{
	color: #411e5c ; /* bleu */
}

.color_hover_espace_pro:hover
{
	color: #545758 ; /* gris */
}



/**
 * web site style
 */

.body_container
{
	text-align: left ;
}

#background_top_right
{
	background-image: url("ressources/background_top_right.jpg") ;
	background-repeat: no-repeat ;
}

#main_menu_elements_container a
{
	color: #ffffff ;
	text-decoration: none ;
}

#main_menu_language_element
{
	font-size: 10px ;
}

#middle_div
{
}

#main_bloc_container
{
	background-color: #ffffff ;
}

#status_bar_container
{
	background-color: #4f3930 ;
	color: #ffffff ;
}

#status_bar_container a
{
	color: #ffffff ;
}

