@charset "utf-8";
/* Entraide pour Hommes Vallée-du-Richelieu */

/* Reset all HTML elements to defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----- End reset ----- */

/* Styles génénéraux */

body {
	background-color: #fff;
	color: #000;
	font: 12px/1.6em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', LucidaSans, Arial, Helvetica, Verdana, Geneva, sans-serif;
}

strong {
	font-weight: bold;	
}

.noindent, ul+p, ol+p {
	text-indent: 0!important;	
}

	/* Liens */
	
a:link {	
	color: rgb(97,5,5);
	text-decoration: none;
}

a:visited {	
	color: rgb(148,100,59);
	text-decoration: none;
}

a:hover {	
	color: rgb(102,102,138);
	text-decoration: none;
}

a:active {	
	color: rgb(102,102,138);
	text-decoration: none;
}

.clearit {
	clear: both!important;
}

/* Entête / logo */

#header-wrapper {
	background: url(../images/header-bgnd.gif) repeat-x;
	height: 116px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header {
	width: 765px;
	margin: 0 auto;
	padding-top: 8px;
}

/* Navigation principale (top) */

#nav-wrapper {
	background: #95643C url(../images/nav-bgnd.gif) repeat-x;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation {
	width: 765px;
	margin: 0 auto;
}

/* Section contenu principal */

#content-wrapper {
	width: 765px;
	margin: 0 auto;
	padding: 0;
}

	/* Navigation secondaire (sections) : colonne de gauche */
	
#sec-content {	
	width: 235px;
	margin: 0 10px 10px 10px;
	float: left;	
	background: #fff url(../images/sec-content-bgnd.jpg) repeat-y;
}

#sec-content h2.section {
	margin: 0;
	padding: 10px;
	background-color: rgb(217,206,132);
	color: rgb(100,51,27);
	font: 20px/1 Georgia, "Times New Roman", Times, serif;
}

#sec-content p {
	margin: 0 10px 0.5em 10px;
}

#sec-content ul {
	margin: 0;
	list-style: outside;
	list-style-type: none;
}

#sec-content ul li {
	font: 16px/1.3em Georgia, "Times New Roman", Times, serif;
		padding: 10px;	
		border-bottom: 1px solid rgb(217,206,132);
}

#sec-content .signet {
	background: #fff url(../images/current-marker-bgnd.jpg) repeat-y;
	border-left: 1px solid rgb(217,206,132);
}

#sec-content ul li a {
	color: rgb(148,100,59);
}

#sec-content ul li a:link {	
	color: rgb(148,100,59);
	text-decoration: none;
}

#sec-content ul li a:visited {	
	color: rgb(51,26,11);
	text-decoration: none;
}

#sec-content ul li a:hover {	
	color: rgb(102,102,138);
	text-decoration: none;
}

#sec-content ul li a:active {	
	color: rgb(102,102,138);
	text-decoration: none;
}

#sec-content .nouveautes {
	margin-top: 41px;
	background: rgb(215,203,123) url(../images/nouveautes-bottom.gif) bottom left no-repeat;
	padding: 0 0 20px 0;
}

#sec-content .nouveautes h3 {
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: rgb(149,100,60);
	color: rgb(255,255,255);
	font: 18px/1 Georgia, "Times New Roman", Times, serif;
}

#sec-content .nouveautes h4 {
	font: 13px/1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: rgb(97,5,5);
	margin: 0 0 0 10px;
}

#sec-content .nouveautes .journal-dilemme img {
	float: right;
	margin: 5px 10px 5px 5px;
}

	/* Contenu : colonne de droite */
	
#main-content {
	width: 510px;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;	
}	

#main-content h1 {
	margin: 10px 10px 0.5em 10px;
	color: rgb(97,5,5);
	font: 22px/1 Georgia, "Times New Roman", Times, serif;
}

#main-content h2 {
	margin: 1em 10px 0.25em 10px;
	color: rgb(155,141,48);
	font: 20px/1 Georgia, "Times New Roman", Times, serif;
}

#main-content h3 {
	margin: 1em 10px 0.25em 10px;
	color: rgb(51,26,11);
	font: 16px/1.3 Georgia, "Times New Roman", Times, serif;
}

#main-content p {
	margin: 0 10px 0.25em 10px;
	text-align: justify;
}

#main-content p+p {
	text-indent: 2em;
}

#main-content ul {
	margin: 1em 30px 1em 30px;
	list-style-type: disc;
	list-style: outside;
}

#main-content ol {
	margin: 1em 30px 1em 30px;
	list-style-type: decimal;
	list-style: outside;
}

#main-content ul li, #main-content ol li {
	margin-left: 20px;
}

#main-content .historique, #main-content .communication {
	margin-bottom: 10px;
	text-indent: 0;
}

#main-content .equipe {
	line-height: 1.6em;
	list-style-type: circle;
}

#main-content .equipe .nom {
	color: rgb(97,5,5);
	font-weight: bold;
}

#main-content .communication .titre {
	color: rgb(155,141,48);
	font-weight: bold;
}

#main-content .info-contact {
	color: rgb(155,141,48);
	font-weight: 600;
}

#main-content .teaser {
	margin: 1em 0 1em 10px;
	text-indent: 0;
	text-align: left;
	font: 14px/1.6 Georgia, "Times New Roman", Times, serif;
	color: rgb(155,141,48);
	font-weight: bold;
}

