/* ----------------------
	BASIC ELEMENTS 
	----------------------*/

#article_container {
	float:left;
	width:630px;
	margin:20px 0px 0px 0px;
}

#article_container .main_frame {
	float:left;
	width:400px;
	padding:0px 30px 0px 0px;
}

#article_container .margin {
	float:right;
	width:170px;
	background:#f1f6fa;
	padding:15px;
}

#article_container .footer {
	padding-top:30px;
}


.article{
	font:11px/1.5 'verdana', 'arial', 'helvetica', sans-serif;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	overflow:hidden;
	text-align:left;
	}

.intro .article{
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	}


.article h1, 
.article h2,
.article h3,
.article h4{ 
	font-family:'Arial', 'helvetica', sans-serif;
	margin:0px 0px 0px 0px;
	padding:15px 0px 6px 0px;
	}

.article h1 { 
	font-size:15px;
	}

.article h2 { 
	font-size:14px;
	}

.article h3 { 
	font-size:13px;
	}

.article h4 { 
	font-size:12px;
	}


.article .title{
	font-family:'Arial', 'helvetica', sans-serif;
	color:#252525;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px
	}

.article .title .date{
	float:left;
	background:#e2001a;
	color:#FFFFFF;
	padding:0px 4px 0px 4px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:4px
	font-size:11px;
}

.article .content p,
.article .content div{
	margin:0px 0px 10px 0px;
	}

.article .content{
	float:left;
	color:#555555;
	margin-top:5px;
	}

.article .subtitle{
	font-size:15px;
	color:#e2001a;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	font-family:'Arial', 'helvetica', sans-serif;
	}



.article .content a{
	
	}

.article .content a:link,
.article .content a:visited,
.article .content a:hover{
	
	}

.article .content a:hover{
	text-decoration:none;
	}

.article .content b,
.article .content strong{
	color:#555555;
	}


/* --------------------
	IMAGE
	-------------------------*/

/* Right - Left */
.article .left_illus,
.article .right_illus{
	float:left;
	width:154px;
	text-align:left;
	padding:5px 15px 0px 0px;
	}

.article .right_illus{
	float:right;
	padding:0px 0px 0px 15px;
	}

.article .left_illus div,
.article .right_illus div{
	clear:both;
	margin:0px 0px 0px 0px;
	}

.article .left_illus img,
.article .right_illus img{
	border:2px #EEEEEE solid;
	}


/* Top - Bottom */
.article .top_illus,
.article .bottom_illus{
	float:left;
	margin:0px 0px 20px 0px;
	}

.article .bottom_illus{
	margin:20px 0px 0px 0px;
	}

.article .top_illus img,
.article .bottom_illus img{
	border:2px #EEEEEE solid;
	width:98%;
	}

.margin .article .top_illus img,
.margin .bottom_illus img{
	border:2px #FFFFFF solid;
	}


/* Commentaires */
.article .left_illus .comment,
.article .right_illus .comment,
.article .top_illus .comment,
.article .bottom_illus .comment{
	padding:5px 5px 8px 5px;
	background:#F6F6F6;
	color:#858585;
	font-size:10px;
	line-height:13px;
	}

.margin .article .top_illus .comment,
.margin .article .bottom_illus .comment{
	background:#FFFFFF;
	}



.article .left_illus .comment b,
.article .right_illus .comment b,
.article .top_illus .comment b,
.article .bottom_illus .comment b{
	color:#858585;
	}


/* --------------------
	RESSOURCES
	-------------------------*/

/* Ressources en bas de l'article */
.article .content .resources{
	float:left;
	margin-top:10px;
	color:#959595;
	}

.article .content .resources .document, 
.article .content .resources .link{
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px 25px 4px 0px;
	white-space:nowrap;
	}

.article .content .resources .link {
	background:url('../../media/link_icon.gif') no-repeat 0px 2px;
	padding-left:20px;
	}

.article .content .resources .document {
	background:url('../../media/link_icon.gif') no-repeat 0px 2px;
	padding-left:20px;
	}

.article .content .resources .application_pdf .document {
	background:url('../../media/pdf_icon.gif') no-repeat 0px 2px;
	padding-left:20px;
	}

