/* ************************************************************************
		CSS RESET
************************************************************************ */
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: black;
	background: #c2e4f9 url(/images/layout/background.jpg) top center no-repeat;
}
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: "" "";
}

/* ************************************************************************
		SITE CSS
************************************************************************ */
#header {
	width: 969px;
	margin: 0px auto;
}
#header object, #header embed {
	display: block;
}
#flash_banner {
	margin: 20px auto 0;
	text-align: center;
}
#midpage_icons {
	height: 109px;
	width: 969px;
	background-color: #29334d;
	border-top: 2px solid white;
}
#midpage_icons .icons {
	margin: 15px 10px;
	float: left;
	text-align: center;
}
#midpage_icons .icons img, #midpage_icons iframe {
	display: block;
	height: 49px;
	padding-bottom: 10px;
}
#midpage_icons .icons a {
	text-decoration: none;
	color: #00c4ff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 80%;
}
#midpage_icons .icons a:hover {
	color: white;
}
#footer {
	clear: both;
	width: 949px;
	margin: 0px auto;
	background-color: #2a334d;
	color: white;
	text-transform: uppercase;
	height: 15px;
	padding: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer a {
	padding: 10px;
	color: white;
	text-decoration: none;
	font-size: 80%;
}
#footer a:hover {
	color: #00c4ff;
}
#copyright {
	width: 969px;
	margin: 0px auto;
	font-size: 80%;
	padding-top: 6px;
}
#main {
	width: 972px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: right;
}
.mainbox {
	background: url(/images/layout/maincontent-background.gif) top left repeat-y;
	position:relative;
}
.subbox {
	background: url(/images/layout/subcontent-background.gif) top left repeat-y;
}
.mainbox img.border, .subbox img.border {
	display: block;
}
.mainbox img.bottom {
	position: absolute;
	bottom: 0px;
}
#rightcol {
	width: 315px;
	float: right;
	padding-right: 10px;
	padding-bottom: 30px;
	z-index: 500;
}
#sidebanner {
	padding: 5px;
}
.mainbox {
	margin-top: 10px;
	min-height: 530px;
	height:auto !important;
  	height:530px;
	padding-bottom: 20px;

	width: 640px;
}
.accueil {
	min-height: 50px !important;
	text-align: justify;
}
.mainbox h1, .subbox h1 {
	margin-left: 15px;
	font-size: 1px;
	color: white;
	height: 44px;
	border-bottom: 1px solid #2a334d;
}
.mainbox img {
	padding-right: 8px;
}
.mainbox h1 {
	width: 600px;
}
.subbox h1 {
	width: 280px;
}
.subbox h2 {
	width: 280px !important;
}
h1#actualite {
	background: white url(/images/titles/actualite.gif) top left no-repeat;
}
h1#editorial {
	background: white url(/images/titles/editorial.gif) top left no-repeat;
}
h1#chronique {
	background: white url(/images/titles/chronique.gif) top left no-repeat;
}
h1#plandusite {
	background: white url(/images/titles/plandusite.gif) top left no-repeat;
}
h1#commentaires {
	background: white url(/images/titles/commentaires.gif) top left no-repeat;
}
h1#concours {
	background: white url(/images/titles/concours.gif) top left no-repeat;
}
h1#bd {
	background: white url(/images/titles/bd.gif) top left no-repeat;
}
h1#pub {
	background: white url(/images/titles/publicite.gif) top left no-repeat;
}
h1#photos {
	background: white url(/images/titles/photos.gif) top left no-repeat;
}
h1#contact {
	background: white url(/images/titles/contact.gif) top left no-repeat;
}
h1#annonces {
	background: white url(/images/titles/annonces.gif) top left no-repeat;
}
h1#identification {
	background: white url(/images/titles/identification.gif) top left no-repeat;
}
h1#hebdomadaire {
	background: white url(/images/titles/radar.gif) top left no-repeat;
}
h1#abonnement {
	background: white url(/images/titles/abonnement.gif) top left no-repeat;
}
.mainbox h2,.subbox h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 15px;
}
.mainbox p {
	width: 600px;
	margin: 10px 15px;
	font-size: 95%;
	text-align: justify;
}
.subbox p {
	width: 280px;
	margin: 10px 15px;
	font-size: 95%;
}
.mainbox a, .subbox a {
	color: #2a334d;
	text-decoration: underline;
	font-weight: bold;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
.subcontent {
	padding-top: 25px;
	width: 640px;
	text-align: justify;
}
.subcontent img {
	padding-right: 2px;
}
.indent {
	margin-left: 20px;
}
#header .frm label {
	color: white;
}
.frm {
	padding-top: 25px;
}
.frm div {
	clear: left;
}
.frm label {
	display: block;
	width: 150px;
	padding-right: 15px;
	text-align: right;
	float: left;
}
.frm input[type="text"], .frm input[type="password"] {
	width: 200px;
}
.frm #buttons {
	text-align: center;
}
.error {
	font-weight: bold;
	color: red;
}
strong {
	font-weight: bold;
}
#issuelist li {
	margin-left: 25px;
	line-height: 20px;
}