﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-color: #f0f0e0;
}

a:link
{
    color: #FE7100;
    text-decoration: underline;
}
a:visited
{
    color: #FE7100;
}
a:hover
{
    color: #FE7100;
    text-decoration: none;
}
a:active
{
    color: #FE7100;
}

p, ul
{
    margin-bottom: 15px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 5px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
form 
{
	margin: 0px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

div.header 
{
	background: #EBE7C8 url('images/degrad-haut.gif') repeat-x;
	height: 90px;
	border-top: solid 2px #FE7100;
}

.header a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
.header a:hover 
{
	text-decoration: underline;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#pageheader
{
	margin: 5px;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: #968A4D;
}

#pageheader h1
{
	background-color: #FE7100;
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: White;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px !important;
}

#main
{
    padding: 5px 30px 5px 30px;
    background-color: #fff;
    margin-bottom: 5px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #666666;
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    border-top: solid 1px #DEDEDE;
    background-color: #F7F7F7;
}

#footer a 
{
	color: #666666;
	padding-left: 15px;
	padding-right: 15px;
}

div.menu2 
{
	background: orange url('images/menu.gif') repeat-x;
	height: 30px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #968a4d;
    color: white;
}

ul#menu li a:hover
{
    background-color: #FE7100;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

textarea
{
	width: 200px;
    border: 1px solid #CCC;
	font-family: Verdana, Helvetica, Sans-Serif;
}

/* TABLE
----------------------------------------------------------*/

table 
{
	border-collapse: collapse;
	text-align: left;
}

table td 
{
	border-bottom: 1px solid #ccc;
	/*color: #669;*/
	padding: 6px 8px;
}

table tr.odd td
{
	background-color: #F4F0ED;
}

table tbody tr:hover td
{
	color: black;
}

table th
{
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding: 10px 8px;
	border-bottom: 2px solid #FE7100; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:-30px;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

span.mandatory 
{
	color: #FE7100;
	font-weight: bold;
	font-size: 15px;
}

div.block 
{
	background: white url('Images/fond-cadre.gif') no-repeat 0px 17px;
	border-bottom: solid 1px #FE7100;
	width: 400px;
	float: left;
	display: block;
	margin-right: 65px;
	margin-bottom: 25px;
	padding: 0px;
	/*border: solid 1px red;*/
}

div.block h1
{
	color: #003366;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

div.block ul 
{
	margin: 0px;
	list-style-image: url('Images/block-ul.gif');
	padding-top: 2px;
	padding-bottom: 2px;
}

div.block li 
{
	margin: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.block a 
{
	color: #CC5800;
	text-decoration: none;
}

div.block a:hover
{
	text-decoration: underline;
}

ul#adminmenu
{
    padding: 0 0 2px;
    position: absolute;
    left: 0px;
    top: 120px;
}

ul#adminmenu li
{
    margin-bottom: 7px;
}

ul#adminmenu li a
{
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.7em;
    background-color: red;
    color: white;
}

div.blockhelp
{
	background: white url('Images/fond-help.gif') no-repeat 0px 17px;
	border-bottom: solid 1px #FE7100;
	width: 200px;
	float: left;
	display: block;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 0px;
	/*border: solid 1px red;*/
}

div.blockhelp h1
{
	color: #003366;
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

div.blockhelp p 
{
	margin: 3px;
}

div.blockright 
{
	float: right; 
	border-top: solid 2px orange; 
	width: 200px; 
	background-color: #F7F7F7; 
	padding: 5px; 
	font-size: 13px;
}

div.blockright h2 
{
	margin: 0px;
	font-size: 13px;
}

div.blockright p 
{
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 11px;
}

p.code 
{
	border: dotted 1px #c0c0c0;
	border-left: solid 3px #c0c0c0;
	font-family: Courier New;
	padding-left: 5px;
}

div.homeDept 
{
	width: 280px; margin: auto; float: left;
}

div.homeDept h1 
{
	text-align: right; color: #696969; margin-right: 5px; margin-bottom: 0px; padding-bottom: 0px;
}

div.homeDept h1 a 
{
	color: #696969; text-decoration: none; font-size: 15px;
}

div.homeDept  ul 
{
	margin-top: 3px; margin-bottom: 0px; font-size: 11px;
}

div.innerHomeDept 
{
	background: url('./Images/home-rayon.gif') no-repeat 0px 23px; width: 260px; height: 200px;
}

div.innerHomeDept a
{
	color: #968A4D;
}

div.innerHomeDept a:hover
{
	color: #FE7100;
}

div.adInnerHomeDept 
{
	float: right; padding: 5px; border: solid 1px #C0C0C0; margin-right: 2px; width: 80px; text-align: center; background-color: White; margin-top: 5px;
}

div.adInnerHomeDept a 
{
	font-size: 12px; text-decoration: none; color: #696969; font-weight: bold;
}