.article .content .resources .audio_mpeg .document {
	background:url('../../media/news_icon.gif') no-repeat 0px 2px;
	padding-left:15px;
	}

.article .content .resources a{
	color:#df0100;
	}

.article .content .resources a:link,
.article .content .resources a:visited,
.article .content .resources a:hover{

	}

.article .content .resources a:hover{
	text-decoration:none;
	}



/* Tableau de ressources (si > 5) */
.ressources_table {
	width:100%;
	margin:20px 0px 20px 0px;
	border:1px #CCCCCC solid;
	border-style:none none none none;
}

.ressources_table thead th{
	color:#666666;
	font-size:10px;
	font-weight:normal;
	padding:4px 0px 4px 0px;
	background:#ECECEC;
	border:1px #CCCCCC solid;
	border-style:none none solid none;
}

.ressources_table td{
	color:#222222;
	font-size:11px;
	font-weight:normal;
	padding:6px 4px 6px 4px;
}

.ressources_table .icon{
	width:32px;
	text-align:center;
}

.ressources_table .btn{
	width:95px;
	text-align:center;
}


.ressources_table .rtitle{
	color:#353535;
	font-size:11px;
	text-align:left;
	border:1px #EEEEEE solid;
	border-style:none solid none none;
}

.ressources_table .rtitle a{
	color:#353535;
	font-size:11px;
	text-decoration:none
}

.ressources_table .rtitle a:hover{
	color:#D01919;
	font-size:11px;
	text-decoration:none
}

.ressources_table .rsubtitle{
	color:#333333;
	font-size:11px;
	text-align:center;
}

.ressources_table .date{
	color:#888888;
	font-size:10px;
	border:1px #EEEEEE solid;
	border-style:none solid none solid;
	text-align:center;
	background:#F2F2F2;
}


/* --------------------
	LIST (ul - li - ol)
	-------------------------*/

/* Default */
ol {
	padding-left: 0px; 
	padding:0px; 
	margin:6px 0px 8px 0px;
	font-size:11px;
	text-align:left;
	list-style-position:outside;
	}

ol li {
	list-style-type:decimal;
	font-size:11px;
	text-align:left;
	margin:3px 0px 3px 0px;

	}

ul {
	list-style-type:none;
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	text-align:left;
	color:#454545
	font-family:'Tahoma';
	}

ul ul{
	margin:6px 0px 0px 0px;
	}

ul li {	
	vertical-align:middle;	
	font-size:11px;
	text-align:left;
	margin:0px 0px 6px 0px;
	line-height:16px;
	color:#454545;
	
	}

ul ul li {	
	margin:0px 0px 0px 0px;
	}

ul li .liste_li_ie div{
	text-align:left;
	}


ul b,
ul strong{	
	color:#454545;
	
	}


/* Compatibility IE6 */

ul li .liste_li_ie {
	width:100%; 
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url('../../media/li_icon.gif') no-repeat 4px 7px;
	}

ul li .liste_li_ie ul li .liste_li_ie{
	background:url('../../media/li_icon_02.gif') no-repeat 4px 6px;
	}

ol li .liste_li_ie {
	width:100%; 
	padding:0px 0px 0px 0px; 
	background:none; 
	}

/* Compatibility IE7 */

ul li .liste_li_ie7 {
	display:block;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url('../../media/li_icon.gif') no-repeat 4px 7px;
	}

ul li .liste_li_ie7 ul li .liste_li_ie7{
	background:url('../../media/li_icon_02.gif') no-repeat 4px 7px;
	}

ol li .liste_li_ie7 {
	margin-left:10px;
	}

/* Compatibility FIREFOX */

ul .liste_li_firefox {
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	background:url('../../media/li_icon.gif') no-repeat 4px 6px;
	}

ul li .liste_li_firefox ul li .liste_li_firefox{
	background:url('../../media/li_icon_02.gif') no-repeat 4px 6px;
	}

ol .liste_li_firefox {
	padding:0px 0px 0px 0px; 
	background:none;
	margin-left:20px;
	}


/* --------------------
	CLASSES SPECIFIQUES
	-------------------------*/

