@import url(./structure.css);
/*@import url(./slideshow.css);*/
@import url(./menuHorizontal/MenuMatic.css);
@import url(./formcheck.css);

/* remove dotted border at firefox and ie */
*:focus { 
	outline: none; 
}
A {
    outline:none; /* FF1.5+ IE7+*/
    -moz-outline: /* FF<=1.5*/
}
	
body {
	text-align: justify;
	font: 0.8em Verdana,Helvetica,Arial, Geneva, sans-serif;
	background: url("/themes/moiry/images/fdPage.jpg") no-repeat left top;
	background-color: #181613;
	margin: 0;
}

a:link, a:visited {
	color: black;
}

a:hover {
	color: #ef2023;
}

a:active {
	color: #e37723;
}

a img {
 border: none;
}


#IE6, #IE7,#IE8, #IE, #NOTIE {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#entete{
	width: 100%;
	height: 118px;
	text-align: center;
	background-color: #000;	
	border-bottom: solid 2px #e7ad00;	
}

.logo {
	margin-top: 10px; 
	border: hidden;
}	


#menu {
	text-align: left;
	margin-top: 90px;
}

#menu a {
	color: #e7ad00;
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#menu a:active {
	color: #ccc;
}


	
#centre {
	width: 94%;
	min-height:350px;
	float: left;
	background-color: #fff;
	padding-top: 20px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 20px;
	/*
	border-left: solid 1px #3b424e;
	border-right: solid 1px #3b424e;
	*/
}

#pied {
	background-color: #000;
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	padding-top: 5px;
	float: left;
	font-size: 0.83em;
	/*border: solid 1px #3b424e;
	border-top: solid 1px #f2f2f2;*/

	text-align: center;
	color: #fff;
}

#IE6 #centre {
	height: 450px;
}

#pied a {
	color: #fff;
	text-decoration: none;
}

#sousmenu {
	margin-top: 47px;	
}

#sousmenu ul {
	margin-left: -50px;
}

#sousmenu li{
	list-style-image: url(/themes/moiry/images/bullet.jpg);
	font-size: 0.95em;
}

#sousmenu li ul li{
	list-style-type: none;
	margin-left: 20px;
	padding-left: 0;
	line-height: 1em;
	margin-top: 0.6em;
}

#sousmenu a {
	text-decoration: none;
}


/*
#contenu {
	width: 68%;
	margin-left: 27%;
	padding-top: 20px;
	padding-bottom: 1px;
	font-size: 0.85em;
}
*/


.chemin {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.8em;
}

.clean {
	display: block;
	width: 100%;
	height: 1px;
	float: left;
}
.descgroupe{
	width: 100%;
	/*float: left;*/
}

.zoneNews {
	width: 98%;
	/*background: url("/themes/websoo/images/titre-actus.png") no-repeat -10px -15px;*/
	/*background: url("/themes/websoo/images/fdActus.jpg") no-repeat left bottom;*/
	background-color: #999990;
	/*
	opacity: 0.6;
	filter: alpha(opacity=60);
	*/
	float:left;
	/*margin-top:15px;*/
	padding-top: 20px;
	padding-left: 1%;
	padding-right: 1%;
	min-height: 235px;
	border-top: solid 1px #e7ad00; 
	font-size: 0.9em;
}

#IE6 .zoneNews,
#IE7 .zoneNews {
	height: 220px;
}

/*
.zoneNews h6 {
	display: block;
	min-height: 15px;
	text-align: center;
	font-size: 1em;
	margin: -6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: -10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px outset #777;
	
	background-color: #586273;
	//color: #fff;
}
*/

.zoneNews h6 {
	font-size: 1em;
	border-bottom: solid 1px #fff;
	margin-bottom: 0;
}

.zoneNews p {
	text-shadow: 0px 1px 1px #d2d2d2;
}


.lignepage {
	display: block;
	width: 80px;
	min-height: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	text-align: center;
	border: solid 1px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.lignepage a {	
	color: #cc9933;
}

.colonnepage {	
	display: block;
	float: left;
	margin-right: 15px;
}
.colonnepage a {	
	
	color: #cc9933;
	line-height: 1.8em;
}

.separation {
	display: block;
	width: 100%;
	border-bottom: dotted 1px #999;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

.numerotation {
	display: block;
	position: relative;
	top:  -0.35em;
	width: 1.3em;
	height: 1.1em;
	float: left;
	margin:0 0.2em 0em 0;
	padding-top: 0.1em;
	font-size: 1.5em;
	background-color: #465e87;
	text-align: center;
	color: #fff;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-bottom: solid 2px #3b424e;
	border-right: solid 1px #3b424e;
}



h1 {
	text-align: left;
	line-height: 0.95em;
	color: #666;
}

#IE7 h1, #IE6 h1{
	letter-spacing: -0.1em;
}

h2 {
	text-align: left;
}

h2 + h3 {
	margin-top: -1em;
}

h2 + p {
	margin-top: -1em;
}

h3  {
	text-align: left;
	margin-bottom: -0.5em;
}

.news h3 {
	margin-bottom: 0em;
}

li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}


p {
	
}

.coinsArrondis{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.form-row {
	clear: both;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	font-size: 0.9em;
}

.field-label {
	width: 38%;
	margin: 0;
	text-align:right;
	float: left;
}

.field-widget {
	width: 60%;
	margin: 0;
	margin-left: 40%;
}

input, textarea {
	width: 100%;
	background-color: #d2d2d2;
	border: none;
	border-bottom: solid 1px #666;
	padding: 2px;
	font-family: Arial;
	font-size: 1em;
}

input[type="radio"],
input[type="checkbox"]{
	width: 15px;
	margin: 0.25em 0 0.25em 0;
	
}
input[type="radio"]:first-child,
input[type="checkbox"]:first-child{
	margin-left: 0;
}

input[type="submit"],
input[type="reset"] {
	font-weight: bold;
	font-size: 0.9em;
	width: auto;
	padding: 0.4em 0.8em 0.4em 0.8em;
	margin: 0.4em 0 0 0;
}


textarea {
	width: 100%;
	height: 150px;
}

.text {
	width: 74%;
}

fieldset {
	margin-bottom: 15px;
	border: hidden;
	background: url("/themes/moiry/images/fdFieldset.jpg") repeat-x left bottom;
	background-color: #f9f9f9;
}

legend {
	background-color: white;
	font-weight: bold;
	padding-left: 0.8em;
	padding-right: 0.8em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.liste tr:nth-child(even){
	background-color: #f1ddbc;
}

.liste td, .liste th {
	padding: 5px;
	border-right: solid 1px #999;
}



#alertIE6 {
	visibility: hidden;
	margin-left: -5000px;
	float: left;
}

#IE6 #alertIE6{
	visibility: visible;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
