/**
 * @version $Id: template.css,v 1.54 2009-03-31 11:55:36 jyn Exp $
 * @package ecopital
 * @copyright Copyright (C) 2008 BROCELIA. All rights reserved.
 */

 /*param�tres de base*/
 * { margin: 0px; padding: 0px;}
 p { margin-bottom: 5px;}
 a { text-decoration:none; }
 ol { padding-left:0px;	margin-left:40px; text-align:left; }
 ul { padding-left:0px;	margin-left:20px; text-align:left; }
 div.break { clear:both;	line-height: 0px; font-size: 0px; }
.fl{ float:left; }
.fr{ float:right; }

.gris{background:#E7E7E7;}

 input[type="text"], input[type="password"], textarea {
 	border:1px solid rgb(145, 115, 155);
 	background-color:transparent;
 }
 .validate,.button {
   	font-weight:bold;
	color:rgb(222, 0, 96);
	text-decoration:underline;
	border-width:0px;
	background-color:transparent;
  	cursor:pointer;
 }

 body { font-family:arial,sans-serif; font-size:11px;color:#33122f; }

 /*Organisation de la page*/
 div#page {
 	width:992px;
 	margin-left:auto;
 	margin-right:auto;
 	background-image:url(../images/fond_gris.gif);
 	background-repeat:repeat-y;
 	background-position: 247px -1px;
 }
 div#top {
 	height:174px;
 	background-image:url(../images/bandeau.gif);
 	background-color:#fff;
 }
 div#bandeau_gris {
 	margin-left:200px;
 	margin-top:50px;
 	height:60px;
 	width:684px;
 	background-image:url(../images/bandeau_gris.png);
 	margin-left:267px;
 	margin-top:-56px;
 	opacity:0.4;
 }
 div#top img#logo-transparent {
 	border-width:0px;
 }
 div#main {
 	border:0px solid #ff0000;
 }
 div#left {
 	width:253px;
 	float:left;
 	border:0px solid #ff0000;
 	/*background-image:url(../images/ligne_pointillee_verticale.gif);
 	background-repeat:repeat-y;
 	background-position:100% 0%;*/
 }
 div#left div#left_top{
 	min-height:340px;
 }
 div#center {
 	width:617px;
 	float:left;
 	margin-left:25px;
 	background-color:#f7f7f7;
 	margin-top:-62px;
	min-height:515px;
	padding:0px 20px 20px;
 }
 div#bottom { clear:left; }

 /*Styles des menus*/
 ul.menu_mainmenu, ul.menu_identifiez_vous, ul.menu_salle_des_profs {
 		font-size:12px;
 }
 ul.menu_mainmenu, ul.menu_mainmenu ul, div.moduletable_register ul, ul.menu_identifiez_vous {
 		list-style-type:none;
 		margin-left:0px;
 		text-align:right;
 }
 /*Sp�cifique menu niveau 1*/
 ul.menu_mainmenu li, ul.menu_salle_des_profs li {
 		background-image:url(../images/pucemenu.gif);
 		background-repeat:no-repeat;
 		background-position:right 3px;
 		margin:15px 0px 5px 0px;
 }
 ul.menu_mainmenu a,ul.menu_mainmenu span.contacts, ul.menu_mainmenu .separator, ul.menu_salle_des_profs span {
 		font-weight:bold;
 		color:#33122f;
 		margin-right:30px;
 }
 ul.menu_mainmenu .separator {
 	cursor:pointer;
 }
 /*Sp�cifique menu niveau 2*/
 .moduletable_notes_recentes{
 	margin-bottom:10px;
 }
 .moduletable_notes_recentes, .moduletable_notes_recentes ul li {
 	text-align:right;
 }
 .moduletable_notes_recentes h3{
 	padding-right:47px;
 	color:#C1AAC1;
 	font-weight:bold;
 	font-size:12px;
 }
  .moduletable_notes_recentes ul{
  	list-style-type:none;
  	background-image:url(../images/ligne_pointillee_verticale.gif);
  	background-repeat:repeat-y;
 	background-position:200px 5px;
 	padding-right:47px;
  }
 ul.menu_mainmenu ul li ul{
  	list-style-type:none;
  	background-image:url(../images/ligne_pointillee_verticale.gif);
  	background-repeat:repeat-y;
 	background-position:220px 5px;
 	/*padding-right:47px;*/
  }
  ul.menu_mainmenu ul li ul li{
  	background-image:none;
  	font-weight:normal;
  	color:#AC96B4;
	font-size:11px;
  }
  ul.menu_mainmenu ul li ul li span{
  	font-weight:normal;
  }
  .moduletable_notes_recentes ul li a{
  	color:#ac96b4;
  	font-size:11px;
  }
 ul.menu_mainmenu ul li, ul.menu_identifiez_vous li,
 .moduletable_notes_recentes h3 {
 		background-image:url(../images/pucesousmenu.gif);
 		background-repeat:no-repeat;
 		background-position:right 5px;
 		margin:3px 0px 3px 0px;
 		overflow:hidden;
 }
 ul.menu_mainmenu ul a, ul.menu_identifiez_vous span {
 		font-weight:bold;
 		color:rgb(193, 170, 193);
 		margin-right:45px;
 }
 ul.menu_identifiez_vous span {
 	cursor:pointer;
 }


 /*---------------------- MODULE D'ENREGISTREMENT ---------------*/
 /* Mise en forme du module Joomla */
 div.moduletable_register {
  		text-align:right;
  		height:auto !important; /*height:250px; min-height:250px;*/
 }
 div.moduletable_register fieldset {
 		border-width:0px;
 		margin:0px 30px 0px 0px;
 		padding:15px 15px 0px 0px;
 		color:rgb(145, 115, 155);
 		background-image:url(../images/pointillehorizontal.gif);
 		background-repeat:repeat-x;
 		background-position:0% 0%;
 }
 div.moduletable_register label {
 		font-weight:bold;
		color:#C1AAC1;
		font-size:12px;
		margin-right:10px;
 }
 div.moduletable_register a {
  		color:rgb(193, 170, 193);
 		/*margin-right:45px;*/
 }
 div.moduletable_register fieldset input {
 		font-size:12px;
 		border:1px solid rgb(193, 170, 193);
 		width:100px;
 }
 div.moduletable_register fieldset input.button,
 div.moduletable_register fieldset input#modlgn_remember {
 	border:none;
 	width:auto;
 }
 div.moduletable_register input.button {
 		margin-right:12px;
 }
 div.moduletable_register form {
 		display:block;
 }
 div.moduletable_register .liens-utiles-register {
 	margin-right:45px;
 }

 span#coordonnees {
 		display:block;
 		font-weight:bold;
 		background-image:url(../images/logoenveloppe.gif);
 		background-repeat:no-repeat;
 		background-position:100% 2px;
 		color:rgb(145, 115, 155);
 		font-size:9px;
 		margin:7px 22px 0px 0px;
 		padding-right:22px;
 		border:0px solid #0000ff;
 }

 /*----------------------------- CONTENU ----------------------------*/

 #josForm td{
 	vertical-align:top;
 }
  #josForm td input{
  	width:175px;
  }
  #josForm .button,
  .josForm .button,
  a#retour{
  	float:right;
  	color:#DE0060;
  	font-sier:11px;
  	margin-top:20px;
  }
  a#retour{
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
	margin-top:220px;
  }

 /*Titre des articles*/
 .top_article, .top_categorie_notes_profs, .top_article_notes_profs {
 	margin-top:-40px;
	position:absolute;
 	height:40px;
	width:620px;
 }
 .top_article .titre_article, .top_categorie_notes_profs .titre_categorie_notes_profs, .top_article_notes_profs .titre_article_notes_profs{
  	font-family:"Times New Roman", serif;
	font-size:19px;
	font-style:italic;
	color:#FFFFFF;
 }
 .top_categorie_notes_profs .username, .top_article_notes_profs .username {
 	margin-left:10px;
 }
