﻿/*
	Auteurs					: Julien Le Cornec & Ookah Design
	Société					: Sophiassur
	Date de création		: 29 mars 2011
	Dernières modifications	: 26 juillet 2013

	Note :
		Feuille de style utilisée pour le site de Sophiassur.
*/

/* Styles des balises HTML
--------------------------------------------------------------------------*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #525252;
	background-color: #FFFFFF;
}

body.chasse-gros-gibier {
	background-image: url('Images/bg-chasse-gros-gibier.jpg');
	background-repeat: no-repeat;
}

body.chasse-canard {
	background-image: url('Images/bg-chasse-canard.jpg');
	background-repeat: no-repeat;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #9E0631;
	text-align: center;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 11pt;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #3366CC;
	text-decoration: none;
}

hr {
	color: #333333;
}

ul li {
	margin-top: 0.5em;
}

table {
	border-collapse: collapse;
}


/* Styles de la structure des pages
--------------------------------------------------------------------------*/
#header {
	background-image: url('Images/header.jpg');
	background-repeat: no-repeat;
	height: 225px;
}

#main {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
	min-height: 600px;
	background-image: url('Images/bg-content.png');
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}

div#menu {
	border-style: none;
	width: 240px;
	padding-top: 10px;
	float: left;
}

div#menu ul {
	padding: 0px;
	margin: 0em 0px 1em 0px;
}

div#menu li {
	padding: 0px;
	margin-left: 1em;
	list-style-type: none;
}

div#infos {
	border-style: none;
	width: 240px;
	padding-top: 20px;
	float: right;
}

div#central {
	/*background: #f6f6f6;*/
	border-style: none;
	margin-left: 240px;
	/*margin-right: 229px;*/
	width: 516px;
}

#texte_central {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
}

#footer {
	padding: 10px;
	text-align: center;
	font-size: 9px;
	border-top: 1px solid #444444;
	color: #9E0631;
	background-color: #FFFFFF;
}


/* Styles divers
--------------------------------------------------------------------------*/
.bottom-right-effect {
	background-image: url('Images/fond_home.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

.navigation a {
	color: #525252;
	text-decoration: none;
}

.navigation a:hover {
	color: #3366CC;
}

.navigation span {
	display: block;
	font-weight: bold;
	font-size: larger;
	color: #9E0631;
}

hr.light {
	width: 70%;
	color: #000000;
	height: 1px;
}

.context-bold {
	color: #525252;
	font-weight: bold;
}

.sa-color {
	color: #9E0631;
	font-weight: bold;
}

.sa-chrome {
	background-image: url('Images/info.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.mail {
	background-image: url('Images/contact.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
}

.puce {
	background-position: left center;
	background-image: url('Images/puce.png');
	background-repeat: no-repeat;
	padding-left: 0.7em;
}

.lien-bouton {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
	border: 1px solid #003366;
	padding: 5px;
}

.lien-bouton:hover {
	background-color: #4986C2;
	text-decoration: none;
}

.lien-dl {
	background-image: url('Images/Download.gif');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
	padding-left: 28px;
	display: inline-block;
}

.information {
	background-color: #FFFFE6;
	border: 1px solid #FF9900;
	padding: 10px;
	border-radius: 10px;
}


/* Styles utilisés pour la manipulation des listes (<ul>)
--------------------------------------------------------------------------*/
ul.right-nav {
	padding: 0px 0px 0px 1em;
	margin: 0px;
}

ul.right-nav li {
	padding: 1em;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C4C4C4;
	list-style-type: none;
}

ul.sous-fiche {
	list-style-image: url('Images/minipuce.png');
	color: #000000;
}

ul.fiche {
	padding-left: 0px;
	margin-left: 0px;
}

ul.fiche li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul li.activelink {
	list-style-image: url('Images/puce_rouge_tri.png');
}

ul.subMenu {
	list-style-image: url('Images/puce_rouge_tri.png');
	text-decoration: none;
	padding-left: 1em;
	margin-left: 0px;
}

ul.subMenu li h4 {
	margin-bottom: 0px;
}

ul.navigation {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
	line-height: 160%;
}

ul.simple {
	padding-left: 0px;
	margin-left: 0px;
}

ul.simple li {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0.5em;
	list-style-image: none;
}


/* Styles pour les programmes d'assistance de validation
--------------------------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}


/* Styles pour les programmes d'assistance d'éditeur et d'affichage
--------------------------------------------------------------------------*/
.display-form-line, .editor-form-line {
	margin-bottom: 10px;
	margin-top: 10px;
}

.display-label, .editor-label, .display-field, .editor-field {
	padding: 5px;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}


/* Styles pour les panneaux
--------------------------------------------------------------------------*/
.panneau {
}

.panneau .titre {
	padding: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	font-size: 14pt;
	font-weight: bold;
}

.panneau .contenu {
	padding: 10px;
}


/* Styles des boutons
--------------------------------------------------------------------------*/
.btn-get {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.btn-get:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.btn-get:active {
	position:relative;
	top:1px;
}


/* Styles de la section "Golf du Prieuré"
--------------------------------------------------------------------------*/
#gdp {
	padding: 10px;
	border: 1px solid #EAEAEA;
	margin: 20px auto auto auto;
	width: 800px;
	border-radius: 5px;
}


/* Styles de la section "Chasse à la Gravette"
--------------------------------------------------------------------------*/
#cgravette {
	padding: 10px;
	border: 1px solid #003300;
	margin: 300px auto auto auto;
	width: 400px;
	border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
}


/* Styles de la section "Comité"
--------------------------------------------------------------------------*/
.fcom table {
	margin-right: auto;
	margin-left: auto;
}

.fcom thead {
	background-color: #0066CC;
	color: #FFFFFF;
	font-weight: bold;
}

.fcom tfoot {
	font-weight: bold;
	font-style: italic;
}

.fcom td, .fcom th {
	border: 1px solid #000000;
	padding: 5px;
}


/* Styles de la section "Invitation"
--------------------------------------------------------------------------*/
body.invitation {
	background-color: #F9F9F9;
}

#invitation {
	margin-top: 1em;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#invitation .bloc {
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	background-color: #FFFFFF;
	border-radius: 1em;
}

#invitation .bann {
	background-repeat: no-repeat;
	background-position: center center;
}

#invitation .golf {
	background-image: url('Images/bann-golf.jpg');
	height: 256px;
}

#invitation .canard {
	background-image: url('Images/bann-canard.jpg');
	height: 256px;
}

#invitation .gros {
	background-image: url('Images/sanglier.jpg');
	height: 256px;
}

#invitation .vernissage {
	background-image: url('Images/bg-vern.png');
	height: 496px;
}