/*
========================================================================================
				 KONEKTING - 2008 - Chris Claverie
========================================================================================
*/

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #1e2245;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-image: url(images/bg-top.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* 
======================================================================
Structure globale
====================================================================== 
*/
#container {
	width: 800px;
	margin: 0 auto;
}
#container2 {
	width: 800px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: repeat-y;
}

#banner {
	background-image: url(images/logo-banner.png);
	height: 123px;
}

#content {
	width: 560px;
	margin: 0 0 0 224px;
}
#imgaccueil{
	background-image: url(images/img-accueil.jpg);
	height: 300px;
	width: 573px;
	background-repeat: no-repeat;
}

#left {
	float: left;
	width: 224px;
}


#footer {
	clear: both;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #71738a;
	text-align: right;
}
.copyright a {
	color: #71738a;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
}

#menu {
	background-image: url(images/btn-menu.png);
	background-repeat: no-repeat;
	width: 224px;
}

#menu a, #menu a:visited {
	width: 200px;
	text-decoration:none;
	text-align: right;
	display:block;
	height:24px;
	line-height:22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	color: #FFCC00;
}

#content1 {
	width: 540px;
	padding: 20px 0 10px 20px;
}

#content1 p {
	text-align: justify;
}

#cleardiv{
	clear: both;
}
.boldtitre{
	font-size: 16px;
	font-weight: bold;
	color: #A56641;
}
.boldtitre2{
	font-size: 12px;
	font-weight: bold;
	color: #C89475;
}
#content1 a, #content1 a:visited {
	text-decoration:none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#content1 a:hover {
	color: #FFCC00;
}

ol {
	padding:0 0 0 20px;
}
li {
	padding:0 0 5px 0;
}
.bouton{
	position:relative;
	float:left;
	right:30px;
	left:70px;
	display:inline-block;
	background-image:url(images/input.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:20px;
	margin-right:100px;
}