.top_article .icon, .top_categorie_notes_profs .icon, .top_article_notes_profs .icon {
 	float:right;
 }

 /*----------------------------- COLONNES PAGES STATIQUES-----------------------*/
div.contenu-statique-left {
	/*styles qui peuvent �tre annul�s localement dans les pages au cas par cas*/
	float:left;
	width:266px;
	padding:20px 20px 20px 20px;
	border:0px solid red;
}
div.contenu-statique-right {
	/*styles qui peuvent �tre annul�s localement dans les pages au cas par cas*/
	float:left;
	width:266px;
	padding:20px 20px 20px 20px;
	background-color:rgb(240, 240, 240);
	border:0px solid blue;
}
div.contenu-statique-right a {
	/*Pour les liens vers des adresses email*/
	color:rgb(222, 0, 96);
	text-decoration:underline;
}
.pagenav_cadre {margin-top:3px;height:20px;vertical-align:middle}
.pagenav_cadre img{vertical-align:middle}
a.pagenav img{border:0;}
 a.pagenav{color:#DE0060;}
 .nav_start{float:left;
 	background:url(../images/nav_start.png);}
 .nav_end{float:right;
 	background:url(../images/nav_end.png);}
 .nav_prev{;
 	background:url(../images/nav_prev.png);}
 .nav_next{;
 	background:url(../images/nav_next.png);}
 
 /*--------------------- CATEGORIE NOTES SALLE DES PROFS -----------------------*/
 .div_blog_notes_profs {
 	clear:right;
 	float:left;
 	width:310px;
 	padding:140px 20px 0px 20px;
 	border:0px solid blue;
 	background-image:url(../images/tableau.png);
	background-repeat:no-repeat;
	background-position:50% 20px;
  }
 .div_blog_notes {
 	clear:right;
 	float:left;
 	width:310px;
 	padding:0px 20px 0px 20px;
 	border:0px solid blue;
  }
 .div_blog_echanger {
 	padding:0px 0px;
 	background-image:none;
  }
 .div_blog_notes_profs .buttonheading img {
 	border-width:0px;
 }
 table.contentpaneopen_notes_profs {
 	width:100%;
 	position:relative;
 	z-index:2;
 }
 .contentheading_notes_profs {
 	padding-top:20px;
 	/*background-image:url(../images/pointillehorizontal.gif);*/
	background-repeat:repeat-x;
	background-position:0% 0px;
 }
 .entete_notes_profs {
 	display:block;
	margin-bottom:15px;
 	border-bottom:1px solid rgb(162, 138, 170);
 }
 	.entete_notes_profs a{
 		color:#33122F;
 	}
 .auteur_notes_profs {
 	display:block;
	/*margin-top:15px;*/
 	color:rgb(222, 0, 96);
	font-size:10px;
	float:left;
 }

 .auteur_notes_profs .nom_notes_profs {
 	color:black;
 }




 .moduletable_liens_doc_txt {
  	float:right;
 	width:200px;
 	padding:20px 20px 20px 20px;
	background-color:rgb(235, 235, 235);
	border:0px solid blue;
}


.article_separator {
	/*line-height: 0px; font-size: 0px;*/
	height:2px;
	padding-top:10px;
	background-image:url(../images/pointillehorizontal.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	display:block;
}

img.encadrement {
	/*border:1px solid rgb(194, 194, 194);*/
}
/*div.contenu-statique-left ul, div.contenu-statique-right u {
	list-style-image:url(../images/puce_contenu.png);
}*/

.componentheading_notes_profs{
	font-size:12px;
	margin-bottom:10px;
	color:#ab94b2;
	margin-top:30px;
	font-weight:bold;
}
#adminForm fieldset{
	margin-top:20px;
	padding:5px;
}
#adminForm .componentheading,
.yvComment .componentheading{
	margin-top:15px;
	color:#C1AAC1;
	font-weight:bold;
}
.yvComment .componentheading{
	margin-bottom:15px;
}
.yvComment .titre_com{
	color:#91739B;
	border-bottom:1px solid #91739B;
}
#adminForm label{
	font-size:12px;
}
#adminForm a.button{
	color:#ab94b2;
	text-decoration:underline;
}
#adminForm #editor-xtd-buttons{
	display:none;
}
#adminForm #publish_up{
	vertical-align:top;
}



