/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
#Zone_Global
{
	position: relative;
	width: 980px;
	left: 50%;
	background-image: url(picts/css/top.jpg);
	background-repeat: no-repeat;
	margin-left: -490px;
	/*background-color: #EBEBEB;*/
	/*display: table;*/
}
#Zone_Logo
{
	position: absolute;
	top: 6px;
	left: 474px;
/*
	background-image: url(picts/Logo-Syscars_fb_h100.png);
	background-repeat: no-repeat;
*/
	width: 391px;
	height: 119px;
	/*
	width: 262px;
	height: 100px;
*/
}

#Zone_Entete
{
	width: 960px;
	height: 198px;
	padding: 0px 10px 0px 10px;
	/*background-color: #FF8000;*/
	/* CSS 3 */
	opacity : 0.5;
}

#Zone_Conteneur
{
	MARGIN: 0px;
	WIDTH: 980px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #e4741f;
	border-left: none;
	padding: 0;
	background: #FFF url(picts/css/fond_schema.png) no-repeat right bottom;
}

#Zone_Contenu
{
	margin: 0 0 -8px 0;
	width: 440px;
	float: left;
	padding: 0 10px 20px 10px;
	border-top: none;
	border-right: 1px solid #e4741f;
	border-bottom: none;
	border-left: 1px solid #e4741f;
	background-color: #f9f9f9;
}

#Zone_ColGauche
{
	width: 210px;
	/*BACKGROUND: #ebebeb;*/
	float: left;
	text-align: center;
}

#Zone_ColGauche label
{
	font-size: 8pt;
	margin: 0 2px 0 0;
	width: 80px;
	float: left;
	display: inline;
	padding: 0;
	clear: both;
}

#Zone_ColDroite
{
	width: 300px;
	padding: 0 0 0 8px;
	/*BACKGROUND: #ebebeb;*/
	float: left;
}

#Zone_Menu
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: #cde19a;
	/*float: left;*/
	PADDING-BOTTOM: 15px;
	width: 200px;
	PADDING-TOP: 15px;
	height: 100%;
}

#Zone_Print
{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 162px;
	left: 460px;
}

#Zone_Pied
{
	width: 980px;
	/*background-color: #cde19a;*/
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #B3B3B3;
}

#Zone_CadrePhoto
{
	height: 150px;
	width: 200px;
	background-image: url(picts/css/cadre_photos.png);
	background-repeat: no-repeat;
	padding: 8px 0 0 11px;
	text-align: left;
	margin: 0 0 0 10px;
}

#divNewsCont
{
	position: relative;
	width: 280px;
	height: 230px;
	overflow: hidden;
	clip: rect(0,280,230,0);
	visibility: hidden;
	margin: 0;
	padding: 0 10px 0 0;
}
#divNewsText
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 6px 0 6px;
	/*background-color: #FF6;*/
}
#divNewsText a { color: black; }
DIV.Article { margin-left: 10px; }
/*
DIV.Article { BACKGROUND: url(picts/css/cadre/custom_corners_topleft.gif) no-repeat left top; }
DIV.Article H3
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	FONT-SIZE: 1.3em;
	BACKGROUND: url(picts/css/cadre/custom_corners_topright.gif) no-repeat right top;
	PADDING-BOTTOM: 15px;
	MARGIN: 0px;
	PADDING-TOP: 15px;
}
DIV.ArticleBody
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 15px;
	BACKGROUND: url(picts/css/cadre/custom_corners_rightborder.gif) repeat-y right top;
	PADDING-BOTTOM: 15px;
	MARGIN: -2em 0px 0px;
	PADDING-TOP: 15px;
}
DIV.ArticleFooter
{
	background-image: url(picts/css/cadre/custom_corners_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
DIV.ArticleFooter P
{
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	PADDING-LEFT: 15px;
	BACKGROUND: url(picts/css/cadre/custom_corners_bottomright.gif) no-repeat right bottom;
	PADDING-BOTTOM: 15px;
	MARGIN: -2em 0px 0px;
	PADDING-TOP: 15px;
}
*/

