html, body {
	margin: 0;
	padding: 0;
	background: url('images/background.png') repeat #cacaca top center;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

div#body2 {
	width: 870px;
	margin: 0 auto;
	padding: 2px 0 !important;
	padding: 2px 0;
	text-align: left;
	background: url('images/background_body.png') white repeat-y top center;
}

div#head {
	width: 823px;
	height: 151px;
	margin: 5px auto !important;
	margin: 5px 22px;
	padding: 0;
	background: url('images/background_titre.png') no-repeat top center;
}

h1 {
	margin: 0px;
	padding-top: 12px;
	padding-left: 16px;
	padding-bottom: 3px;
	font-size: 1.5em;
	font-style: italic;
	color: #bb3300;
}

p#h1-subtitle {
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}


/* Menu */

dl#menu {
	width: 175px;
	position: absolute;
	margin: -25px 0 0 777px !important;
	margin: -25px 0 0 750px;
}

dl#menu dt {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0.8em 0 0 0;
	background: url('images/background_titre-menu.png') no-repeat top center;
	text-indent: 40px;
	font-weight: bold;
	color: #5386b3;
	font-size: 0.8em;
}

dl#menu dd {
	width: 100%;
	margin-top: -0.6em !important;
	margin: 0;
	padding: 0;
	background: url('images/background_menu.png') repeat-y top center;
}

dl#menu dd ul {
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	background: url('images/background_footer-menu.png') no-repeat bottom center;
}

dl#menu dd ul li {
	width: 100%;
	list-style-type: none;
	text-align: center;
}

dl#menu dd ul li a {
	color: #218da7;
	font-size: 0.8em;
	text-decoration: none;
}

dl#menu dd ul li a:hover {
	font-weight: bold;
}


/* Content */

#content {
	margin: -40px 100px 0 27px;
	padding: 0;
	text-align: justify;
}

#content h2 { 
	width: 735px;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	border: solid #f9a542;
	border-width: 0 0 1px 3px;
	color: #f9a542;
	font-weight: bold;
	text-indent: 10px;
	font-size: 0.9em;
}

#content h2:first-letter {
	color: #35b9ea;
}

#content p.info_post {
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 0.7em;
	font-style: italic;
	color: #977d28;
}

#content p.post_com {
	margin: 4px 0 35px 0;
	padding: 0;
	font-size: 0.6em;
	color: #f9a542;
	font-weight: bold;
}

#content p.post_com a, #content p.post_com a:hover {
	color: #f9a542;
	font-weight: bold;
	text-decoration: none;
}

#content p.post_com a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 0.8em;
}

#content p.error {
	color: red;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color : #fff4ee;
	padding: 4px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffddcc;
}

#content a {
	color: #6666ff;
	text-decoration: none;
}

#content a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* Footer */

div#footer {
	width: 836px;
	height: 83px;
	margin: 0 0 0 16px;
	padding: 0;
	background: url(images/background_footer.png) no-repeat bottom center;
}

p#footer {
	padding-top: 90px;
	text-align: center;
	font-size: 0.6em;
}


/* Form */

table.form {
	width: 100%;
	background-color: #ececec;
	padding: 4px;
}

p.oform {
	color: red;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

p.form {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

.field {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	font-size: 12px;
	color: #222222;
	margin: 0px;
	padding: 2px;
}

.submit
{
	border-width: 1px;
	border-style: solid;
	border-color: #444499;
	background-color: #cce8ff;
	font-size: 12px;
	color: #444499;
}


/* Partner row */

div.partner_row {
	margin-top: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccf;
	background-color: #eeeeff;
}

div.partner_row p.title {
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 6px;
}

div.partner_row p.subtitle {
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 6px;
	color: #6666ff;
}

div.partner_row a {
	font-weight: bold;
	font-size: 14px;
}

div.partner_row a.url {
	font-weight: normal;
	font-size: 10px;
}

div.partner_row p.description {
	color: #000;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 6px;
}

div.partner_row img.uploads {
	margin: 4px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #ddddff;
}


/* Partner page */

div.partner_pages {
	margin-top: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccf;
	background-color: #eeeeff;
}

div.partner_pages p {
	margin: 3px;
	padding: 0px;
	margin-left: 6px;
	color: #000000;
}

div.partner_pages a.url {
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}

div.partner_pages a.url:hover {
	font-weight: normal;
	color: #ff0000;
}
