body, table
{
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-family: Arial;
}

body
{
	background-image: url(../images/commons/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #2F71B1;	
}

img
{
	border: 0;
}

a:link,
a:hover,
a:active,
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#main_col
{	
	width: 1002px;
}

#main_top
{
	position: relative;
	/*
	background-image: url(../images/commons/main_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	*/
}

#banner
{
	/*padding-left: 190px;*/
	padding-left: 80px;
}

#banner_button
{
	text-align: right;
	padding-right: 25px;
}

#main_center
{
	/*background-image: url(../images/commons/main_center.png);
	background-repeat: repeat-y;
	background-position: top center;*/
	width: 1002px;
}
#main_inner
{
	padding: 0 8px 0 7px;
}

#main_bottom
{
	background-image: url(../images/commons/main_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1002px;
	height: 32px;
}


#main
{
	clear: both;
/*	background-image: url(../images/commons/main_center.png);
	background-repeat: repeat-y;
	background-position: top center;
	border: 1px solid red;
*/
	background-color: #FFF;
}

.zoom_left,
.zoom_right
{
	width: 182px;
	padding-top: 7px;
}


h1
{
	margin: 0;
	margin-bottom: 10px;
	font-size: 20pt;
	color: #AAA;	
	border-bottom: 1px solid #AAA;
}

/*==========================*/
/* MessageReturn		    */
/*==========================*/
/*
.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ position: absolute; top: 300px; left: 50%; margin-left: -150px; width: 300px; padding: 30px 0; text-align: left; font-size: 10pt; font-weight: bold; }
*/
.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ padding: 15px 0; text-align: center; font-size: 10pt; font-weight: bold; }

.messagereturn_success { background-color: #FFD;  border: 1px solid #000; color: #000; background-image:url(../commons/message_left_info.gif);  background-position: left; background-repeat: no-repeat; padding-left: 40px; }
.messagereturn_admin   { background-color: #FFC;  border: 1px solid #000; color: #000; background-image:url(../commons/message_left_admin.gif); background-position: 15px; background-repeat: no-repeat; padding-left: 40px; font-weight: bold;}
.messagereturn_error   { background-color: #FFF;  border: 1px solid #989898; color: #000; background-image:url(../images/commons/message_left_nok.gif); background-position: left; background-repeat: no-repeat;  padding-left: 60px; text-align: left;}
.messagereturn_noright { background-color: #FFD;  border: 2px solid #CCC; color: #C00; background-image:url(../commons/message_left_noright.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_info    { background-color: #FFD;  border: 1px solid #000; color: #009; background-image:url(../commons/message_left_info.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}

.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ 
	border-top: 0;
	border-left: 0;
	border-right: 0;
}


/*
.messagereturn_buttonclose { display: block; position: absolute; top: 0; right: 0; margin: 5px; }
.messagereturn_success, .messagereturn_error, .messagereturn_noright, .messagereturn_info, .messagereturn_admin
{ position: absolute; z-index:99; margin: 10px; padding: 25px; bottom: 0px; right: 0px; width: 300px; font-size: 9pt; text-align: center; -moz-border-radius: 5px;}

.messagereturn_success { background-color: #FFD;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_info.gif);  background-position: left; background-repeat: no-repeat; padding-left: 40px; }
.messagereturn_admin   { background-color: #FFC;  border: 1px solid #000; color: #000; background-image:url(../images/message_left_admin.gif); background-position: 15px; background-repeat: no-repeat; padding-left: 40px; font-weight: bold;}
.messagereturn_error   { background-color: #FEE;  border: 2px solid #A00; color: #900; background-image:url(../images/message_left_nok.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_noright { background-color: #FFD;  border: 2px solid #CCC; color: #C00; background-image:url(../images/message_left_noright.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
.messagereturn_info    { background-color: #FFD;  border: 1px solid #000; color: #009; background-image:url(../images/message_left_info.gif); background-position: left; background-repeat: no-repeat;  padding-left: 40px;}
*/

/**********************************************
 * Error
 **********************************************/
.error_bloc
{
	border: 1px solid #000;
	background-color: #FFF;
	padding: 50px 20px;
	text-align: center;
	color: #777;
}
.error_title
{
	font-size: 50pt;
	color: #A00;
}
.error_subtitle
{
	font-size: 15pt;
	color: #A00;
}
.error_description
{
	font-size: 8pt;
}
.error_link:link,
.error_link:hover,
.error_link:active,
.error_link:visited
{
	color: #777;
	font-size: 8pt;
}



.nopicture_type_fullsize,
.nopicture_type_preview,
.nopicture_type_type1,
.nopicture_type_type2,
.nopicture_type_type3,
.nopicture_type_type4,
.nopicture_type_type5,
.nopicture_type_type6,
.nopicture_type_type7,
.nopicture_type_type8,
.nopicture_type_type9,
.nopicture_type_type10 
{ 
	background-color: #FAFAFA;
	border: 1px solid #EEE;	
}
.nopicture_type_fullsize { width: 800px; height: 600px; }
.nopicture_type_preview { width: 120px; height: 70px; }
.nopicture_type_type1 { width: 40px; height: 30px; }
.nopicture_type_type2 { width: 80px; height: 60px; }
.nopicture_type_type3 { width: 150px; height: 112px; }
.nopicture_type_type4 { width: 200px; height: 150px; }
.nopicture_type_type5 { width: 260px; height: 195px; }
.nopicture_type_type6 { width: 320px; height: 240px; }
.nopicture_type_type7 { width: 400px; height: 300px; }
.nopicture_type_type8 { width: 512px; height: 358px; }
.nopicture_type_type9 { width: 540px; height: 405px; }
.nopicture_type_type10 { width: 700px; height: 525px; }


/**********************************************
 * Pied de page
 **********************************************/
.footer_bloc
{
	margin: 15px 20px;
	color: #B3D3EF;
	font-size: 8pt;
	text-align: justify;
}

.footer_bloc ul,
.footer_bloc li
{
	margin: 0;
	padding: 0;
}
.footer_bloc ul
{
	padding-left: 15px;
}

.footer_bloc a:link,
.footer_bloc a:hover,
.footer_bloc a:active,
.footer_bloc a:visited
{
	color: #B3D3EF;
	font-size: 8pt;
}
.footer_bloc .footer_title
{
	display: inline;
	color: #FFF;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.footer_column_left
{
	border-right: 1px solid #2D5392;
	padding: 10px 10px;
}
.footer_column_right
{
	border-left: 1px solid #5A98CF;
	padding: 10px 10px;
}

.footer_realisation
{
	color: #FFF;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px 10px;
}
.footer_realisation a:link,
.footer_realisation a:hover,
.footer_realisation a:active,
.footer_realisation a:visited
{
	color: #B3D3EF;
	font-size: 8pt;
	font-weight: normal;
}

.fianet_text
{
	padding: 10px 5px;
	font-family: Georgia;
	font-weight: bold;
	font-size: 9pt;
	color: #B40E2A;
}