/* CSS Document */

body{
	background-image:url(images/fond_bleu.jpg);
	background-repeat:repeat-x;
	background-color:#2147ac;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
#centre{
	width: 911px;
	margin:0px auto;
}
#conteneur{
	width: 911px;
	height:100%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color:#f2f2f2;
}
#logo{
	margin-left:15px;
	width:630px;
	height:200px;
	float:left;
}
#logo_left{
	width:250px;
	height:80px;
	float:left;
}
#login{
	background-color:#edf5ff;
	background-image:url(../images/fond_bleu_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:250px;
	height:120px;
	float:left;
	color:#fbb03f;
	font-size:14px;
}
#titre{
	padding:10px;
}
#flash{
	margin-left:22px;
}
#conteneur_flash{
	margin-left:15px;
	float:left;
	background-color:#f2f2f2;
	width:201px;
	height:100%;
}
#conteneur_flash2{
	margin-left:15px;
	float:left;
	background-color:#f2f2f2;
	width:193px;
	height:345px;
}
#texte{
	background-color:#f2f2f2;
	background-image:url(../images/ombre_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
	width:429px;
	float:left;
}
h4{
	margin-top:10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	width:380px;
	padding-bottom:10px;
	color: #ff9900;
}
h5{
	font-size:12px;
	color: #ff9900;
}
#mon_texte{
	width:380px;
	margin-bottom:20px;
	line-height: 20px;
	padding:10px;
	
}
#menu a{
	text-decoration:none;
	color:#71aaea;
	background-image:url(../images/rond.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
	padding-left:10px;
	display: block;
	clip: rect(auto,50px,auto,auto);
}

#menu a:visited{
	color:#71aaea;
}
#menu a:hover{
	color:#0066FF;
}
.menu_list{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #182069;
	padding:7px;
}
#first{
	margin-top:30px;
}
#last{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #182069;
	padding:7px;
	margin-bottom:30px;
}

#signature{
	width:380px;
	color:#666666;
	font-size:9px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	padding-top:10px;
}
#side{
	float:left;
	width:250px;
	height:100%;
	background-image:url(../images/ombre_side.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#fffdee;
}
#menu{
	width:229px;
	background-color:#fffdee;
	background-image:url(images/dot_white.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#nouvelles{
	width:229px;
	height:100%;
	background-color:#fff9ca;
	background-image:url(images/dot.jpg);
	background-repeat:no-repeat;
	background-position:top;

}
input{
	border-style:solid;
	border:2px;
	border-color:#ffe3bb;
	margin-bottom:10px;
}
#bt_connexion{
	margin-left:130px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	background-color:#ffca79;
	width:75px;
}
#bt_connexion a{
	text-decoration:none;
	color:#FFFFFF;
}
#bt_connexion a:hover{
	text-decoration:none;
	color:#000000;
}
#contenue_nouvelle{
	font-size:10px;
	color:#999999;
}

.date{
	color:#ff9900;
	font-size:10px;
	margin-top:5px;
}
.titre_nouvelles{
	color:#666666;
	font-weight:bold;
	font-size:10px;
}
#spacer{
	padding:15px;
}
#blanc{
	float:left;
	bottom:0px;
	background-color: #f2f2f2;
	height: 26px;
	width:100%;
}
.entree{
	width:auto;
	font-size:10px;
	font-weight:bold;
	color:#ff9900;

}
#mon_texte a{
	color:#000099;
}
#mon_texte a:hover{
	color:#ff9900;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
