html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family : Arial;
	font-size: 9pt;
	color: black;
}

body
{
	background: #0d223d url(../images/fondsite.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

#corps
{
	margin: auto;
	width: 900px;
	background: white;
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 22px;
	/*border-shadow: 0px 0px 15px rgba(255,255,255,0.5);*/
}
#logo
{
	margin: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
	font-size: 20pt;
	font-family: 'BankGothic Md BT','BankGothic','Arial';
}
#logo a
{
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#logo img
{
	margin: 0;
	padding: 0;
}

/* bandeau du menu en haut */
#menu
{
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	text-transform: uppercase;
	/*background: url(../media/point.png) repeat-x;*/
	/*border-top: 2px dashed #c0c0c0;*/
	font-family : Arial,Sans-Serif;
	font-weight: normal;
	font-size: 9pt;
	letter-spacing: 2px;
	background: #0d233d;
	height: 10px;
	line-height: 8px;
}

#menu a:link, #menu a:visited
{
	display: block;
	text-decoration: none;
	border: 0;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 12px;
	margin-right: 12px;
}

/* couleur html prune : #811453, soir en rgb : 129,20,83 */
#menu a:hover, #menu a:hover
{
	border: 0;
	/*box-shadow: 0px 0px 2px rgb(240,240,240);*/
}

/* alignement des liens du menu */
#menu a.g, #menu a.gactif
{
	float: left;
}

#menu a.d, #menu a.dactif
{
	float: right;
}

/* couleurs des liens du menu */
#menu a.g:link, #menu a.g:visited
{
	color: white;
}
#menu a.g:active, #menu a.g:hover
{
	color: #2b5e7d;
}

#menu a.d:link, #menu a.d:visited
{
	color: white;
}
#menu a.d:active, #menu a.d:hover
{
	color: #2b5e7d;
}

/* liens des pages sélectionnées */
#menu a.gactif, #menu a.dactif
{
	color: #016e86; /* bleu plus clair : #3c9eb9*/
	cursor: default;
}

#contenu
{
	min-height: 520px;
}

#contenu p
{
	font-family : Arial;
	font-size: 8pt;
	margin-top: 0px;
}

#contenu p.§, #contenu p.§§
{
	text-align: justify;
	line-height: 18px;
}

#contenu p.§§:first-letter
{
	padding-left: 1pt;
	padding-right: 1px;
	font-size: 26pt;
	color: #800000;
	font-weight: bold;
	line-height: 18px;
}

#contenu h1
{
	font-family : 'Lucida Console';
	font-size: 11pt;
	color: #800000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

#contenu h2
{
	font-family : 'Lucida Console';
	font-size: 11pt;
	color: #4e4e4e;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}

#contenu h2.gros
{
	font-size: 13pt;
}

#contenu h3
{
	font-family : 'Lucida Console';
	font-size: 10pt;
	color: #31849b;
	text-align: left;
	margin-bottom: 11px;
	font-weight: normal;
}

#contenu h3.colonne1
{
	margin-top: 14px;
}

#contenu h3.colonne2
{
	margin-top: 18px;
}


#contenu .mentionelegales p.§,
#contenu .mentionelegales p.§§
{
	font-size: 8pt;
}

#contenu .mentionelegales h3
{
	font-size: 9pt;
}

span.bleu
{
	color: #31849b;
}

#pied
{
	margin: auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8pt;
	/*background: url(../media/point.png) repeat-x;*/
	font-size: 8pt;
	/*font-style: italic;*/
	color: white;
	margin-top: 10px;
}

#contenu a:link, #contenu a:visited
{
	color: #0d233d;
	text-decoration: none;
}
#pied a:link, #pied a:visited
{
	color: white;
	text-decoration: none;
}
#contenu a:active, #contenu a:hover
{
	color: #0d233d;
	text-decoration: none;

}
#pied a:active, #pied a:hover,
#pied a.actif
{
	color: white;
	text-decoration: none;

}

/*
	FORMULAIRES
*/

input, textarea, select, option
{
	color: #373737;
	background: #f2f2f2;
	border: 0;
	font-family : Arial;
	font-size: 9pt;
	padding: 3px;
}

input.contact
{
	width: 220px;
}

textarea.contact
{
	width: 400px;
	height: 250px;
}

input.envoi
{
	background: #f2f2f2;
	border: 1px solid #d2d2d2;
	cursor: pointer;
}

table
{
	margin: auto;
	border-collapse: collapse;
}

table.vignettes,
table.photo
{
	margin: auto;
	border: 0;
}

table.vignettes td.image,
table.photo td.image
{
	text-align: center;
	vertical-align: middle;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}


table.vignettes td.image img
{
	max-width: 100px;
	max-height: 100px;
	/*box-shadow: 0px 0px 2px #bcbcbc;*/
}

table.vignettes td.image
{
	width: 100px;
	height: 100px;
}

table.vignettes td.image a:link img,
table.vignettes td.image a:visited img
{
	opacity: 0.8;
	filter: alpha(opacity=80); 
	-moz-opacity : 0.8; 
}

table.vignettes td.image a:active img,
table.vignettes td.image a:hover img
{
	opacity: 1;
	filter: alpha(opacity=100); 
	-moz-opacity : 1; 
}

span.fleche
{
	font-size: 12pt;
	color: #800000;
}

span.flecheinvisible
{
	font-size: 12pt;
	color: #c8c8c8;
	cursor: default;
}