/* Gradient colors generated thanks to http://www.colorzilla.com/gradient-editor */

body {
	font-family:Verdane, Arial, sans-serif;
	font-size:14px;
	color:#1c1c1c;
	text-align:center;
	background:#fff url('../images/background.jpg') top center no-repeat;
	background-attachment:fixed;

}
.header {
	/* background-color:#ff0000; */
	background-color:#ffffff;
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	border-color:#FFB480;
}

.menu {
	font-size:80%;
	/* background-color:#ff00ff; */
	text-align:right;
}
.menu a {  color:#000000; }

.nav {
	text-align:right;
	/* background-color:#0000ff; */
}
.nav img  {
	border: 0px solid #CCCCCC;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
	filter: Alpha(Opacity=10, Style=0); 
   -moz-opacity: 10%; 
   opacity: 10%; 
	}
.nav img_on {
	cursor : hand;
	border: 1px solid #000;
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
	filter: Alpha(Opacity=100, Style=0); 
   -moz-opacity: 100%; 
   opacity: 1; 
	}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.title {	background: url('../images/poule.png') top right no-repeat;
	width:200px;
	height:159px;
	/*background-color : #00ff00; */
}

.title h1  {
	font-size : 2.6em;
	font-weight : bold;
	color:#E32F02;
	line-height:10px;
	margin-left:-530%;
	margin-top:35px;
	vertical-align : middle;
}

.tptitre {
	color:white;
	float:left;
	filter: alpha(opacity= 0);
	-moz-opacity: 0;
	opacity: 0;
}

.content {
	/* background-color:#ffff00; */
	background-color:#ffffff; 
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#000;
	text-align:center;
	border-color:#ffffff;
}

.article_title, .article_container {
	border-color:#ffffff; 
	
}
.article_title {
	font-size : 1.5em;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	/* background-color:#0ff000; */
	background-color:#FFD8BB;
	color:#000;
	letter-spacing: 2px; 
}
.article_container {
	border-style: none;
	background-color:#0000ff;
}
.article_container b { font-weight:bold; color:#0513A7;}
.article_container a { text-align:right;font-weight:bold;font-size :1.2em; color:#4AE620;}
.article_container h2 { background-color:#FFD8BB; }
.article_left, .article_right {
	font-size : 0.875em;
}
.article_left, .article_right, .article_center {
	text-align:left;
}


.article_left, .article_right  {
	color:#000000;
}

.article_center {
	border-color : #FFD8BB;
	color:#fff;
	font-weight:bolder;
	text-align:left;
	background: #858ce4; /* Old browsers */
	background: -moz-linear-gradient(top, #858ce4 0%, #1348c4 58%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858ce4), color-stop(58%,#1348c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #858ce4 0%,#1348c4 58%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #858ce4 0%,#1348c4 58%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #858ce4 0%,#1348c4 58%); /* IE10+ */
	background: linear-gradient(top, #858ce4 0%,#1348c4 58%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858ce4', endColorstr='#1348c4',GradientType=0 ); /* IE6-9 */
}

.bar  {	display: block;
	margin-top:16px;
	margin-bottom:12px;
	margin-left:20%;
	margin-right:20%;
	border-style:solid;
	border-width:1px;
	border-color:#FFD8BB;
	background-color:#000;
	height:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.divform {
	background-color: #ffffcc;
	text-align : center;
	padding-bottom : 5px;
}
.btform {
	border: 1px solid #FFFFFF; 
	background: transparent url('../images/icons/send.jpg') no-repeat center center;
	height: 53px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	width:75px;
}
#btform :hover { 
	border: 2px solid #FFD8BB; 
    background: transparent url('../images/icons/send_on.jpg') no-repeat center center;    
}
#btform:active { 
	border: 2px solid #FFD8BB; 
    background: transparent url('../images/icons/send_on.jpg') no-repeat center center;    
	
}
.newspaper {
	text-align : justify;
	font-family:"Times New Roman", Georgia, Serif;
	font-size : 1.1em;
	/* background-color: #EAE3DC; */
	background:#ECEAEB url('../images/icons/paper.jpg') top center repeat;
	border: 2px solid #EDEAE6; 
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.newspaper h3 {
	font-family:"Times New Roman", Georgia, Serif;
}
.newspaper img {
	float: left;
	margin: 0 6px 6px 0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
}
.newspaper a {
	margin-left: 5px;
	font-family:Verdana, Arial, sans-serif;
	color:#2111FF;
	font-size : 0.875em;
}

