/****************************************************************
	Balise du texte
*****************************************************************/

#bloc_texte
{
	font-size : 13px;
	text-align : left;
	color : black;
}

#situation
{
	text-align: left;
	font-family : Comic sans MS;
	font-size : 12px;
	color : #95b7eb;
	text-decoration : none;
}

#bloc_introduction
{
	border : 1px dashed #93baeb;
	background-color : white;
	font-family : Comic sans MS;
}

#bloc_auteur
{
	border : 1px dashed #93baeb;
	background-color : white;
	font-family : Comic sans MS;
}

#nouvelles_titre
{
	text-align: left;
	font-family : Comic sans MS;
	font-size : 14px;
	color : #006ec3;
	text-decoration : none;
}

h2
{
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	margin : 5px 0 20px 0;
	border-bottom: 1px solid #93baeb;
	border-top: 1px solid white;
	background-color: #e0eaf9;
	border-left: 1px solid white;
	border-right: 1px solid #93baeb;	
}

h3
{
	font-size : 16px;
	font-weight : lighter;
	text-align : center;
	margin : 5px 10% 20px 10%;
	border-bottom : 1px solid #93baeb;
	border-top : 1px solid white;
	background-color : #e0eaf9;
	border-left : 1px solid white;
	border-right : 1px solid #93baeb;
}

h4
{
	font-size : 17px;
	font-weight : lighter;
	text-align : center;
	margin : 5px 54% 20px 10%;
	border-bottom : 1px solid #93baeb;	
	border-left : 1px solid #93baeb;

}

.agauche
{
	text-align : center;
}

.option
{
	text-align : center;
}

.nouvelles
{
	text-indent : 10px;
}

.redac_news
{
	text-align : center;
}

h2.news
{
	padding-right : 10px;
	background-image: url("../images/news.png");
	background-repeat : no-repeat;
	
}

h2.forum
{
	padding-right : 10px;
	background-image: url("../images/discussion.png");
	background-repeat : no-repeat;
	
}

h2.com
{
	padding-right : 10px;
	background-image: url("../images/pause.png");
	background-repeat : no-repeat;
	
}

.sommaire
{
	font-size : 18px;
	text-decoration : none;
	text-align : center;
}

.page
{
	text-align : center;
	color: #006ec3;
	text-decoration: none;
}

.titre
{
	text-align: left;
	font-family : Comic sans MS;
	font-size : 17px;
	color : #006ec3;
	text-decoration : none;
}

/****************************************************************
	Balise des tableaux
*****************************************************************/

.redaction
{
	border: 1px solid #93baeb;
	border-collapse : collapse;
	text-align : center;
	padding : 10px;
}


/****************************************************************
	Balise input
*****************************************************************/

.auth
{
	width : 93%;
}

