/* CSS Document */


/* balises generiques s'appliquant � l'ensemble du document */
html {
	height: 100%;
	font-size: 100%;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

* {
	outline: none;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	/*text-align: center;*/
}
h1, h2 {
	clear: both;
	display: none;
}
h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0 0;
}
img {
	border: none;
}
p {
	margin: 0;
	padding: 0;
}
p span {
	font-weight: bold;
}
form {
	margin: 0px;
	padding-bottom: 6px;
}

input, select, textarea {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 1em;
	border:1px solid #5164A8;
}

submit {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 1em;
	border:1px solid #5164A8;
	color:#FFFFFF;
	background:#5164A8;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
}
li {
	list-style-position: outside;
	list-style-image: url(/img/arrow_g.gif);
}
li span {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #5164a8;
    cursor: pointer;
    cursor: hand;
}
a:hover {
	text-decoration: underline;
}
img, a img {
	vertical-align: middle;
	border: none;
}
/* mise en page generale du document */
#container {
	min-height: 100%;
	min-width: 762px;
	width: 95%;
	margin: 0 auto;
	padding: 0 6px 0 6px;
}
.clear-left {
	clear: left;
	display: block;
	visibility: hidden;
}
.clear-both {
	clear: both;
	display: block;
	visibility: hidden;
}


/* syles des listes à puce, couleurs des textes et des liens */
.clear-both-none {
	clear: both;
	display: none;
}

.puce_n li  {
	list-style-image: url(/img/puce_n.gif);
}
.puce_b li{
	list-style-image: url(/img/puce_b.gif);
}
.puce_o li {
	list-style-image: url(/img/puce_o.gif);
}
.puce_j li {
	list-style-image: url(/img/puce_j.gif);
}
.puce_g li {
	list-style-image: url(/img/puce_g.gif);
}
.arrow_n li {
	list-style-image: url(/img/arrow_g.gif);
}
.arrow_b li {
	list-style-image: url(/img/arrow_b.gif);
}
.arrow_o li {
	list-style-image: url(/img/arrow_o.gif);
}
.arrow_j li {
	list-style-image: url(/img/arrow_j.gif);
}
.noir, .puce_n li a, .arrow_n li a  {
	color: #000000;
}
.bleu, .puce_b li a, .arrow_b li a {
	color: #5164a8;
}
.orange, .puce_o li a, .arrow_o li, .arrow_o li a{
	color: #de552c;
}
.jaune, .puce_j li a, .arrow_j li a {
	color: #da8538;
}
.gris, .puce_g li a {
	color: #666666;
}
/* banner */
#banner {
	height: 140px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#FFFFFF;
}

.banner {
	background-image: url(/img/logo.gif);

}
.banner800 {
	background-image: url(/img/logo800.gif);
}

.megabanner{
}

#contentpage
{
	position:relative;
	top:-50px;
}
.partner {
	clear: right;
	display: block;
	margin:75px 0 0 0;
	padding: 0px 6px 0 32px;
	color: #de552c;
	/*min-height: 59px;*/
	width: 140px;
	float: right;
	
	text-align: center;
	font-size: 0.8em;
}
#flashpartner {
	display: block;
	width: 140px;
	height: 44px;
}
/* barre de navigation 1
#navig {
	height: 22px;
	text-align: center;
	background-image: url(/img/navig-bg.gif);
	background-color:#FFFFFF
}
#navig ul {
	margin: 0;
	padding: 0;
}
#navig li {

	list-style: none;
	float: left;
	min-height: 22px;
}
#navig a{
	min-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 10px 7px 10px;
	margin: 0;
	background-image: url(/img/navig-bg.gif);
	background-repeat: repeat-x;
	border-right: solid 1px #FFFFFF;
	background-color: #8592c2;
	white-space: nowrap;
}
#navig a:hover {
	text-decoration: none;
	background-color: #8592c2;
	background-image: none;
}

#navig .navig_surb{
	background-image: url(/img/alert-bg.gif);
	background-repeat: repeat-x;
	background-color: #D55731;
}
#navig .navig_surb:hover {
	text-decoration: none;
	background-color: #E8886B;
	background-image: none;
}
*/

/* barre de navigation 2 */
#navigation {
	text-align: left;
	/*margin: 0 auto 30px;*/
	width:100%;
	z-index:1000;
	
}
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	/*background-color: #5164A8;*/
	background-color:#8592C2;
	background-image:url(/img/navig-bg.gif);
	font-weight: bold;
	padding: 0;
	margin: 0 ;
	width:100%;

}
#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0.35em 0.8em;
	border-right: solid 1px #FFFFFF;
	font-size: 1.1em;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 16em;
	w\idth: 16em;
	font-weight: normal;
	margin: 0;
	font-size: 1em;
}
#nav li li , #nav navig_surb li {
	padding-right: 1em;
	width: 15em
}
#nav li ul a {
	width: 13em;
	border:none;
	min-height: 13px;
}
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: auto;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #7A88BC;
}
#nav .navig_surb{
	background-image: url(/img/alert-bg.gif);
	background-repeat: repeat-x;
	background-color: #D55731;
	padding-right: 1em;
	min-height: 13px;
}
#nav .navig_surb:hover  {
	text-decoration: none;
	background-color: #E8886B;
	background-image: none;
	min-height: 13px;
}