.media_frame {
	float:left;
	width:630px;
	margin:50px 0px 0px 0px;
}

.media_frame .title{
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:16px;
	margin:0px 0px 6px 0px;
	color:#252525;
	padding:0px 0px 0px 30px;
	background:url('../../media/photo_icon.gif') no-repeat 0px 0px;
}

.media_frame .title span{
	color:#757575;
}

.media_frame .map{
	float:left;
	width:100%;
	height:350px;
	border:1px #CCCCCC solid;
	border-style:none solid solid solid;
}

.media_frame .map .google_map{
	float:left;
	width:100%;
	height:100%;
}

.media_frame .address{
	background:#F2F2F2;
	padding:15px;
	color:#555555;
	border:1px #CCCCCC solid;
}

/* --------------------
	GESTION DES COMMENTAIRES
	-------------------------*/

.comment_frame {
	float:left;
	text-align:left
	width:630px;
	margin:0px 0px 0px 0px;
}

.comment_frame .title {
	float:left;
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:16px;
	margin:0px 0px 6px 0px;
	color:#252525;
	padding:4px 0px 4px 30px;
	background:url('../../media/coments_icon.gif') no-repeat 0px 0px;
}

.comment_frame .add .title {
	padding-top:0px;
	margin-top:40px;
	background:url('../../media/add_coment_icon.gif') no-repeat 0px 0px;
}

.comment_frame .title span{
	color:#e2001a;
}


/* Liste des commentaires */

.list_comment {
	float:left;
	width:630px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	line-height:15px;

}

.list_comment .comment_line{
	float:left;
	width:578px;
	text-align:left;
	color:#454545;
	margin:5px 0px 5px 32px;
	padding:10px 10px 10px 10px;
	background:#F8F8F8;
	line-height:16px;
	border:2px #BBBBBB solid;
	border-style:none none none solid;
}

.list_comment .comment_line b{
	color:#353535;
}

.list_comment .comment_line .infos{
	color:#757575;
	font-size:10.5px;
	padding:2px 0px 2px 0px;

}

.list_comment .comment_line .infos b{
	color:#909090;
/*	color:#BD4B17;*/
	font-weight:bold;
}


/* Ajouter un commentaire */
.comment_frame .add_comment {
	float:left;
	width:595px;
	margin:0px 0px 0px 0px;
	padding:0px 5px 15px 30px;
}

.comment_frame .item {
	color:#454545;
	font-weight:bold;
	font-size:11px;
	width:275px;
	text-align:left;
	float:left;
	margin:7px 0px 0px 0px;
}

.comment_frame .item span{
	color:#808080;
	font-size:10.5px;
	font-weight:normal;
}

.comment_frame .error {
	color:#656565;
	font-size:11px;
	text-align:left;
	float:left;
	background:#f6F6F6;
	width:600px;
	padding:5px 10px 5px 10px;
}

.comment_frame .error b{
	color:#df0100;
}

.comment_frame .valide {
	color:#656565;
	font-size:11px;
	text-align:left;
	float:left;
	background:#f6F6F6;
	width:600px;
	padding:5px 10px 5px 10px;
}

.comment_frame .valide a{
	color:#df0100;
}

.comment_frame .valide b{
	color:#252525;
}

.comment_frame .value,
.comment_frame .value_error{
	width:275px;
	float:left;
}

.comment_frame .value input,
.comment_frame .value_error input{
	width:275px;
	border:2px #DDDDDD solid;
	background:#FDFDFD;
	font-size:11px;
	color:#353535;
	padding:3px 4px 3px 4px;
}

.comment_frame .value_error input{
	border:2px #df0100 solid;
}

.comment_frame .value textarea,
.comment_frame .value_error textarea{
	width:273px;
	height:50px;
	border:2px #DDDDDD solid;
	background:#FDFDFD;
	font-size:11px;
	color:#353535;
	font-family:'Verdana';
	padding:4px;
}

.comment_frame .value_error textarea{
	border:2px #df0100 solid;
}

.comment_frame .btn{
	float:right;
	width:260px;
	margin:12px 0px 0px 0px;
}