/*
 * Style de page
 */

body {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}

td {
	font-family:  Trebuchet MS, sans-serif;
	font-size: 14px;
}

th {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #cc0000;
	background-color: #ffcc99;
}

hr {
    display: block;
    height: 1px;
    border-top: 1px dashed #333366;
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    margin: 5px;
    padding: 0;
}

sup {
	font-size: 9px;
}

a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}

a.footer
{
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #808000;
}

a.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-variant: none;
	text-decoration: none;
	background-color: #CBD6E2;
}

/*
 * Style de texte
 */

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
}

.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-align: center;
}

.small3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669900;
}

.small4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #669900;
}

.small5 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #669900;
}

.medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: justify;
	font-weight: bold;
	color: #808000;
}

.medium2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: gray;
	text-align: justify;
	padding-left: 15px;
}

.big {
	font-size: 16px;
}

.justify {
	text-align: justify;
}

/*
 * Style des titres
 */

.textHead {
	font-size: 16px;
	font-weight: bold;
	color: #808000;
	font-variant: small-caps;
	border-top: 1px solid #A4BAE7;
	border-bottom: 1px solid #A4BAE7;
	vertical-align:middle;
}
.textTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pageTitle {
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	color: #808000;
	letter-spacing: 2px;
	font-variant: small-caps;
}

/*
 * Style du menu
 */

.menu
{
    font-family: Trebuchet MS, sans-serif;
    text-align: center;
    height: 25px;
    font-size: 16px;
    color: #808000;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #d9e569;
    border: 1px solid #FF9900;
}

.menuOver
{
    font-family: Trebuchet MS, sans-serif;
    font-size: 16px;
    text-align: center;
    height: 25px;
    background-color: #d9e569;
    color: #FF9900;
    padding-right: 3px;
    padding-left: 3px;
    border: 1px solid #808000;
}

.subMenu {
	font-family: Trebuchet MS, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #FFffff;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #d9e569;
	border: 1px solid #808000;
	height: 20px;
}

.subMenuOver {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	color:#669900;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #669900;
	height: 20px;
}

.subMenuSelected {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #CBD6E2;
	color:#669900;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #669900;
	cursor:pointer;
	height: 20px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}

/*
 * Style des conteneurs
 */

.boxTitle {
	/*padding: 3px;*/
	padding-left: 3px;
	border-top: 1px solid #CBD6E2;
	/*border-bottom: 1px solid #CBD6E2;*/
	border-left: 1px solid #CBD6E2;
	border-right: 1px solid #CBD6E2;
}

.boxContent {
	width: 100%;
	height: 100%;
	padding: 15px;
	/*border-top: 1px solid #CBD6E2;*/
	border-bottom: 1px solid #CBD6E2;
	border-left: 1px solid #CBD6E2;
	border-right: 1px solid #CBD6E2;
	vertical-align: top;
}

.boxContent2 {
	width: 100%;
	height: 100%;
	padding: 5px;
	border: 1px solid #333366;
	vertical-align: top;
	text-align: justify;
	color: #333366;
}

.boxFull {
	width: 100%;
	height: 100%;
	padding: 15px;
	border: 1px solid #CBD6E2;
	vertical-align: top;
}

.linksFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align:center;
	border-top: 1px solid #CBD6E2;
	border-left: 1px solid #CBD6E2;
	border-right: 1px solid #CBD6E2;
	border-bottom: 1px solid #CBD6E2;
}

.boxFooter {
	border-left: 1px solid #CBD6E2;
	border-right: 1px solid #CBD6E2;
	border-bottom: 1px solid #CBD6E2;
	padding: 2px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333366;
}

/*
 *  Forms
 */
 
.requiredFormField {
	font-weight: bold;
	color: #333366;
}

.optionalFormField {
	color: #333366;
}

.errorMessage {
	color: #ff0000;
	font-size: 9px;
}

.inputText {
	border: 1px solid #333366;
	color: #333366;
	height: 20px;
	width: 300px;
}

.inputArea {
	border: 1px solid #333366;
	color: #333366;
	height: 200px;
	width: 300px;
}

.inputBtn {
	border: 1px solid #333366;
	background-color: #CBD6E2;
	color: #333366;
	font-weight:bold;
	height: 20px;
	width: 100px;
}

.inputBtn:hover {
	border: 1px solid #FF9900;
	background-color: #333366;
	color: #CBD6E2;
	font-weight:bold;
	height: 20px;
	width: 100px;
}

.inputBtn:active {
	border: 1px solid #CBD6E2;
	background-color: #333366;
	color: #FF9900;
	font-weight:bold;
	height: 20px;
	width: 100px;
}