div.yvComment .Comment_even,
div.yvComment .Comment,
div.yvComment_notes_profs .Comment_even,
div.yvComment_notes_profs .Comment  {
	margin-bottom:10px;
	padding-bottom:10px;
	background-image: url(../images/border_com.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.suppr_comm .Comments{
	padding:20px;
}

.new_note a{
	color:#ab94b2;
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
	display:block;
	width:auto;
	text-decoration:underline;
}



/* Blogcal 1.5 */
.moduletable_calendar{
	background-image:url(../images/pucesousmenu.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	height:135px;
}
.moduletable_calendar h3{
	text-align:right;
	padding-right:15px;
	margin-right:28px;
	margin-top:15px;
	font-size:14px;
}
.moduletable_calendar h3,
.moduletable_calendar h3 a,
.moduletable_calendar td{
	color:#beadbe;
}
.moduletable_calendar table{
	float:right;
	margin-right:45px;
	padding-top:5px;
	margin-top:5px;
	background-image: url(../images/fond_calendar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.moduletable_calendar td a{
	color:#de0060;
}
.moduletable_calendar th{
	color:#a58dad;
	font-weight:normal;
}

.titre_logo{
	margin:30px 0 25px 0;
}

.logo_mecene img{
	margin-left:28px;
}

.btn_contact{
	border:none;
	background-color:transparent;
	color:#DE0060;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
	margin-top:0px;
	float:right;
}
span#coordonnees a{
	margin-right:0;
	color:#91739B;
	text-decoration:underline;
}
#system-message{
	float:left;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	width:200px;
}