/************************/
/** SITE GERARD GRENET **/
/**   CSS PRINCIPALE   **/
/************************/

body {
  background: #434343;
  color: #B5B5B5;
  font-family: "Helvetica", "Arial";
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

form {
  display: inline;
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

.hiddenStructure {
  position: absolute;
  left: -999em;
}

#site {
  width: 960px;
  margin: 0px auto;
  text-align: left;
}

ul.horizontal-menu {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  float: right;
  color: #C9C9C9;
  font-family: "Verdana";
  font-size: 10px;
  list-style-type: none;
  list-style-image: none;
}

ul#header {
  margin: 12px 0px 0px 0px;
  height: 18px;
}

ul.horizontal-menu li {
  float: left;
  margin: 0px;
  padding: 0px 1em;
  border-left: 1px solid #C9C9C9;
}

ul.horizontal-menu li.first {
  border-left: 0px;
}

ul.horizontal-menu a {
  color: #C9C9C9;
  text-decoration: none;
}

ul.horizontal-menu a:hover {
  text-decoration: none;
}

#two_columns {
  clear: both;
  overflow: hidden;
  background :black;
}

.accueil {
  background : #313131 !important;
}

#column_left {
  float: left;
  width: 480px;
  background: #313131;
}

#logo {
  height: 120px;
  background: #313131;
}

#menu_box {
  overflow: hidden;
  width: 480px;
}

#menu_box ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
}

#menu_box ul li {
  margin: 0px;
  padding: 0px;
}

#menu_level_1 {
  float: left;
  width: 240px;
  height: 240px;
  text-transform: lowercase;
  background: #313131;
}

#menu_level_1 li {
  height: 30px;
}

.rubrique-1 {
  background: #93117e !important;
}

.rubrique-5 {
  background: #fe0000 !important;
}

.rubrique-6 {
  background: #99be0e !important;
}

.rubrique-7 {
  background: #ff6501 !important;
}

.rubrique-8 {
  background: #cb99cc !important;
}

.rubrique-14 {
  background: #cc0098 !important;
}

.rubrique-15 {
  background: #ff0103 !important;
}

#menu_level_1 li a {
  display:  block;
  height: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: none;
  margin: 0px 0px 0px 30px;
  padding: 12px 0px 0px 6px;
  background: #313131;
}

#menu_level_1 li a:hover,
#menu_level_1 li a.selected {
  color: #ffffff;
  background: transparent;
}

#menu_box #menu_level_2 {
  float: left;
  width: 240px;
  height: 240px;
  background-repeat: repeat;
}

#menu_box #menu_level_2 li {
  font-size: 12px;
  height: auto;
  margin: 6px 0px 1px 7px;
}

#menu_box #menu_level_2 li a {
  display: inline;
  color: white;
  text-decoration: none;
}

#menu_box #menu_level_2 li a:hover,
#menu_box #menu_level_2 li a.selected {
  color: black;
  text-decoration: none;
}

#all_news {
	float:					left;
	width:					361px;
	background-image:		url('img/bg_news.gif');
	background-position:	left;
	background-repeat:		repeat-y;
}

.news_images {
	float:					left;
	width:					120px;
	font-family:			"Arial";
	line-height:			1.1em;
	border-right:			1px solid #5A5A5A;
}

.news {
  float: left;
  width: 120px;
  height: auto !important;
  height: 120px;
  min-height: 120px;
  font-family: "Arial";
  line-height: 1.1em;
}

.news h3 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  margin: 8px 5px 2px 8px;
}

.news h3 a {
  color: #FFFFFF;
  text-decoration: none;
}

.news_content_no_title {
  color: #A0A0A0;
  font-size: 12px;
  margin: 8px 5px 0px 8px;
}

.news_content {
  width: 107px;
  color: #A0A0A0;
  font-size: 12px;
  margin: auto 5px auto 8px;
  overflow: hidden;
}

.news_content_no_title a, .news_content a {
	color:					#FFFFFF;
	text-decoration:		underline;
}

.news_content_no_title a:hover, .news_content a:hover {
	text-decoration:		none;
}

#column_right {
  float: left;
  width: 480px;
  overflow: hidden;
}

h1,
#title_level_1 {
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #aaaaaa;
  margin: 34px 0px 0px 30px;
}

h1.rubrique-title {
  margin-bottom: 47px;
}

h2,
#title_level_2 {
  height: 47px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0px 0px 0px 30px;
}

#page_content {
	float:					left;
	display:				inline;
	width:					420px;
	margin-left:			30px;
}

#page_content p {
	width:					100%;
	line-height:			1.3em;
	padding:				0;
	margin:					10px 0;
}

#page_content a, #page_content p a, ul li a {
	color:					#B5B5B5;
	text-decoration:		underline;
}

#page_content a:hover, #page_content p a:hover, ul li a:hover {
	text-decoration:		none;
}

#page_content p img {
	margin:					0 7px 5px 0;
}

hr {
  width:  100%;
  height: 1px;
  border: none;
  border-top: 1px solid #434343;
  color: #434343;
}

ul#footer {
  margin: 5px 0;
  padding-bottom: 5px;
}

.menu-contextuel {
  margin-top: 34px;
  margin-right: 0.5em;
  float: right;
}

.add-into-button img {
  border: 0px;
}

