/* Corps
************************************************************/
* {
	padding: 0;
	margin: 0;
}
body
{
	margin: 1em 0;
	text-align: center;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}


/* Liens
************************************************************/
a {
	color: #001E91;
	text-decoration: none;
}
a:hover {
	color: #333;
}


/* Balises texte
************************************************************/
h2 {
	padding-left: 30px;
	line-height: 29px;
	background: url(puce.png) no-repeat left bottom;
	border-bottom: 1px solid #001E91;
	border-left: 1px solid #001E91;
	color: #001E91;
	margin: 0 0 1em 0;
	font-size: 1.4em;
	font-weight: bold;
}
h2 a ,h2 a:hover ,h3 a ,h3 a:hover {
	color: #001E91;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #001E91;
	border-left: 3px solid #001E91;
	padding-left: 5px;
	color: #001E91;
	margin: 0 0 1em 0.3em;
	line-height: 25px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 1.4em 1em;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 1em 1.1em;
}
h6 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.6em 1.5em;
}
p {
	margin: 0 0 1em 0.5em;
	line-height: 1.5em;
}


/* Conteneur
************************************************************/
div#conteneur {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: url(main.png) repeat-y;
}


/* Images
************************************************************/
img {
	border:0;
}

/* En-tete
************************************************************/
#header a
{
	display: block;
	height: 100px;
	background: url(header.jpg) no-repeat;
}
#header a span
{
	display: none;
}

/* Menu 
************************************************************/
#menu
{
	padding: 0px 0px 0px 250px;
	background: url(main.png) repeat-y;
	height : 45px;
/*  	float: right;
        margin: 15px 20px 0px 0px;*/
}

#menu ul
{
        margin: 0;
        padding: 0;
        white-space : nowrap;
}
#menu ul li
{
        background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 26px;
	width: 90px;
	line-height: 29px;
	padding-top: 0px;
	margin: 5px;
        padding-left: 5px;
        display: block;
        float:left;
        text-align: center;
        font-weight: bold;
}
#menu ul li a
{
        color : #000;
        background-color: transparent;
        text-decoration : none;
        font-weight: bold;
        display: block;
        border-style:none;
}

#menu ul li a:link, #menu ul li a:visited
{
	background-image: url(kit8/b10.gif);
	background-repeat: no-repeat;
	color: #000;
	height: 40px;
        width: 90px;
	line-height: 26px;
	padding-top: 0px;
}

span#menu ul li a:link, span#menu ul li a:visited


{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 40px;
	width: 90px;
	line-height: 29px;
	padding-top: 0px;
}
#menu ul li a:hover, #menu ul li a:active 


{
	background-image: url(kit8/b7.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 90px;
	line-height: 26px;
	padding-top: 0px;
}


/* Contenu
************************************************************/
#contenu
{
	width: 750px;
	margin-left: 210px;
	padding: 22px 5px 20px 5px;
}

#number
{
	border:2px solid blue;
	padding : 1px;
	width: 16px;
}
#photos
{
	display: block;
}

#photos img
{
	margin: 30px;
}

#photoleft
{
position: relative;
width: 45%;
border: solid red;
float: left;
}

#photoright
{
position: relative;
width: 50%;
border: solid;
float: right;
}


#infos
{
font-style: italic;
}

/* contenuleft
************************************************************/
#contenuleft
{
float: left;
width: 510px;
padding: 0 0 0 5px;
				}
/* contenuright
************************************************************/
#contenuright
{
	margin-left: 520px;
	padding: 0px 0px 0px 10px;
}

/* Barre verticale
************************************************************/
#navigation {
	float: left;
	width: 180px;
	padding: 0 0 0 26px;
}

#navigation ul {
	list-style-type: none;
	padding: 0 0 1em 0.5em;
	cursor: pointer;
	font-weight: bold;
}
#navigation ul li {
	line-height: 1.6em;
}

/* Partiedroite
************************************************************/



/* Pied de page
************************************************************/
p#footer {
	clear: left;
	line-height: 57px;
	padding: 0 0 0 25px;
	height: 60px;
	margin: 0;
	background: url(footer.jpg) no-repeat left top;
	color: #000;
	font-size: 1.2em;
}
p#footer a {
	color: #000;
	text-decoration: none;
}

