/*
Theme Name: ORBS Patria Nostra
Description: Theme du site - ne pas modifier
Version: 1.0
Author: Julien PASQUET
Author URI: http://www.julienpasquet.net
*/

*{ margin:0; padding: 0;}

body{
	background: #498D89;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial; font-size: 13px; color: #222222;
	line-height:15px;
}

img{ border: 0;}
a { font-weight: bold; font-size: 13px; color:#7D001E; text-decoration: none;}
a:visited { font-weight: bold; color:#7D001E; text-decoration: none;}
a:hover { font-weight:bold; color: #fff; text-decoration: underline;}

#haut_fond {
	width: 100%; height: 210px;
}
#haut {
	width: 1000px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
#logo {
	width: 829px; height: 210px;
	float: left;
}

#corps_page {
	width: 1000px; min-height: 670px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	overflow: hidden;
}
html>body #corps_page {
	width: 1000px; height: auto; min-height: 670px;
	margin-left: auto; margin-right: auto;
	text-align: left;
	overflow: hidden;
}
#centre_menu {
	float: left;
	width: 178px; height: 100%;
	margin:0;
	background-image: url(images/fond_menu.jpg);
	background-repeat: no-repeat;
}
#centre_menu li { list-style-type:circle; margin:10px 0 0 10px;}
#centre_menu a { font-size: 13px; line-height:13px;}
#centre_menu a:visited { font-size: 13px; line-height:13px;}
#centre_menu a:hover { font-size: 13px; line-height:13px;}
#menu { margin:35px 0 0 37px;}

#centre_corps {
	float: left;
	width: 786px; height:100%;
	background-position: top right;
	/*margin-left: 158px; margin-right: 36px;*/
	padding: 10px;
}
#centre_corps_forum { width:778px; }

#bas {
	width: 928px;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
#bas_gauche{
	float: left;
}
#bas_droite{
	float: left;
	margin-left: 50px;
}

.clear { clear: both;}
.clearer { clear: both;}

h1 {
	margin: 5px 0 20px 0;
	text-align: center;
	color:#7D001E;
	font-size: 18px;
}

h2 {
	font-size: 14px;
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
	color:#7D001E;
	display:inline;
}
//p {margin: 10px 0 10px 0; text-indent:20px; text-align:justify;}
p {margin: 10px 0 10px 0; text-align:justify;}
hr {margin: 10px auto 10px auto; width:300px;}
blockquote{margin-left:10px;}

#accueil_gauche{float:left; width:530px; padding:10px; border-width:0 1px 0 0; border-color:#A0ACBA; border-style:solid;}
#accueil_droite{float:left; width:210px; padding:10px;}

td.jaune { border: #ff9900 1px solid; padding: 10px; vertical-align:top; }
