﻿body {
/*	font-family: Tahoma, Helvetica, Arial, sans-serif;*/
	font-family: Calibri,Verdana,Geneva,sans-serif;
/*	font-size : 14px;*/
	margin: 0;
	padding: 0;
/*	background-color: #AD6D6D; /*dk mauve*/;
	background-color: #004E98; 
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #BFEEFF;
	width: 90%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: left;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url('images/site-banner2.gif');
	height: 170px;
	background-repeat: no-repeat;
	color: #000000;
}

/* sets style for page banner */

#logoleft {
	padding : 5px;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	background-image: url('images/site-banner.gif');
	background-repeat: no-repeat;
	height: 100px;
}

#logoright {

	float: right;
	width: 200px;
	height: 86px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
	background-color: #BFEEFF;
	color: #87CEEB;
	font-size: 90%;
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/*====================Style et couleur du bouton de recherche======*/

.search {
	background-color: #87CEEB;
	color: black;
	font-weight: bold;
}


/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #87CEEB;
	width : 100%;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #003B71;
	border-bottom: 2px solid #003B71;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*==============all site links==============*/

a:link {
	font-weight: bold;
	color: #003B71;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #003B71;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 20%;
	width : 80%;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	line-height: 1,5;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 2px 0;
}

/* *****************************************************
Barre de navigation gauche 
**************************************************** */
#leftnav {
	color: #000;
	padding: 5px;
	margin: 5px;
	border: 2px solid #003B71;
	float: left;
	background-color: #87CEEB;
	width: 160px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
/* *****************************************************
Barre de navigation droite 
**************************************************** */
#rightnav {
	color: #000;
	padding: 5px;
	margin: 5px;
	border: 2px solid #003B71;
	float: left;
	background-color: #87CEEB;
	width: 160px;
}
#rightnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightnav li {
	list-style: none;
	padding: 2px 0;
}
#rightnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#rightnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #003B71;
	clear: both;
	padding: 5px;
	background-color: #87CEEB;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #004145;
	height: 5px;
	}
hr1 {
	width: 50%;
	text-align: center;
	color: #003B71;
	background-color: #87CEEB;
	height: 5px;
	}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #003B71;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #87CEEB;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}
/*==========================
styles for photo tables
============================*/
.photo {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}
.photo th {
	background-color: green;
}
.photo td {
	vertical-align: top;
	border: 1px green solid;
	width: 25%;
	padding: 5px;
	text-align: center;
	font-size: 85%;
}
.photo caption {
	font-weight: bolder;
	font-variant: small-caps;
}
.photolft {
	width: 100%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
.photolft th {
	background-color: green;
}
.photolft td {
	vertical-align: top;
	width: 25%;
	padding: 10px;
	font-size: 85%;
}
.photolft caption {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 100%;
	margin-bottom: 10px;
}
.smtxt {
	font-size:small;
}
/*==========================
Pop up
============================*/
#pop1, #pop2 {
position: absolute;
display:none;
width: 20em;
border: 3px double black;
background: #f5f5dc;
z-index: 500;
font-size: 80%;
}
#pop1 p, #pop2 p {
margin: 0 0.3em;
}
#pop1 h1, #pop2 h1 {
font-size: 110%;
margin: 0 0 0.5em 0;
border-bottom: 1px solid black;
background: white url(top.gif) left top repeat-x;
color: black;
text-align: center;
}
/*===========================
Formulaire contact
=============================*/

#contactFormContainer
{
    position:absolute;
    left:600px;
    float:right;
}

#contactForm
{
    height:277px;
    width:351px;
    background-image:url('bkg.jpg');
    display:none;
}

#contactForm fieldset
{
    padding:30px;
    border:none;
}     

#contactForm label
{
    display:block;
    color:#ffc400;
}     

#contactForm input[type=text]
{
    display:block;
    border:solid 1px #4d3a24;
    width:100%;
    margin-bottom:10px;
    height:24px;
} 

#contactForm textarea
{
    display:block;
    border:solid 1px #4d3a24;
    width:100%;
    margin-bottom:10px;
} 

#contactForm input[type=submit]
{
    background-color:#4d3a24;
    border:solid 1px #23150c;
    color:#fecd28;
    padding:5px;
}

#contactLink
{
    height:40px;
    width:351px;
    background-image:url('slidein_button.png');
    display:block;
    cursor:pointer;
}

#messageSent
{
    color:#ff9933;
    display:none;
}

