/* Balises Html simples */
body {
	margin: 0px;
	padding: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

/* Blocs principaux */
#PAGE {
	position: absolute;
	left: 25px;
	top: 78px;
	width: 100%;
	z-index: 1;
}

* html #PAGE { /* Pour IE6 */
	top: 82px;
}

*+html #PAGE { /* Pour IE7 */
	top: 82px;
}

#ENTETE {
	margin: 0px 5px 0px 5px;
	position: fixed;
	right: 0px;
	width: 190px;
	z-index: 3;
}

* html #ENTETE { /* Pour IE6 */
	position: absolute;
	right: -10px;
}

/*****************************************************************************/
/* GESTION DU MENU */
#MENU {
	padding: 25px 5px 0px 5px;
	position: fixed;
	right: 0px;
	top: 53px;
	width: 190px;
	min-height: 150px;
	text-transform: uppercase;
	font: bold 22px Verdana, arial, helvetica, sans-serif;
	z-index: 2;	
}

* html #MENU { /* Pour IE6 */
	position: absolute;
	right: -13px;
	top: 57px;
	height: 150px;
}

*+html #MENU { /* Pour IE7 */
	top: 57px;
	min-height: 150px;
}

#MENU ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#MENU li {
	margin-bottom: 5px;
}

#MENU a {
	text-decoration: none;
}

/*****************************************************************************/
/* GESTION DE LA SCROLL BAR */
#LESCROLL {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 23px;
	background: #3B3B3B;
}

.draggable {
	float: left;
	width: 89px;
	height: 23px;
}

#draggable2 {
	cursor: e-resize;
}

/*****************************************************************************/
/* GESTION DU FOOTER */
#FOOTER {
	margin-left: 25px;
	padding-top: 15px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font: bold 16px Verdana, arial, helvetica, sans-serif;
}

/*****************************************************************************/
/* GESTION DU CONTENU */
#CONTENU {
	margin-top: -30px;
	padding-top: 30px;
	position: relative;
	height: 460px;
	width: 100%;
	overflow: hidden;
}

.newsBox {
	/*margin: 0px 756px 0px 0px;*/
	position: absolute;

}

.meaBoxReplie {
	margin-left: 2px;
	width: 250px;
}

.meaBoxDeplie {
	width: 758px;
	height: 298px;
	overflow: hidden;
}

* html .meaBoxDeplie { /* Pour IE6 */
	width: 756px;
	height: 302px;
}

/* Charte texte */
.meaTitreBox {
	min-height: 53px;
	font-family: Verdana, arial, helvetica, sans-serif;
}

* html .meaTitreBox { /* Pour IE6 */
	height: 53px;
}

.meaBoxDeplie .meaTitreBox {
	margin: 0px -2px 0px 2px;
}

.meaTitreBox .labelText {
	position: absolute;
	font-size: 10px;
	top: 4px;
}

.meaBoxReplie .meaTitreBox .labelText {
	left: 185px;
}

.meaBoxDeplie .meaTitreBox .labelText {
	left: 6px;
}

.meaTitreBox .labelText a {
	text-decoration: none;
}