#main-content .teaser strong {
	font: 20px/1.5 Georgia, "Times New Roman", Times, serif;
	color: rgb(51,26,11);
	font-weight: bold;
}

#main-content p.toTop {
	text-indent: 0!important;
	text-align: right;
	margin: 10px 0 10px 0;
	clear: both;
}

#main-content .imgFloatRight {
	float: right;
	margin: 5px 0 5px 10px;
}

#main-content .imgFloatLeft {
	float: left;
	margin: 5px 10px 5px 10px;
}

#main-content #forfaits-publicite {
	border: none;
	width: 100%;
	border-collapse: collapse;
	margin: 10px;
}

#main-content #forfaits-publicite caption {
	text-align: center;
	font-weight: bold;
	color: rgb(148,100,59);
	padding: 0 0 10px 0;
}

#main-content #forfaits-publicite th {
	border: 1px solid rgb(98,5,5);
	width: 25%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-color: rgb(217,206,132);
}

#main-content #forfaits-publicite td {
	border: 1px solid rgb(98,5,5);
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

#main-content #forfaits-publicite tr:first-child th:first-child {
	border: none;
	background-color: transparent;
}

#main-content fieldset {
	margin: 0 10px 10px 10px;
	padding: 20px;
	line-height: 1.6em;
	border: 1px solid rgb(98,5,5);
}

#main-content fieldset legend {
	margin: 1em 10px 0.25em -10px;
	padding: 2px;
	color: rgb(155,141,48);
	font: 18px/1 Georgia, "Times New Roman", Times, serif;
}

#main-content label {
	color: rgb(98,5,5);
	font-weight: bold;
}

#main-content input[type=text],  #main-content textarea {
	background-color: rgb(245,243,224	);
	border: 1px solid rgb(217,206,132);
	margin-bottom: 10px;
}

#main-content input[type=submit], #main-content input[type=reset] {
	margin: 0;
	padding: 0;
}

#main-content form p {
	margin: 0 0 10px 0;
}

#main-content .hp {
	visibility: hidden;
	display: none;
}

#main-content .info-adresse {
	width: 250px;
	float: left;
}

#main-content .info-adresse strong.ville {
	color: rgb(52,7,10);
	font-weight: bold!important;
	font-size: 14px!important;
}


#main-content #inscrTriathlon {
	margin: 0.25em 0 0.25em 10px!important;
	border-top: 1px solid rgb(155,141,48);
	border-left: 1px solid rgb(155,141,48);
}

#main-content #inscrTriathlon th {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	padding: 10px;
	background-color: rgb(217,206,132);
	color: rgb(100,51,27);
	border-right: 1px solid rgb(155,141,48);
	border-bottom: 1px solid rgb(155,141,48);
}

#main-content #inscrTriathlon td {
	padding: 10px;
	border-right: 1px solid rgb(155,141,48);
	border-bottom: 1px solid rgb(155,141,48);
	vertical-align: middle;
	line-height: 1;
}

#main-content #inscrTriathlon td .frmLabel {
	font-weight: bold;
}

#main-content #inscrTriathlon td input {
	margin: 0!important;
}

#main-content #calendrier {
	margin: 1em 0 0.25em 10px!important;
	border-top: 1px solid rgb(155,141,48);
	border-left: 1px solid rgb(155,141,48);
}

#main-content #calendrier th {
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	padding: 10px;
	background-color: rgb(217,206,132);
	color: rgb(100,51,27);
	border-right: 1px solid rgb(155,141,48);
	border-bottom: 1px solid rgb(155,141,48);
}

#main-content #calendrier td {
	padding: 10px;
	border-right: 1px solid rgb(155,141,48);
	border-bottom: 1px solid rgb(155,141,48);
	vertical-align: middle;
	line-height: 1;
	vertical-align: top;
	width: 33%;
}

#main-content #calendrier td p {
	margin: 0 0 0.75em;
	text-indent: 0;
	text-align: left;
	line-height: 1.5em;
}

#main-content #calendrier td p .ville {
	font-weight: bold;
	color: rgb(97,5,5);
}
	
/* Pied de page */

#footer-wrapper {
	clear: both;
	background: rgb(223,185,121);
	border-top:  1px solid rgb(52,7,10);
	border-bottom: 1px solid rgb(52,7,10);
}

#footer {
	width: 765px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: transparent;
}

#footer #footer-nav {
	padding: 0.75em 0 0.75em 0;
	border-bottom: 1px solid rgb(98,5,5);
	margin: 0 0 3px 0;
	letter-spacing: 0.15em;
	word-spacing: 0.3em;
	line-height: 2em;
	text-align: center;
}

#footer #footer-nav a {
	font-size: 12px;
	font-weight: bold;
}

#footer #footer-info {
	padding: 5px 0 5px 0;
	border-top: 1px solid rgb(98,5,5);
	margin: 0;
}

#footer #footer-info .info-adresse {
	width: 200px;
	float: left;
}

#footer #footer-info #info-copyright {
	width: 350px;
	float: right;
	text-align: right;
}

#footer #footer-info #info-copyright  .attribution {
	margin-top: 10px;
}

#footer #footer-info #info-copyright  .attribution img {
	vertical-align: text-top;
}