/* CSS for Robert Boivin temps page */
/* Copyright Natmark-Concept - 2009 */

body {
	margin: 10px;
	text-align:center; /* Hack for IE5/Win */
	font-family: Verdana, Geneva, Arial, sans-serif;;
	font-size: 11px;
	line-height: 18px;
	background-color: #B3ADA1;
	color: #303030;
	}

#wrapper {
	width:932px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	}

.language { text-align: right; color: #B3ADA1; background-color: #ffffff; margin-top: 0px; padding-top: 0px; }
a.language:link, a.language:visited { color: #B3ADA1; background-color: #ffffff; font-weight: normal; text-decoration: none }
a.language:hover, a.language:active { color: #B3ADA1; background-color: #ffffff; font-weight: normal; text-decoration: overline }

#content { padding: 10px 20px 10px 20px; background-color:#ffffff; color: #000000; text-align: justify; }
#content a:link, #content a:visited, #content a:active { color: #303030; background-color: #ffffff; font-weight: normal; text-decoration: underline }
#content a:hover { color: #303030; background-color: #ffffff; font-weight: normal; text-decoration: overline }
#content a.small:link, #content a.small:visited, #content a.small:active { color: #303030; background-color: #ffffff; font-weight: normal; font-size: 10px; text-decoration: underline }
#content a.small:hover { color: #303030; background-color: #ffffff; font-weight: normal; font-size: 10px; text-decoration: overline }
#content h1 { font-size: 14px; font-weight: bold; }
#content h2 { background-image: url(images/bkg-titles.gif); background-position: left; background-repeat: no-repeat; font-size: 12px; font-weight: bold; margin-bottom: 0px; padding: 2px 0px 4px 20px; margin-left: -20px; margin-right: -20px; }
#content .nomargintop { margin-top: 4px; }

/* Footer */
#footer { background-color: #B3ADA1; color: #303030; font-size: 10px; text-align: center; margin-top: 0px; }
#footer a:link, #footer a:visited { background-color: #B3ADA1; color: #303030; text-decoration: none; }
#footer a:hover, #footer a:active { background-color: #B3ADA1; color: #303030; text-decoration: overline; }
