/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */

body {
	FONT-SIZE: 11pt;
	COLOR: white;
	text-align: center;
	background-color: Black;	
}

#siteTitre {
	FONT-SIZE: 20pt;
	COLOR: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#sitename {
	FONT-SIZE: 10pt;
	COLOR: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#cadre-border {
	background-color: white;
}

td{
	color: White;
}
/*-------------------------------------------------- Link -------------------------------------------*/
#linkGroup{
	font-weight: bold;
	FONT-SIZE: 14pt;
	COLOR: #AAAAAA;
	margin: 0 0 1em 0;
	
}
#linkGroupNavi{
	padding: 10px 10px 10px;
}
#linkGroup fieldset{
	border: 1px solid #AAAAAA;
	width:700px;
}
#linkGroup fieldset legend{
	font-weight: bold;
	FONT-SIZE: 14pt;
	COLOR: #AAAAAA;
	background-color: transparent;
}


#linkGroup fieldset table tr.ligne2{
	background-color: #222222;
}
#linkGroup fieldset table tr td.logo img{
	border: solid 1px #4d6e71; padding: 3px;
}
#linkGroup fieldset table tr td.sousTitre{
	padding: -5px 15px 10px;
	height: 30px;
	FONT-SIZE: 12pt;
	color: #555555;
	vertical-align: text-top;
	text-align: right;
}
#linkGroup fieldset table tr td.separer{
	height: 10px;

}
#linkGroup fieldset table tr td.nom{
	padding: 2px 30px;
	height: 20px;
	FONT-SIZE: 12pt;
	font-weight: normal;
}
#linkGroup fieldset table tr td.description{
	padding: 2px 30px;
	height: 30px;
	FONT-SIZE: 10pt;
	font-weight: normal;
}


#linkGroup div.toTop{
	padding: 5px 8px;
	height: 10px;
	FONT-SIZE: 8pt;
}
/*----------------------------------------------- Formulaire ----------------------------------------*/
.input {
	width: 400px;
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	background-color: #3A3A3A;
	color: White;
	}
.button {
	border : solid 1px #cccccc;
	height: 30px;
	background: #333333;
	color : White;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
	line-height: 15px;
}	

/*-----------------------------------------------section menu----------------------------------------*/
#menu-bg {
	width: 82px;
	height: 82px;
	padding: 7px 0px 0px 6px;
	margin: 10px 0 0 10px;
	background-image: url(../imgs/black-menuBg.png);
	background-repeat: no-repeat;
	
}

#menu{
	margin: 0px;
	width: 34px;
	height: 34px;
	text-align: center;
	float: left;
}

#menu a{
	display: block;
	widows: 34px;
	height: 34px;
	line-height: 32px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
}

#menu a:active, #menu a:visited, #menu a:link {
	background-position: left top;
}
#menu a:hover {
	background-position: right top;
}

/*-----------------------------------------------section main------------------------------------*/

#container-inne {
	background-color: White;
	width: 990px;
	vertical-align: top;
	text-align: left;
	margin: -10px;
	padding: -10px;
}

#main-container {
	width: 100%;
}
#main {
	background-color: #ECECEC;
	width: 780px;
	padding: 10px 0 0 10px;
	vertical-align: top;
}

#menu-container {
	background-color: Black;
	font-size: 12px;
	color: White;
	padding: 10px;
	width: 200px;
	position: relative;
}

#menu-container table tr td {
	vertical-align: top;
}

#menu-container table tr td a {
	color: White;
}

/*-----------------------------------------------section menu bas------------------------------------*/
#menuBas{
	margin: -10px auto 25px auto;
	width: 1008px;
	FONT-SIZE: 10pt;
	COLOR: Gray;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#menuBas a{
	COLOR: Gray;
}
#menuBas a:hover{
	COLOR: #ffffff;
}
#menuBas .row {
		padding:2px 0 2px 6px;
		margin:0;
		white-space: nowrap;
		overflow:hidden;
	}
/*-----------------------------------------------copyright-------------------------------------------*/
#CopyRight {
	margin: 15px auto 0px auto;
	width: 1008px;
	FONT-SIZE: 7pt;
	COLOR: #3F3F3F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

a{
	COLOR: #CCCCCC;
}
a:hover{
	COLOR: #ffffff;
}

a[href^="mailto:"] {
	background: url(../imgs/black-email.png) no-repeat right top;
	padding-right: 18px;
}


a[href^="skype:"] {
	background: url(../imgs/black-skype.png) no-repeat right top;
	padding-right: 18px;
}