#nav .date {
	color: #FFFFFF;
	font-size: 1.1em;
	display: block;
	float: right;
	padding: 3px 10px 7px 0;
	font-weight: normal;
}



/* ZONE CENTRALE --------------- */
#middle {
	
	/*padding: 12px 0 32px 0;*/
	float: none;
	z-index:0;
}
#content {
	text-align: left;
	/*margin-right: 178px;*/
	margin-top: 30px;
}

#contentsearch{
	padding: 10px 0 0 0;
	border: 1px solid #F5F5F5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/js/border-radius.htc);*/
	background:#FFFFFF;
}

#contentsearch h3{
	padding: 0 0 0 6px;
}


#tools {
	width: 152px;
	float: right;
	text-align: left;
	display:none;
}
/* boites outils (colonne tools) */
#toolsmonfm, #toolssearch, #toolsrss {
	margin: 0 6px 32px 6px;
	background-repeat: no-repeat;
	padding-top: 42px;
}
#toolsmonfm div, #toolssearch div, #toolsrss div {
	padding: 8px 6px 12px 6px;
	border: none;
}
#toolsmonfm {
	background-image: url(/img/toolsmonfm.gif);
}
#toolssearch {
	background-image: url(/img/toolssearch.gif);
}
#toolsrss {
	background-image: url(/img/toolsrss.gif);
}
#toolsmonfm div, .toolsmonfm_pub {
	border-top: solid 4px #E8886B;
}
#toolssearch div {
	border-top: solid 4px #8692c2;
}
#toolsrss div {
	border-top: solid 4px #e5a973;
}
#toolsmonfm_form a, #toolssearch_form a, #toolssearch_link a, #toolsrss_link a {
	text-decoration: none;
}
#toolsmonfm_form a:hover, #toolssearch_form a:hover, #toolssearch_link a:hover, #toolsrss_link a:hover {
	text-decoration: underline;
}
.toolsmonfm_pub {
	width: 124px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #f8ddd5;
	padding: 6px 8px 12px 8px;
	display: block;
}
.toolsmonfm_pub:hover {
	background-color: #f3c7ba;
	text-decoration: none;
	color: #000000;
}
.toolsmonfm_pub span {
	text-transform: uppercase;
	color: #de552c;
}
.encadre {
	width: 98%;
	color: #D55731;
	font-size:1.2em;
	font-weight: bold;
	background-color: #f8ddd5;
	padding: 8px;
	margin-bottom:20px;
	display: block;
	line-height:1.5em;
	border:1px solid #D55731;
}
/* ligne des logos partenaires */
#bottomPartner {
	clear: both;
	background-repeat: repeat-x;
	text-align: center;
	background-color:#FFFFFF
}
#bottomPartner img {
	margin: 2px 6px;
	vertical-align: middle;
}

/* ligne du bas du site */
#bottom {
	clear: both;
	padding-top: 18px;
	color: #de552c;
	text-align: center;
	
}
#bottom a {
	padding-left: 12px;
	padding-right: 12px;
	color: #de552c;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	color: #de552c;
	font-weight: bold;
	text-decoration: underline;
}

/* PUB */
a.megabanner {
	display: block;
	height: 90px;
	width: 728px;
	padding: 2px 2px 2px 12px;
	border: solid #e2e2e2 1px;
	background-color: #ededed;
	background-image: url(/img/pub-v.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	margin-top: -34px;
}
a.carre {
	display: block;
	height: 250px;
	width: 300px;
	padding: 12px 2px 2px 2px;
	border: solid #e2e2e2 1px;
	background-color: #ededed;
	background-image: url(/img/pub-h.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.right img {
	display: none;
}

.carre {
	display: none;
}

#content .right p {
	margin: 48px 0;
	color: #CCCCCC;
}
/* Formulaires */
label {
	clear: left;
	color: #5164a8;
	font-weight: bold;
}
label span {
	font-weight: normal;
}
.input_btn {
	float: right;
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
	background:none repeat scroll 0 0 #5164A8;
	color:white;
	cursor:pointer;
	cursor:hand;
}
.input_monfm {
	width: 124px;
}
.input_search {
	width: 86px;
}
.input_date {
	width: 66px;
}
.input_keyword {
	width: 60%;
}
.input_save {
	width: 40%;
}
.input_msg {
	width: 40%;
}
.select_keyword {
	width: 30%;
}
.select_zone {
	width: 60%;
}
.select_gender {
	width: 60px;
}
.form-date {
	padding-right: 48px;
	margin-bottom: 8px;
}

ul.error li {
    color: #FF0000;
    list-style: disc;
}
input.error, select.error, textarea.error {
	border: solid 1px #FF0000;
}


#pays_ac{
	position:absolute;top:1.6em;
}
.form-right .yui-ac-content {
	background-color: #FFF;
	text-align:left;
	/*width:20em; */
	width: 150px;
	height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 3px;
	z-index:50;
}
.form-right .yui-ac-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.form-right .yui-ac-content li {
	cursor: pointer;
	cursor: hand;
}
.form-right .yui-ac-hightlight{
	color:white;
	background-color: highlight;
}
.highlight-color{
	color:#DE552C;
}
/* ANCIENNE CSS ------------------------------------------ */
/*

*/

/* zone content (recherche, listes de r&eacute;sultats, cr&eacute;ation & modification de veilles, administration & aide) */
/* voir fm-bleu.css & fm-orange.css */


