﻿@charset "utf-8";
/* CSS Document */

/*--------------------- communs -------------------------------*/

/***** initialisation *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
}
.cleaner {
clear:both;
}

/***** communs menus *****/


h1 {
color: #333333;
font-weight:bold;
font-size:1.3em;
}

/*--------------------- layout -------------------------------*/

body {background-color:#FFFFFF;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size: 13px;
color: #333333;
text-align:center;
line-height: 1;
}

#main {
background-position:center;
margin:auto;
text-align:left;
width: 959px;
}

/***** partie supérieure *****/

#header {
width: 959px;
height:173px;
margin: 0px 0px 20px 0px;
}

#logo {
background-image:url(img/logo.gif);
background-repeat:no-repeat;
width: 300px;
height: 173px;
float:left;
}

#mainmenu {
width: 619px;
height: 173px;
float:left;
background-color: #FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 40px;
}

/***** partie centrale : sous menu et page *****/

#center {
margin: 0px 0px 0px 0px;
width: 959px;
}


#page {
width:619px;
float:left;
background-color:#FFFFFF;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 40px;
}


/*--------------------- mainmenu-------------------------------*/

#mainmenu ul{
list-style: none;
margin: 0px;
padding: 156px 0px 0px 0px;
}

#mainmenu li{
padding: 0px 0px 0px 0px;
float:left;
}

#mainmenu li a {
color:#999999;
font-weight:bold;
font-size:1.3em;
display:block;

}


#mainmenu li a.firstmenu {
	width:137px;
}
#mainmenu li a.posdeux {
	width:115px;
}

#mainmenu li a.postrois {
	width:95px;
}

#mainmenu li a.posquatre {
	width:110px;
}

#mainmenu li a.poscinq {
	text-align:right;
	width:56px;
}

#mainmenu a:hover {
color: #333333;
}

#mainmenu a.menuactif {
color: #333333;
font-weight:bold;
font-size:1.3em;
}

/*--------------------- sous menu -------------------------------*/

#sousmenu {
width: 300px;
float:left;
margin: 0px 0px 0px 0px;
padding: 40px 0px 0px 0px;
}

#sousmenu ul{
margin: 0px;
padding: 0px;
}

#sousmenu h1 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}


#sousmenu li a{
color:#999999;
font-size:1.1em;
font-weight:normal;
line-height:1.4em;
}

#sousmenu li a:hover {
color: #333333;
font-weight:bold;
}

#sousmenu a.menuactif {
color: #333333;
font-weight:bold;
}

/*----------------------- page esprit ------------------------------*/

#esprit {
width:349px;
}

#esprit p{
font-size:1.2em;
letter-spacing:0px;
line-height:1.2em;
}

#esprit p.citation {
font-size:0.9em;
font-style:italic;
}

/*----------------------- page contact ------------------------------*/

#contact_l {
width:287px;
height:137px;
border-bottom:2px solid #333333;
}

#contact_r {
width: 619px;
height: 137px;
padding: 40px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.contact_regis {
width: 309px;
height: 97px;
float:left;
font-size:1.2em;
font-weight:bold;
line-height: 1.5em;
padding: 40px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-bottom: 2px solid #333333;
}

.contact_manu {
width: 189px;
height: 97px;
float:left;
font-size:1.2em;
font-weight:bold;
line-height: 1.5em;
padding: 40px 0px 0px 20px;
margin: 0px 0px 0px 0px;
border-bottom: 2px solid #333333;
}

#contact_r a{
text-decoration:none;
color:#666666;
}

#contact_r a.regis:hover{
color:#ff9933;
}

#contact_r a.manu:hover{
color:#00ccff;
}

 hr {
 display:block;
 height: 2px;
 margin:-7px 0;
 padding: 0;
 color: #333333;
 background-color: #333333;
 border: 0;
 }
 

/*----------------------- page off ------------------------------*/

h5 {
text-align:center;
margin:95px 0px 15px 0px;
display:block;
}

#conteneur_thumb {
width:287px;
}

.thumb {
float:left;
background-color:#FFFFFF;
}

.thumb img {
border:none;
}

.thumb a {
width:78px;
height:78px;
padding: 5px 5px 5px 5px ;
margin: 0px 5px 0px 0px;
border: #cccccc 1px solid;
display:block;
}

.thumb a:hover {
background-color: #CCCCCC;
}

/*thumbnails*/

img.imageoffxxl {
padding-top:40px;
}

h5.legendeimageoffxxl {
font-size:0.9em;
text-align:right;
font-style:italic;
font-weight:normal;
margin: 15px 102px 0px 0px;
} 

/*admin*/

/* LES FORMS */
.admin fieldset {
border:1px solid silver;
margin-bottom:10px;
padding: 10px 0px 10px 0px;
width:519px;
}

.admin legend {
color: #333333;
font-weight:bold;
font-size:1.3em;
margin-bottom:5px;
padding:0px 10px 0px 10px;
}

.admin label, .align {
margin-bottom:10px;
}

.admin label.align {
text-align:right;
display:block;
width:175px;
line-height:25px;
height: 25px;
float:left;
font-weight:bold;
}

/* LES INPUTS */
input[type=text], input[type=password]{
height:15px;
width:200px;
margin-left:5px;
padding: 5px 5px 5px 5px;
}

input[type=text].legend_photo {
	margin-bottom:10px;
}

input[type=checkbox]{
margin-top:7px;
}

input[type=submit].send {
	background: url(./img/btn_valid.jpg) no-repeat top left;
	display: block;
	height:36px;
	width: 100px;
	padding:0px 0px 2px 0px;
	margin:0px 0px 0px 175px;
	border:none;
	font-weight:bold;
}

input[type=submit].send:hover{
	background: url(./img/btn_valid.jpg) no-repeat top right;
	cursor:pointer;
}

select, input[type=file]{
height:28px;
margin:0px 0px 10px 5px;
padding:5px;
}

input[type=file] {
	width:270px;
}


/* LES LISTES */
.admin h1 {
	font-size:1.3em;
	font-weight:bold;
	margin-top: 10px;
	
}

.admin ul li a {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
	color:#999999;
}

.admin ul li a:hover {
	color:#666666;
}

/* LES IMG */
.admin img {
	float:left;
	margin-left:75px;
}

/* LES FILETS */
.admin hr {
	width:90%;
	height:1px;
	display:block;
	border:0 none;
	color: #CCCCCC;
	margin:5px auto 15px auto;
}