.Bouton
{
	height: 30px;
	margin: 4px 0px 4px 0px;
	padding: 0;
	/*background-image: url(picts/css/part_left.gif);*/
	background-image: url(picts/css/part_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.Bouton A
{
	font-size: 14px;
	color: #d2521d;
	TEXT-DECORATION: none;
}
.Bouton A:hover
{
	color: #C00;
	TEXT-DECORATION: none;
	background-color: transparent;
	border: none;
}
.Bouton center
{
	/*BACKGROUND: url(picts/css/part_right.gif) no-repeat right top;*/
	/*padding: 6px 16px 0 0;*/
	/*margin: 0px 0px 0px 16px;*/
	padding: 6px 32px 0 0;
	margin: 0px 0px 0px 32px;
	height: 26px;
	TEXT-ALIGN: center;
	background-color: white;
	background-image: url(picts/css/part_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}

.image
{
	border: none;
	padding: 2px;
}
.imageleft
{
	border: none;
	padding: 2px;
	float: left;
	clear: both;
}
.imageright
{
	border: 1px #cde19a none;
	padding: 2px;
	float: right;
	clear: both;
	margin-left: 10px;
}


/* -- Formulaires : */
form { margin: 2px 0 4px 0; }

/* .......... Apparence 1 .......... */
#FormStd fieldset
{
	margin: 4px 4px 20px 4px;
	padding: 10px;
	border-width: 1px;
	border-color: #e4741f;
	background-color: #FFF;
}

#FormStd legend
{
	color: black;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 10px;
}
.BlocCR
{
	/*background-color: olive;*/
	float:left;
	width:200px;
}

#FormStd label
{
	margin: 0 5px 0 0;
	width: 100px;
	float: left;
	display: inline;
	padding: 0;
	clear: both;
	text-align: right;
}
#FormStd label.inline
{
	width: auto;
	float: none;
	clear: none;  /*Pour IE6 !*/
}
#FormStd label.wide
{
	width: 200px;
}
#FormStd label.left
{
	text-align: left;
	padding-left: 20px;
	width: 80px;
}

#FormStd label.obligatoire { color: #FF2234; }

#FormStd input, textarea
{
	font-weight: bold;
	margin: 1px 0 0;
	color: #d2521d;
	font-size: 9pt;
	background-color: #fae1ca;
	border: 1px solid #d2521d;
	padding: 1px;
}

#FormStd input.obligatoire
{
	font-weight: bold;
	margin: 0;
	color: #FF2234;
	font-size: 9pt;
	border-color: #555;
	border-width: 1px;
	border-style: solid;
	background-color: #FEE;
}

#FormStd .focus
{
	color: black;
	background-color: #FF0;
}

#FormStd .normal
{
	color: black;
	/*background: white;*/
}

#FormStd p
{
	margin: 0;
	padding: 2px;
}

#FormStd .FormLP { padding: 0 0 4px 0; }
#FormStd .FormLI { padding: 0 0 4px 0; }
#FormStd .formbutton { color: #000; }

#FormStd a.formbutton:link, a.formbutton:visited
{
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #F00;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 2px 3px;
	border: solid 1px black;
}

#FormStd a.formbutton:hover
{
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	border-color: #C00000;
	border-width: 1px;
	border-style: inset;
}

/* ---------- Boutons */
.stdbutton { color: #000; }

a.stdbutton:link, a.stdbutton:visited
{
	color: white;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #3a6da5;
	text-align: center;
	padding: 4px 8px 1px 8px;
	border-top: 1px #666 solid;
	border-right: 2px #4C4C4C solid;
	border-bottom: 2px black solid;
	border-left: 1px #CCC solid;
}

a.stdbutton:hover
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #faa552;
	text-align: center;
	padding: 4px 8px 1px 8px;
	border-top: 1px #666 inset;
	border-right: 2px #4C4C4C inset;
	border-bottom: 2px black inset;
	border-left: 1px #CCC inset;
}

/* ---------- Menus */
.menu
{
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 2px;
	border-top-width: 0px;
	border-left-style: none;
	border-bottom-style: outset;
	border-right-style: outset;
	border-top-style: none;
	border-color: #cde19a;
	width: 100px;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	/*background-color: #BDF96F;*/
	padding: 5px;
	margin: 0 0 1px 0;
	height: 16px;
}

.menuhl
{
	background-color: #e4741f;
	border: 1px outset #fae1ca;
	width: 100px;
	color: black;
	font-weight: bold;
	font-size: 11pt;
	/*background-color: #FEFF01;*/
	padding: 5px;
	margin: 0 0 1px 0;
	height: 16px;
}

.menuL2
{
	color: white;
	font-weight: bold;
	font-size: 8pt;
	/*background-color: #7BAF00;*/
	padding: 5px;
	margin: 0 0 1px 0;
	height: 15px;
	background-image: url(picts/css/fond_m_l2.png);
}

.menuL2hl
{
	color: black;
	font-weight: bold;
	font-size: 9pt;
	background-color: #fae1ca;
	padding: 5px;
	margin: 0 0 1px 0;
	height: 15px;
}

.menuacc
{
	background-image: url(picts/css/menu_accueil.png);
	width: 80px;
	height: 22px;
}
.menuacchl
{
	background-image: url(picts/css/menu_accueil_hl.png);
	width: 80px;
	height: 22px;
}

.menucont
{
	background-image: url(picts/css/menu_contact.png);
	width: 86px;
	height: 22px;
}
.menuconthl
{
	background-image: url(picts/css/menu_contact_hl.png);
	width: 86px;
	height: 22px;
}

#LeftBar
{
	/*background-color: #CCC;*/
	height: 240px;
	width: 160px;
	background-image: url(picts/css/Fond_menu.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
}

.menuleft
{
	width: 120px;
	/*background-color: #7baf00;*/
	color: white;
	font-weight: bold;
	font-size: 11pt;
	padding: 5px 0 5px 25px;
	margin: 5px 0 1px 0;
	height: 20px;
	background-image: url(picts/css/puce_mg.png);
	background-repeat: no-repeat;
	/*border: 1px green solid;*/
}

.menulefthl
{
	width: 120px;
	/*background-color: #cde19a;*/
	color: black;
	font-weight: bold;
	font-size: 11pt;
	padding: 5px 0 5px 25px;
	margin: 5px 0 1px 0;
	height: 20px;
	background-image: url(picts/css/puce_mg_HL.png);
	background-repeat: no-repeat;
}

.ssmenuL2
{
	background-color: #FFF;
	border: 2px #000 solid;
	padding-right: 10px;
}



path
{
	font-size: 8pt;
}

a.menu
{
	color: #FEFF01;
	font-size: 10pt;
	text-decoration: none;
}

a.menulink
{
	color: black;
	text-decoration: none;
}

a:visited.menulink
{
	color: white;
	text-decoration: none;
}

a:hover.menulink
{
	color: white;
	text-decoration: none;
	background-color: #5a0867;
}

a.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}

a:visited.menulinkhover
{
	color: #f00;
	border-bottom: 1px solid #00a5c6;
	background-color: #006579;
}

hr {
	clear: both;
	visibility: hidden;
}

/* ---------- Stats */

/*
.tablecell  { font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff9cd }
.tabletitre  { font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b }
h1 { color: #0092d2; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b; letter-spacing: 1px; border-style: solid; border-width: 1px 2px 2px 1px; border-color: #0092d2 }
h2  { color: #0092d2; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #fff99b; border-top: #0092d2; border-right: #0092d2; border-bottom: 1px solid #0092d2; border-left: #0092d2 }
*/

#Stats_Head
{
	height: 100px;
	clear: both;
	background-color: #FFF99B;
	color: #008000;
}

#Stats_Content
{
	overflow: auto;
	background-color: #FFF;
}
