/* Specific rendering */
.h1_default {
	font-family: Calibri, Garamond, Arial;
	font-size: 11pt;
	font-style: normal;
	text-align:justify;
}

.h2_default {
	font-family: Calibri, Garamond, Arial;
	font-size: 11pt;
	font-style: normal;
	text-align:justify;
}

.object_position {
	text-align: center;
}

.images_position {
	text-align: center;
}

.images_rendering {
	border-style: solid ; 
	border-color: #FFFFFF;
}

.highlights {
	font-weight: bold;
}

#links_edit_page {
	font-weight: bold;
	color: #FFFFFF;	
    text-decoration: underline;
}

.links {
	font-weight: bold;
	color: #FFFFFF;	
    text-decoration: underline;
}


#links_confirm {
	font-weight: bold;
	color: #FFFFFF;	
    text-decoration: underline;
}

.news {
	color: #FFFFFF;
	font-weight: bold;
    background-color: #A59987;
	border: 1px solid white; 
	border-collapse: collapse;
	cellpadding: 4;
	width: 70%; 
	margin-left: 15%; 
	margin-right: 15%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;	
}

.text_news {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
}

.form_container {
	background-color: #FFFFFF; /* fond de la page */		
	color: #000000; /* couleur du texte */	
	font-family: Calibri, Garamond, Arial;
	font-size: 11pt;
	font-style: normal;
}

.form_message {
	height:auto;
	color:white;
	font-weight: bold;
	background-color: #A59987;
	border-collapse: collapse;
	width:auto;
	margin-left:5%;
	margin-right: 5%;
	text-align: center;
	border-with: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.message {
	height:auto;
	color:white;
	font-weight: bold;
	background-color: #A59987;
	border-collapse: collapse;
	width:auto;
	margin-left:5%;
	margin-right: 5%;
	text-align: center;
	border-with: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.img_in_text_rendering {
	border: 0;
	vertical-align: middle;
}

.top_logo_rendering {
	/* nothing to do here */
} 

.logo_right {
	float: right;
} 

/* End of specific rendering */