/* ++++++++++ PRINCIPAL ++++++++++ */

body { 
 background: #F7F7F7; 
 font-family: Trebuchet MS, Verdana, Arial;
 font-size: 8px;
}

.content table{
 font-size: 12px;
}

.content p{
 font-size: 12px;
}

h1 { 
 font-size: 20px;
 color: #20ADD9;
 border-bottom: 1px solid #E5E5E5;
}

h2 { 
 font-size: 16px;
 border-bottom: 1px solid #E5E5E5;
 color: #0A1B32;
}

h3 { 
 font-size: 14px;
 font-weight: bold;
 color: #20ADD9;
 border-bottom: 1px solid #E5E5E5;
}

li {
margin-bottom:5px;
list-style-image: URL(template/bullet.png);
}

.content a:link {
text-decoration: none;
color: #0A1B32;
}

.content a:visited {
text-decoration: none;
color: #0A1B32;
}

.content a:hover {
text-decoration: underline;
color: #0A1B32;
}

.content a:focus {
text-decoration: none;
color: #0A1B32;
}

.content a:active {
text-decoration: none;
color: #0A1B32;
}

/* ++++++++++ HEADER LINK ++++++++++ */

.headerlink a:link {
text-decoration: none;
color: #20ADD9;
}

.headerlink a:visited {
text-decoration: none;
color: #20ADD9;
}

.headerlink a:hover {
text-decoration: underline;
color: #0A1B32;
}

.headerlink a:focus {
text-decoration: none;
color: #20ADD9;
}

.headerlink a:active {
text-decoration: none;
color: #20ADD9;
}

/* ++++++++++ LIEN BOUTON IMAGE ++++++++++ */


.picturebutton a:link{
width: 250px;
height: 25px;
background:url(template/button_large.png) no-repeat;
display: block;
border: none;
text-align: center;
font-size: 15px;
}

.picturebutton a:visited{
width: 250px;
height: 25px;
background:url(template/button_large.png) no-repeat;
display: block;
border: none;
text-align: center;
font-size: 15px;
}

.picturebutton a:hover{
width: 250px;
height: 25px;
border: none;
background:url(template/button_large_hover.png) no-repeat;
display: block;
text-decoration: underline;
text-align: center;
font-size: 15px;
}

.picturebutton a:focus{
width: 250px;
height: 25px;
background:url(template/button_large.png) no-repeat;
display: block;
border: none;
text-align: center;
font-size: 15px;
}

.picturebutton a:active{
width: 250px;
height: 25px;
background:url(template/button_large.png) no-repeat;
display: block;
border: none;
text-align: center;
font-size: 15px;
}

/* ++++++++++ SITEMAP ++++++++++ */

.sitemap p{
 font-size: 12px;
}

.sitemap table{
 font-size: 12px;
 color: #FFFFFF;
}

.sitemap a:link {
text-decoration: none;
color: #FFFFFF;
}

.sitemap a:visited {
text-decoration: none;
color: #FFFFFF;
}

.sitemap a:hover {
text-decoration: underline;
color: #FFFFFF;
}

.sitemap a:focus {
text-decoration: none;
color: #FFFFFF;
}

.sitemap a:active {
text-decoration: none;
color: #FFFFFF;
}

/* ++++++++++ PHOTOS ++++++++++ */

.picture img {
border: 1px solid #0A1B32;
}


/* ++++++++++ MESSAGE ++++++++++ */

.errormessage p{
	background:url(pictures/error.png) no-repeat;
	text-indent:25px;
}

.confirmmessage p{
	background:url(pictures/ok.png) no-repeat;
	text-indent:25px;
}

.infomessage p{
	background:url(pictures/info.png) no-repeat;
	text-indent:25px;
}

.warningmessage p{
	background:url(pictures/warning.png) no-repeat;
	text-indent:25px;
}


/* ++++++++++ TABLEAUX ++++++++++ */


.details table {
	border: 1px solid #20ADD9;
	border-collapse: collapse;
}

.details th {
	border: 1px solid #20ADD9;
	padding: 5px;
	background-color: #D0E3FA;
	border-width:1px;

}

.details td {
	border: 1px solid #20ADD9;
	padding: 5px;
	background-color: #ffffff;
}



/* ++++++++++ FORMULAIRES ++++++++++ */

.cssform p{

clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 150px; /*width of left column containing the label elements*/
border-top: 1px dashed #E5E5E5;

}

.cssform label{
float: left;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform .button{
width: 250px;
height: 25px;
background:url(template/button_large.png) no-repeat;
border: none;
}

.cssform .button:hover{
width: 250px;
height: 25px;
border: none;
background:url(template/button_large_hover.png) no-repeat;
text-decoration: underline;
}

.cssform textarea{
 width: 325px;
 height: 150px;
}

/*
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
 width: 180px;
}


*/

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html


* html .threepxfix{
margin-left: 3px;
}

/* ++++++++++ SECTION MENU ++++++++++ */

.sectionmenu {
}

.sectionmenu a:link {
color: #FFFFFF;
margin-left:10px;
text-decoration:none;
}

.sectionmenu a:visited {
color: #FFFFFF;
margin-left:10px;
text-decoration:none;
}

.sectionmenu a:hover {
color: #0A1B32;
margin-left:10px;
text-decoration:none;
text-decoration: underline;
}

.sectionmenu a:focus {
color: #FFFFFF;
margin-left:10px;
text-decoration:none;
}

.sectionmenu a:active {
color: #FFFFFF;
margin-left:10px;
text-decoration:none;
}


/* ++++++++++ TOP MENU ++++++++++ */

.topmenu {
height:127px;
width:143px;
display: block;
}

.topmenu a:link {
color: #FFFFFF;
text-align: center;
height:127px;
width:143px;
display: block;
text-decoration:none;
padding: 50px 0 0 0;
}

.topmenu a:visited {
color: #FFFFFF;
text-align: center;
height:127px;
width:143px;
display: block;
text-decoration:none;
padding: 50px 0 0 0;
}

.topmenu a:hover {
color: #20ADD9;
text-align: center;
height:127px;
width:143px;
display: block;
text-decoration:none;
padding: 50px 0 0 0;
text-decoration: underline;
}

.topmenu a:focus {
color: #FFFFFF;
text-align: center;
height:127px;
width:143px;
display: block;
text-decoration:none;
padding: 50px 0 0 0;
}

.topmenu a:active {
color: #FFFFFF;
text-align: center;
height:127px;
width:143px;
text-decoration:none;
display: block;
padding: 50px 0 0 0;
}


/* ++++++++++ LOGIN ++++++++++ */


.loginzone .button{
color: #0A1B32;
width: 110px;
height: 25px;
border: none;
background:url(template/button.png) no-repeat;
}

.loginzone .button:hover{
color: #0A1B32;
width: 110px;
height: 25px;
border: none;
background:url(template/button_hover.png) no-repeat;
text-decoration: underline;
}


/* ++++++++++ RELOAD FORM (bouton paiement) ++++++++++ */


.reloadform .button{
color: #0A1B32;
width: 110px;
height: 25px;
border: none;
background:url(template/button.png) no-repeat;
}

.reloadform .button:hover{
color: #0A1B32;
width: 110px;
height: 25px;
border: none;
background:url(template/button_hover.png) no-repeat;
text-decoration: underline;
}