@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #40211a;
	font-size: 11px;
	outline: none;
	background: #8c3d0f url(/72hc/images/background/bodyBg.jpg) repeat-x left top;
}

.toTop{
  margin: 20px 0 0 0;
  float:right;
}

.wrapper {
	width: 890px;
	margin: 20px auto 20px auto;
}

img {
	border: none;
	display:block;
}

#breadcrumbs{
  margin:5px 0 20px 0;

}

#header,
#content,
#footer {
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
}


/*header*/

/*logo*/
#header h1 {
	margin: 0;
	float: left;
	padding: 0;
	height: 88px;
	width: 220px;
	font-size: 1em;
	text-indent: -999999px;
	background: url(/72hc/images/logos/mainlogo.png) no-repeat left top;
}

/*top nav*/

#header .nav {
	clear: both;
	width: 100%;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
	clear: both;
}

#header ul li {
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #bf5f0b;
	text-transform: uppercase;
}

#header ul li.last {
	margin: 0;
	padding: 0;
	border: none;
}

#header ul li a {
	color: #bf5f0b;
	text-decoration: none;
}

#header ul li a:hover {
	color: #ffa857;
	text-decoration: none;
}

#header ul li a.active {
	color: #ffa857;
	text-decoration: underline;
}

#header ul li.current a {
	color: #ffa857;
	text-decoration: none;
}


/*

content

*/



/*image type diffuseur sur la homepage*/
#content #diffuseur {
	/*border-bottom: 7px double #bf5f0b;*/
	clear: both;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}


#content .homeColLeft {
	float: left;
	display:block;
	width: 642px;
	margin-right:20px;

}

.newsBloc {
	clear:both;
  width: 642px;
  margin-top: 25px;
}

.newsBloc .newsDate {
	float: left;
  width: 100px;
  margin-top: 10px;
  vertical-align:top;

}

.newsBloc .newsContent {
	float: left;
  width: 542px;
  margin-top: 10px;
  padding-bottom:25px;
}


/*bloc no background*/
#content .homeColLeft .bloc {
	float: left;
	padding: 0 10px 20px 10px;
	width: 278px;
}



/*right col*/
#content .homeColRight {
	float: left;
	width: 228px;
}

#content .homeColRight .bloc {
	background: #4C2418 ;
	width: 208px;
	padding: 10px;
	margin: 0 0 20px 0;
}


/*internal pages*/


#content .internalLeft {
	width: 228px;
	float: left;
}

#content .internalLeft .sideMenu{
	padding: 10px;
	background-color:#8c3d0f;

}

#content .internalLeft .blocPub{
  margin-top: 20px;
	background: #4C2418 ;
	width: 208px;
	padding: 10px;
}


#content .internalLeft .sideMenu ul.subMenu {
  margin:0;
  padding:0;
}
#content .internalLeft .sideMenu ul.subMenu li{
  list-style-type:none;
  padding: 4px 0 10px 0;
  border-bottom:1px solid #4C2418;
}

#content .internalLeft .sideMenu ul.subMenu li.current a{
  font-weight: bold;
  text-decoration:none;
}

#content .internalLeft .sideMenu ul.subMenu li.last{
  border-bottom:none;
}


#content .internalMain {
	float: left;
	margin: 0 0 0 20px;

	width: 596px;
	padding: 0 0 0 30px;
}

#content .internalMain IMG{margin:5px;}

#content .internalMain .imgContest{
  clear:both;
  float:right;
  margin-left: 15px;
}


/*

footer

*/

/*footer nav*/

/*top nav*/

#footer{text-align:center;}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

#footer ul li {
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #bf5f0b;
	text-transform: uppercase;
	display:inline;
}

#footer ul li.last {
	margin: 0;
	padding: 0;
	border: none;
}

#footer ul li a {
	color: #bf5f0b;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #ffa857;
	text-decoration: none;
}

div.wCopyright{
  text-align:center;
  padding-top:30px;
  color:#45200A;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 9px;
}

div.wCopyright span{
  color:#45200A;
	font-family:  Georgia;
	font-weight:bold;
	font-style:normal;
	font-size: 10px;
}

div.wCopyright a:link,
div.wCopyright a:visited,
div.wCopyright a:active
{
  font-weight:bold;
  color:#BF5F0B;
  text-decoration:none;
}
div.wCopyright a:hover
{
  color:#FFA857;
  text-decoration:underline;
}


/* TO AVOID WHITE TEXT IN CMS*/

.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#fff;
}

.typography label,
.typography em,
.typography i,
.typography b,
.typography div,
.typography span,
.typography strong,
.typography u{
  color:#fff;
}


/* FORMS */




fieldset{
  border:0;
  padding:0;
  margin:0 0 10px 0;
}

input{
  padding:2px;
  color:#000;
}

label{
  margin: 4px 0 2px 0;
  display:block;
}

label.right{
  display:inline;
}

ul.optionset{
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	clear: both;
}

ul.optionset li{
  margin:0;
  padding:0;
	list-style-type: none;
}

ul.optionset li label{
  display:inline;
}

input.text{
  border:1px solid #4C2418;
  width:300px;
  color:#000;
}

div.Actions input{

  background-color: #4C2418;
  color:#fff;
  border:0;
  padding:5px 10px;
}
textarea{
  border:1px solid #4C2418;
  padding:2px;
  width:400px;
  color:#000;
}