/* General */

html, body{
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 12px;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #420042;
}

a {
font-size: 13px;
font-weight:300;
}

a:link {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none
}

a:visited {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none
}

a:hover {
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none
}
img {
	border: none;
}

.titrepage {
	margin-left: 10px;
	font-size: 22px;
	color : #420042;
	font-weight:600;

}
.titre1 {
	margin-bottom: 0px;
	line-height: 1;
	font-size: 16px;
	color : #420042;
	font-weight:bold;

}
.txt {
	margin-top: 2px;
	margin-left: 5px;
	line-height: 1;
}

/* Mise en page */

#top {
	display: block;
	background: #fff;
	height: 280px;

	background: repeat-x top left url("head_kiui.jpg");
}


.zoneTOP {
float: left; /* permet de donner une dimension à la balise a qui est une balise en ligne */
width : 680px;
height: 220px;
border: 0px;
}

#sidebar {
	display: block;
	width: 400px;
	float: left;
	padding: 0;
	margin-top: 0px;
}

#sidebar a {
	text-decoration: none;
}
/* Subnav */


#pageindex {
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #420042;
}

#pub {
	width: 728px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #420042;
}

#page {
	width: 680px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #420042;
}

/* Classe speciales */


#footer{
	display: block;
	color: #999;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	clear: both;
	text-align: right;
	margin: 0;
	padding: 0px 0px 0px 0;
}
#footer1{
	display: block;
	color: #999;
	font-family: Calibri, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0px 0px 0px 0;
}

