/* CSS Default - Styles - Screen */

@import "layout.css";


/* GENERAL */
body {
     background-color: #777;
     margin: 0;
     font: 11px Arial, Verdana, "sans serif";
}

a img {
	border: 0;
}

a {
  text-decoration: none;
  /*color: #FF3C1C;*/
  /*color: #FF8D77;*/
	color: #FF6C4F;
}

a:hover {
	text-decoration: underline;
}

h1 { font-size: 150%; }
h2 { font-size: 100%; }
h3 { font-size: 90%; }

/* PAGE */
#page {
      margin: 10px auto;
      width: 95%;
      background: #ffffff url(img/logo-body.jpg) no-repeat 0% 99px;
      border: 1px solid #FFF;
      height:100%;
}


/* HEADER */
#header {
      position: relative;
      background: #CCCCFF url(img/logo-header2.jpg) no-repeat 5px 0%;
      height: 98px;
      border-top: 1px solid #CCCCCC;
}



#header h1 {
	font-size: 190%;
	position: absolute;
	top: 19px;
	left: 175px;
	margin: 0;
}

/* menu haut */
#header ul#menu {
	list-style: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

#header ul#menu li {
	float: left;
	margin: 0;
}

#header ul#menu a {
	color: #777777;

	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;

	font-weight: bold;
	display: block;
	width: 100px;
	/*height: 25px;*/
	text-align: center;
	padding-bottom: 3px;
	padding: 8px 0 8px 0;
	background-image: url(img/menu-item.jpg);
	background-repeat: no-repeat;
	margin: 0 5px;
}


#header ul#menu a.actif {
	border-left: 1px solid #FF3C1C;
	border-right: 1px solid #FF3C1C;
	border-top: 1px solid #FF3C1C;
	color: #777777;

}

#header ul#menu a:hover {
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 3px solid #FF3C1C;
  color: #FF3C1C;
}


#content {
      /*
      padding-top: 10px; */
      padding-left: 15%;
/*      padding-bottom: 20px;
*/

      width: 75%;
      margin: 0 auto; 
}

#content p a {
	color: #0C7DBA;
}

#content h1 {
	 margin-top: 20px;
	 color: #AAAAAA;
	 border-bottom: 1px solid #777777;
}

#main {
	position: relative;
}

#sidebar {
      position: absolute;
      top: 0;
/*      right: 0; */
	left: 0;
      margin-top: 40px;
	 width: 15%;
/*
	 border-left: 1px solid #CCCCFF;
	 border-top: 1px solid #CCCCFF;
	 border-bottom: 1px solid #CCCCFF;
*/
	 margin-right: 10px;
         margin-left: 10px;
}


#sidebar h2 {
	text-align: center;
	border-bottom: 1px solid #FF3C1C;
	margin: 20px 0 0 0;
	font-size: 120%;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar li {
	padding: 0;
	margin: 0;
}


#sidebar li a {
	background-color: #EEEEEE;
	color: #AAAAAA;

	font-size: 100%;
	font-weight: bold;
	display: block;
	text-align: center;

	padding: 5px;
	margin: 2px 0;
	border-bottom: 1px solid #AAAAAA;
}


#sidebar li a:hover {
	background-color: #CCCCFF;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #1A00A4;
}

#sidebar #thxto {
	text-align: center;
}


#sidebar #syndication {
	margin-top: 10px;
	text-align: center;
}

#footer {
	margin: 5px;
	border-top: 1px solid #0C7DBA;
	clear: both;
}




.news {
	margin-top: 30px;
}


.news h2 {
	font-size: 140%;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	color: #FF6C4F;

/*
	padding-left: 30px;
	padding-top: 5px;
	background: #FFFFFF url(img/notes.png) no-repeat 0% 0%
*/

}

.news .date {
	font-size: 80%;
	background-color: #FAF4C8;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	width: 50px;
	padding: 2px;
	margin-right: 5px;
	float: left;
}



.news h2 a:hover {
	text-decoration: none;	
}

.news .infos {
	text-align: right;
}

.news .infos, .news .infos a {
	color: #999999;
}

.news .infos .rubrique {
	color: #0C7DBA;
}

.news .infos .author {
	color: #333333;
}

.news .content {
	margin: 5px 10px;
      background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}




#accessibilite {
	text-align: center;
	padding:0 40px;
}

#accessibilite a {
	margin: 5px;
	display: block;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	padding: 5px;
	width: 20px;
	float: left;
}


#accessibilite a:hover {
	text-decoration: none;
	background-color: #DDDDDD;
}