.meaTitre {
	padding-bottom: 5px;
	position: relative;
	left: 10px;
	width: 230px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.datePost {
	position: relative;
	left: 10px;
	top: 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
}

.meaMedia {
	width: 250px;
	height: 0px;
}

* html .meaBoxReplie .meaMedia { /* Pour IE6 */
	background: #2F2F2F;
}

.meaBoxDeplie .meaMedia {
	margin-left: 2px;
	height: 245px;
}

* html .meaBoxDeplie .meaMedia { /* Pour IE6 */
	height: 243px;
}

.mediaImg, .mediaVideoLink, .mediaVideoFlv, .mediaVideoMov {
	margin-bottom: 7px;
}

.meaText {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.meaBoxReplie .meaText a {
	text-decoration: none;
}

.meaBoxDeplie .meaText {
	padding: 0px 5px 0px 5px;
	border-right: solid 1px #000000;
	position: absolute;
	top: 53px;
	height: 245px;
	overflow: auto;
	text-align: left;
}

* html .meaBoxDeplie .meaText { /* Pour IE6 */
	height: 249px;
}

.petitCadre {
	left: 252px;
	width: 240px;
}

* html .petitCadre { /* Pour IE6 */
	left: 250px;
}

.grandCadre {
	left: 2px;
	width: 490px;
}

.tagZone {
	position: absolute;
	width: 245px;
	height: 53px;
	font-size: 9px;
	font-weight: normal;
}

.meaBoxReplie.tagZone {
	left: 0px;
	top: -26px;
	height: 30px;
}

.meaBoxDeplie .tagZone {
	margin-top: 1px;
	left: 253px;
	top: 0px;
}

* html .meaBoxDeplie .tagZone { /* Pour IE6 */
	top: 2px;
}

*+html .meaBoxDeplie .tagZone { /* Pour IE7 */
	top: 2px;
}

.meaBoxDeplie .tagText, .meaBoxDeplie .tagComment {
	position: relative;
	top: 23px;
}

.meaBoxReplie .tagText a, .meaBoxDeplie .tagText a {
	text-decoration: none;
}

.meaBoxDeplie .tagText a:hover {
	text-decoration: underline;
}

.meaComments {
	padding: 0px 5px 0px 5px;
	position: absolute;
	left: 503px;
	top: 4px;
	width: 245px;
	height: 294px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

* html .meaComments { /* Pour IE6 */
	left: 501px;
	height: 298px;
}

.comTitreBox {
	height: 53px;
	font-family: Verdana, arial, helvetica, sans-serif;
}

.comTitre {
	position: absolute;
	top: 14px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.comPost {
	border-bottom: solid 1px #FFFFFF;
	font-size:10px;
	margin-bottom:3px;
	padding-bottom:3px;
}


.comPost .labelText{
	border-bottom: solid 1px #FFFFFF;
	font-size:10px;
}



.comPostVide {
	font-size: 10px;
	text-align: center;
}

.comPagination {
	position: absolute;
	top: 277px;
	width: 243px;
	font-size: 12px;
	font-weight: normal;
}

* html .comPagination { /* Pour IE6 */
	top: 282px;
}

*+html .comPagination { /* Pour IE7 */
	top: 278px;
}

.comPagination .comNavPrec {
	position: absolute;
	left: 2px;
}

.comPagination .comNavSuiv {
	position: absolute;
	left: 184px;
}

.comPagination .comNavEtat {
	position: absolute;
	left: 95px;
}

.comPagination .comNavPrec a, .comPagination .comNavSuiv a {
	text-decoration: none;
}

.comPagination .comNavPrec a:hover, .comPagination .comNavSuiv a:hover {
	text-decoration: underline;
}

.formCommentBox {
	position: absolute;
	left: 254px;
	top: 305px;
	width: 504px;
	text-align: right;
}

* html .formCommentBox { /* Pour IE6 */
	left: 252px;
	top: 308px;
}

.formCommentTitre {
	position: absolute;
	left: 0px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
	font: bold 16px Verdana, arial, helvetica, sans-serif;
}

.labelText {
	font: bold 12px Verdana, arial, helvetica, sans-serif;
	
}

.inputLook {
	border: 0px;
	height: 16px;
	text-align: left;
	vertical-align: top;
	font: bold 12px Verdana, arial, helvetica, sans-serif;
}

.boutonLook {
	border: 0px;
	cursor: pointer;
	font: bold 16px Verdana, arial, helvetica, sans-serif;
}

.formCommentBox label {
	width: 202px;
	vertical-align: text-top;
}

.formCommentBox textarea {
	margin: 3px 0px 4px 0px;
	width: 404px;
	height: 68px;
}





#decal{
float:left;
margin-left:778px;
}



/* GESTION COMMENTAIRE*/
#COM{
padding-top:600px;
color:#FFFFFF;
}
#li_podcast {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	height: 190px;
}
#li_podcast  a{
	display: block;
}
#f_newsletter{
	text-align:center;
	margin: -5px 0px 0px 0px;
	padding: 5px 0px 6px 0px;
	width: 172px;
	height: 47px;
	background: #373737;
}


#input_newsletter{
	margin: 0px 0px 0px 5px;
	padding-left:3px;
	border:none;
	width:162px;
	height:19px;
	background:url(../img/img_news_input.jpg) no-repeat;
}
#bt_newsletter{
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 3px 0px;
	background: #FF7200;
	color: #FFFFFF;
	cursor: pointer;
	font-weight:bolder;
	border:none;
	width:162px;
	height:19px;
}


