/*
FICHIER CSS
Créé le 18 Décembre 2009 à 00h15
Par Luigi_home
*/

/*
	GÉNÉRALES : Formulaires
*/

fieldset {	margin-bottom: 5px; }
fieldset legend { font-weight: bold; }

div.cadre_formulaire
{
	border: 1px solid #808080;
	padding: 5px;
	padding-top: 0px;
	background-color: white;
}

div.cadre_formulaire h4
{
	margin: 0px;
	margin-bottom: 10px;
	margin-left: -5px;
	margin-right: -5px;
	background-color: #487DA3;
	padding: 6px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border-bottom: 3px double white;
	border-top: 0px double white;
}

	div.cadre_formulaire input[type=text], div.cadre_formulaire input[type=password]
	{
		border: 1px solid #808080;
		border-left: 3px solid #808080;
		margin-bottom: 2px;
	}
	
	div.cadre_formulaire input[type=text]:focus, div.cadre_formulaire input[type=password]:focus
	{
		border: 1px solid green;
		border-left: 3px solid green;
	}

label.label_float
{
	display: block;
	float: left;
	width: 40%;
}

div.block_boutons
{
	text-align: center;
}

	div.block_boutons img { vertical-align: middle; }
	div.block_boutons img:hover { vertical-align: middle; background-color: #E5E5E5; }

div.block_smileys
{
	float: left;
	width: 40px;
	margin-top: 20px;
	text-align: center;
	margin-right: 5px;
}

textarea.textarea_bbcode
{
	/*width: 100%;
	height: 200px;*/
	
	width: 92%;
	height: 200px;
	background: url('../images/fond_textarea.png') no-repeat 45% white;
	border: 1px solid #808080;
}

div.cadre_news
{
	margin-bottom: 20px;
}

	div.cadre_news div.titre_news
	{
		background-color: #E5E5E5;
		background-color: #00558F;
		background-color: #007CCF;
		background-color: #95CBEF;
		text-align: center;
		font-size: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
		div.cadre_news div.titre_news span { color: #1F397F; font-weight: bold; font-size: 12px; }
	
	div.cadre_news div.corps_news
	{
		padding: 10px;
		background-color: #F7F7F7;
	}

/*
	PAGE: Livre d'or
*/

div.block_livredor
{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20px;
	border: 1px solid #C3D8DF;
}

	div.block_livredor div.entete_message
	{
		background-color: #45779F;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 20px;
		font-weight: bold;
		border-bottom: 3px double white;
		color: white;
	}
	
	div.block_livredor div.actions
	{
		background-color: #FFE4CF;
		font-size: 11px;
		text-align: center;
	}
	
	div.block_livredor div.corps_message
	{
		padding: 5px;
	}

div.cadre_editions
{
	background-color: #F5F5F5;
	margin-top: 10px;
	height: 50px;
	border: 1px solid #808080;
}

	div.cadre_editions ul
	{
		margin: 0px;
		margin-top: 3px;
		list-style-type: none;
		list-style-image: none;
	}
		
		div.cadre_editions ul li.nonlien
		{
			background-color: #E5E5E5;
			padding-left: 7px;
			padding-right: 7px;
			text-align: center;
			border: 1px solid #808080;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
		}
	
		div.cadre_editions ul li.lien
		{
			background-color: #E5E5E5;
			display: block;
			padding-left: 7px;
			padding-right: 7px;
			text-align: center;
			cursor: pointer;
			border: 1px solid #808080;
			float: left;
			margin-right: 5px;
			margin-bottom: 5px;
		}

div.cadre_editions2
{
	/*border: 1px solid #4FB8FF;
	background-color: #DFF2FF;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;*/
	
	margin-top: -20px;
	text-align: center;
}

div.cadre_editions2 input, div.cadre_editions2 select
{
	font-size: 10px;
}

/*
	FORUMS
*/

#design #content #contenu a.lien_forum, span.lien_forum
{
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	padding-right: 20px;
	font-size: 2.0ex;
	color: black;
	background: url('../images/fond_lien_forum.png') repeat-x;
	text-decoration: none;
	border: 1px solid #707070;
	margin-right: 5px;
}

#design #content #contenu a.lien_forum:hover
{
	background: url('../images/fond_lien_forum_hover.png') repeat-x;
	border: 1px solid #3C7FB1;
}
