/* CSS Document */

img { border: none; }

#interface {
	width: 920px;
	height: 550px;
	margin:auto;
	margin-top: 10px;
	position:relative;
}

#entete {
	position:relative;
	height: 30px;
	margin-bottom: 10px;
	width: 100%;
}

#bandeauGauche {
	height: 570px;
	width: 200px;
	float:left;
	background-color:#66FF66;
}

#navigation {
	width: 200px;
	height: 400px;
	width: 163px;
	float:left;
	border-right-width: thin;
	border-bottom-width: thin;

	border-right-style: solid;
	border-bottom-style: none;
}

#menu {
	width: 100%;
	text-align:center;
}

#contenu {
	position:relative;
	float:right;
	width: 550px;
	top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	float:left;
}

#liens {
	width: 150px;
	height:420px;
	padding-left: 5px;
	float:right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #6600FF;
}

#signature {
	width: 100%;
	margin-top: 0px;
	text-align:center;
	float:left;
	border: thin solid #6600FF;
	font-style:italic;
}

/*-------------------------------------------------*/

#entete div {

}

#entete #titre {
	font-family:"Times New Roman", Times, serif;
	margin-left: 10px;
	vertical-align:middle;	
}

#entete #accroche {
	float: right;
	margin-right: 20px;
	background-image: url(/media/images/logos/logo5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
/*-------------------------------------------------*/
#logo {
	width: 135px;
	height:35px;
	float:left;
	background-image: url(/media/images/logos/logo5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#entete #titre {
	width: 300px;
	height: inherit;
	vertical-align:middle;
	font-weight:bold;
	float:left;
	font-size: 20pt;

}

#entete #details {
	height: inherit;
	overflow:hidden;
	vertical-align:middle;
	padding-right:80px;
}


/*-------------------------------------------------------------------------------*/

#menu {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3333FF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3333FF;
}

#menu span, #menu span:hover {
	font-size: 100%;
	list-style-type: none;
	line-height: 110%;
	font-weight:bold;
	font-style:normal;
	letter-spacing: 0.5px;
	width: 100px;
	padding: 0px 10px 0px 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3333FF;
	border-left-color: #3333FF;
}

#menu span:hover {
	background-color:#66CCFF;
}

#menu a { text-decoration:none; }

#menu span a {
	color: #FF9900;	
}

#menu span a:hover {
	background-color:#66CCFF;
	color: white;	
}

/*-------------------------------------------------------------------------------*/
#navigation #saisie {
	width: 100px;
}

#navigation #titre {
	font-size: 120%;
}

#navigation div{
	margin-top: 5px;	
}

#navigation span, #navigation span:hover {
	display:block;
	font-weight:bold;
	width: 140px;
	padding-left:5px;
	font-size: 90%;
	line-height: 28px;
	text-transform: uppercase;
	color: #FF9900;	
/*border-width: thin;
	border-style: solid;
	border-bottom-style: solid;
	border-color: #6600FF;*/
}


#navigation span:hover {
	background-color:#FFCC00;
	color:#FFFFFF;
}

li {
	list-style-image:none;
	list-style-type: none;
	font-size: 80%;
	font-style:italic;
}

/*-------------------------------------------------------------------------------*/

#infos, #infos:hover {
	position:relative;
	width: 200px;
	height: 200px;
	background-color:#DDDDDD;
	float:left;
	background-image: url(/media/images/fonds/cadreArrondi200x200.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#infos:hover {
	background-image: url(/media/images/fonds/cadreArrondi200x200Over.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#infos h1, #infosFormations h1 {
	font-style:italic;
	font-size:18px;
	padding-left: 10px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left: 5px;
	width: 170px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3300FF;
	background-repeat: no-repeat;
	text-transform: uppercase;
	
	padding-bottom: 3px;
}

#infos p, #infosFormations p {
	margin-left: 30px;
	font-size:14px;
	font-size: 80%;
	font-style:italic;
}

/*-------------------------------------------------------------------------------*/

#liens h1 {
	font-size:100%;
	font-weight:bold;
	letter-spacing: 2px;
	font-style:italic;
}

#liens ul {
	margin-top: 5px;
	margin-bottom:10px;
}


/*-------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------*/
