/*
	Auteur			: 	Systonic
	Date création	: 	14/04/09
	Date MAJ		: 	15/05/09
	
	Structure		:
	
	body								- Le fond sans le cadre
		all									- Conteneur principal
			background_top					- La bordure du haut tranparente
			background_repeat				- Les bordures gauches et droites transparentes répétées sur Y
				background_bottom				- Image Fleurs en bas à gauche et fond blanc
					header
						header_left						- Logo Systonic
						header_right
							header_login				- L'espace membre
							header_menu					- Le Menu
							header_news					- La newsletter (rétrécie pour le moment)
					content						- Contient le corps de la page entre le header et le footer
						sidebar_left				- Menu déroulant
						main						- Bannière Flash, Actualités, etc.
							main_banniere
							main_logos
						sidebar_right				- Liens Internes Systonic
					footer						- Crédits
*/


/**************************************************************************
		BALISES xHTML
***************************************************************************/

body{	
	margin: 0; /* pour eviter les marges */
	padding:0;
	text-align: center; /* pour corriger le bug de centrage IE */
	background:url('../img/background-fond.jpg') top center no-repeat #0066a9;
	color:black;
	font-family: verdana;
	font-size:11px;	
}


a img {
	border:none;
}

label {
	cursor:pointer;
}

h1 {
	font-size:26px;
	font-family: "Times New Roman", Arial, serif;
	font-weight: normal;
	margin-top:7px;
}

h2, p span font b, p font  span b, p font b{
	color: #AE2704;
	font-size:14px;
}

h3 {
	font-size:12px;
}

p b  font {
	color: black;
	font-size:14px;
 }
/**************************************************************************
		ALL
***************************************************************************/

#all {
	margin-left: auto;
	margin-right:auto;
	margin-top:20px;
	width:1055px;
	text-align: left; /* on retablit l'alignement normal du texte */
}

/**************************************************************************
		BACKGROUND
***************************************************************************/
#background_top {
	background: url('../img/background-top.png') no-repeat 0 0;
	height:27px;
}

#background_repeat {
	width:1055px;
	float:left;
	padding-left:10px;

	background: url('../img/background-repeat.png') repeat-y 0 0;
}

#background_bottom {
	width:1023px;
	background: url('../img/background-flowers.gif') no-repeat left bottom;
	margin-left:7px;
	background-color:white;
}
/**************************************************************************
		HEADER
***************************************************************************/

#header {
	width: 1023px;
	height: 130px;
}

/**************************************************************************
		HEADER_TOP
***************************************************************************/

#header_top{
	height: 105px;
}

/**************************************************************************
		1 - HEADER_LEFT (LOGO SYSTONIC)
***************************************************************************/

#header_left {
	float: left;
	width: 217px;
	text-align: right;
	padding-left: 13px;
	padding-right: 10px;
	margin-top:30px;
}
	
/**************************************************************************
		2 - HEADER_RIGHT
***************************************************************************/
#header_right{
	height: 95px;
	width: 750px;
	float: left;
	border-bottom:black 1px solid;
}

	
/**************************************************************************
		A - HEADER_LOGIN
***************************************************************************/
		
		
#header_login {
	float:right;
	width: 420px;
	color: #B02703;
	text-align:right;
	font-weight:bold;
	height:50px;
}

#mf_connexion_login {
	margin-left:20px;
}
/**************************************************************************
		B - HEADER_MENU
***************************************************************************/

#header_menu {
	float:left;
	font-size:17px;
	font-family: "Trebuchet Sans MS", Arial, serif;
	font-weight: normal;
	line-height: 20px;
	margin-top:15px;
	width: 750px;
}

#header_menu a {
	text-decoration: none;
	color:black;
	font-size:22px;
}

/**************************************************************************
		C - HEADER_NEWS (NEWSLETTER)
***************************************************************************/

#header_news {
	float: left;
	width: 300px;
	margin-top: 5px;
	text-align:right;
}

#mf_newsletter_email {
	margin-left: 10px;
}

#newsletter_email_lbl {
	font-weight:bold;
	font-family: Arial, serif;
	font-size: 12px;
}

/**************************************************************************
		CONTENT
***************************************************************************/

#content {
	width: 1016px;
	clear: both;
	list-style-image: url('../upload/pagesedito/puce.gif');
}

/**************************************************************************
		1 - SIDEBAR LEFT
***************************************************************************/
#sidebar_left {
	float: left;
	width: 217;
	text-align:left;
	padding-left: 13px;
	padding-right: 10px;
}

/**************************************************************************
		2 - MAIN
***************************************************************************/
#main {
	float: left;
	width: 586px;
}

#main a {
	color: #DF3B1B;
}

#main_banniere {
	height:400px;
	background: url('../img/hr.gif') no-repeat bottom;
}

#actualite {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#actualite1 p, #actualite2 p {
	font-size:11px;
	font-weight: normal;	
	color: black;
}

#actualite1 {
	float: left;
	width: 275px;
}
#actualite2 {
	float: right;
	width: 275px;
}

#main_logos {
	clear:both;
	text-align:center;
	padding-top:10px;
	background: url('../img/hr.gif') no-repeat 0 0;
}

.article {
	z-index:10;
}

.article p, .texte, td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#3F3F3F;
}

.article p b{
	color:black;
	font-weight:bold;
}

.article_imprimer {
	height:50px;
	line-height:50px;
	margin-top:20px;
	padding-top:10px;
	font-variant: small-caps;
	font-size: 14px;
	text-align:right;
	background: url('../img/hr.gif') no-repeat top;
}

.article_imprimer a {
	text-decoration: none;
	font-weight:bold;
	color: #AE3124;
}

.article_imprimer a:hover {
	border-bottom: 1px solid #AE3124;
}

/* Couleur Liens Plan du site */
#main a.plan_level2 {
	color: #3F3F3F;
}
#main a.plan_level2:hover {
	color: #3F3F3F;
	border-bottom: 1px dotted #3F3F3F;
}

#plan_site h1 {
	border-bottom: 1px dotted #359799;
}

a.plan_level1, a.plan_level2, a.plan_level3, a.plan_level4, a.plan_level5, a.plan_level6 {
	font-family:Arial, Helvetica, sans-serif;
}

a.plan_level1 {	font-size: 14px;font-weight: bold;}
a.plan_level2 {	font-size: 13px;}
a.plan_level3 {	font-size: 12px;}
a.plan_level4 {	font-size: 11px;}
a.plan_level5 {	font-size: 10px;}
a.plan_level6 {	font-size: 9px;}

/**************************************************************************
		3 - SIDEBAR RIGHT
***************************************************************************/

#sidebar_right {
	float: left;
	width: 150px;
	padding-left:15px;
	text-align:left;
}


/**************************************************************************
		FOOTER
***************************************************************************/
.footer {
	clear:both;
	text-align: center;
	padding-top: 20px;
	margin-top: 30px;
	padding-bottom: 15px;
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.footer a {
	text-decoration:none;
	color: black;
}

.footer a:hover {
	text-decoration:underline;
}

/**************************************************************************
		CLASS
***************************************************************************/
.small {
	font-size:10px;
}

.form_small input, .form_small textarea{
	font-family:Verdana, sans-serif;
	font-size: 10px;
	padding: 2px;
}

.form_rouge input, .form_rouge textarea {
	background-color: #B02703;
	color: white;
}