/* CSS Document */
/* Mise en forme du site EURO CONSEIL */
/* www.iris-interactive.fr */

* {
	padding:0;
	margin:0;
}
body {
	background:none;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
#page {
	width:780px;
	margin:0 auto;
}
#header,
#toolbox {
	display:none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

.content {
	background:url(../images/content.gif) repeat-y top center;
	min-height:593px;
}
.col1 {
	width:195px;
}
.col2 {
	width:320px;
}
.col3 {
	display:none;
}
.col4,
#toolbox {
	width:505px;
}
.col1,
.col2,
.col3,
.col4,
#toolbox {
	float:left;
	margin-left:20px;
}
h1 {
	border-bottom:1px solid #ff5a12;
	margin:5px 8px 19px 8px;
}
h2 {
	border-bottom:1px solid #26ABDE;
	margin:5px 8px 6px 8px;
}
h3 {
	font-size:13px;
	margin:0 8px 6px 8px;
	color:#ffffff;
	text-align:left;
	background-color:#5d5d5d;
	padding-left:5px;
}
h1,
h2 {
	font-size:18px;
	color:#616161;
	text-align:left;
}

table.activites {
	background-color:#ffffff;
	width:100%;
	border-left:1px solid #267089;
	color:#267089;
}
table td.edition_zone_td {
	text-align:left;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables au footer */
/* -------------------------------------------------------------------------------------------- */

#foot {
	background:url(../images/signature.gif) no-repeat top center;
	height:67px;
}
#signature {
	color:#26abde;
	font-size:10px;
}
#signature p {
	text-align:center !important;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}
.content ul {
	list-style:none;
}
.content ul li {
	padding-left:15px;
	text-align:left;
}
.col4 ul li {
	margin-bottom:15px;
}
p {
	text-align:left;
	padding:8px;
}
a {
	color:#26abde;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.col3 p a,
.col1 p span.plus a,
.col1 a {
	color:#ff5307;
	text-decoration:none;
}
	.col3 p a:hover,
	.col1 p span.plus a:hover,
	.col1 a:hover {
		text-decoration:underline;
	}
.col1 p span.date {
	color:#a7a7a7;
	font-size:10px;
}
.col1 p span.plus {
	float:right;
	text-align:right;
}
a img  {
	border:0;
}
.img_left {
	float:left;
	padding:5px;
}
.center {
	text-align:center;
}

/* Rendu sur Mozilla */
a {
	outline: none;
}
:focus {
	-moz-outline-style: none;
} 

/* -------------------------------------------------------------------------------------------- */
/* Déclaration des styles applicables aux formulaires */
/* -------------------------------------------------------------------------------------------- */

.content form {
	text-align:left;
}
.content legend {
	color:#690405;
}
.content fieldset {
	border:1px solid #690405;
	padding:5px;
	margin-bottom:5px;
	clear:both;
	width:490px;
}
.content fieldset.small {
	width:234px;
	margin-right:10px;
	clear:none;
	float:left;
}
.content fieldset input, 
.content fieldset textarea {
	width:92%;
}
.content input.submit {
	padding:5px;
	border:0;
	background:none;
	width:88px;
	height:32px;
	color:#333333;
	font-weight:bold;
	background:url(../images/button-submit.gif) no-repeat center;
	cursor:pointer;
}
.content input:hover.submit,
.content input.submit:hover {
	background:url(../images/button-submit-hover.gif) no-repeat center;
}