/*====Styles general====*/
div.general_sous_titre{/*le premier sous titre de la page, collé sous le titre principal*/
	background-image:url('../imgs/general/bg_sous_titre1.gif');
	background-repeat:no-repeat;
	width:782px;
	height:68px;
	margin:0px 0px 0px 1px;
	background-color:#900d0d;/*patch pour le bug*/
}
div.general_img_sous_titre{
	padding:0px 0px 0px 36px;
	height:68px;
}
div.general_sous_titre2{/*tous les autres sous titre de la page*/
	background-image:url('../imgs/general/bg_sous_titre2.gif');
	background-repeat:no-repeat;
	width:782px;
	height:107px;
	margin:0px 0px 0px 1px;
}
div.general_img_sous_titre2{
	padding:31px 0px 0px 36px;
}
div.general_cnt_box{
	width:782px;
	margin:0px 0px 0px 1px;
	background-image:url('../imgs/general/bg_contenu.gif');
	background-repeat:repeat-y;
	padding:0px 0px 10px 0px;
}
div.general_cnt_txt{
	width:702px;
	padding:30px 40px 0px 40px;
	color:#FFFFFF;
	font-size:12px;
}
div.history_cnt_txt{
	width:702px;
	margin:30px 40px 30px 40px;
	padding: 10px 10px 10px 10px;
	color:#000000;
	background-color: #FFFFFF;
	font-size:12px;
}
div.general_bas_page{
	width:782px;
	height:95px;
	background-image:url(../imgs/general/general_bg_bas_page.gif);
	margin:0px 0px 0px 1px;
	/*clear:both;*/
}
/*Titre dépendant des section*/
div.general_titre{
	background-repeat:no-repeat;
	height:63px;
	width:782px;
	margin:0px 0px 0px 1px
}
div.credits_titre
{
    background-image:url('../imgs/general/credits_bg_titre.gif');
}
div.clavardage_titre{
	background-image:url(../imgs/general/clavardage_titre.gif);
}
div.section_membre_titre{
	background-image:url(../imgs/general/inscription_titre.gif);
}
div.enseignant_titre{
	background-image:url(../imgs/general/enseignant_titre.gif);
}
/*========== Section Membres ==========*/
.frm_membres_inscription{
}
.membres_input_txt{
	width:200px;
}
.membres_btn_envoyer{
	width:100px;
	padding:2px 5px 2px 5px;
}
div.membres_colg{
	width:202px;
	float:left;
	text-align:right;
	margin:0px 5px 20px 0px;
	font-weight:bold;
}

div.membres_cold{
	width:245px;
	float:left;
	text-align:left;
	margin:0px 0px 20px 5px;
	color:#FFFFFF;
}
div.inscription_col1{
	float:left;
	width:465px;
}
div.inscription_col2{
	float:left;
	width:237px;
}
/**/
.inscription_col2 ul {
	padding: 0;
	margin: 4px -1px 0 0;
	font-size:11px;
}
.inscription_col2 li {
	background: transparent url(../imgs/blogues/rond_bullet.gif) no-repeat left center;
	background-position:top left;
	list-style: none;
	list-style-type: none;
	padding: 0px 0px 10px 20px;
	vertical-align:top;
	
}
