* {
	margin: 0;
	padding: 0;
	/*overflow: auto;*/
}

html, body {
	font-family: Geneva, Arial, Helvetica, Verdana, Tahoma, "Times New Roman", MacArial, VerdaniX, iTahoma, Times;
	color: #000;
}

/* block
----------------------------------------------- */

#bloc_Intro {
	background: #f8e684;
	text-align: center;
}

#bloc_Top {
	background: #fb9f11;
}

#bloc_Accueil {
	position: relative;
	background: #f8e684;
	margin: 20px auto;
	padding: 0px;
	width: 900px;
	min-height: 770px;
	height: auto !important;
	height: 770px; /* hack uniquement interprété par IE */
	border: 5px solid #fb5211;
	-moz-border-radius: 7px 7px 7px 7px;
}

#bloc_Entete {
	background: url(../images/banniere.gif) top left no-repeat;
	margin: 0px;
	height: 150px;
}

#bloc_Principal {
	margin: 0px 0 0 150px;
	width: 570px;
	text-align: justify;
}

#bloc_Menu {
	position: absolute;
	top: 158px;
	left: 0px;
	width: 140px;
	height: 130px;
	text-align: left;
	line-height: 130%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-border-radius: 7px 7px 7px 7px;
	border-color: #FF3546;
	color: #fb5211;
}

#bloc_ListeLiens {
	position: absolute;
	width: 140px;
	top: 320px;
	left: 0px;
}

#bloc_ListePays {
	position: absolute;
	width: 140px;
	top: 500px;
	left: 0px;
}

#bloc_Resume {
	position: absolute;
	top: 158px;
	right: 0px;
	width: 165px;
	height: 400px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 7px 7px 7px 7px;
	border-color: #FF3546;
	color: #fb5211;
}

/* text
----------------------------------------------- */
p {
	font-size: 13px;
	padding: 5px;
	margin: 0;
	line-height: 16px;
}

p.article {
	font-size : 14px;
}

p.image {
	text-align: center;
}

#bloc_Resume p.p1, #bloc_iti p.p1 {
	font-size: 11px;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#dateTitre {
	color: #000;
}

p.newsTitre {
	font-size : 19px;
	color: #FF3546;
	text-align: right;
}

#auteurTitre {
	font-size : 12px;
	font-weight: bold;
	color: #000;
}

table {
	
}

tr {
	
}

/* headings
	text-align: right;----------------------------------------------- */
#bloc_Principal h3 {
	color: #fb5211;
	font-size: 13px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 530px;
	height: 10px;
}

#bloc_ListeLiens h3, #bloc_ListePays h3, #tableau h3 {
	color: #fb5211;
	font-size: 16px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 5px;
}

#tableau h2 {
	color: #fb5211;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: right;
}


/* lists
----------------------------------------------- */
#bloc_Menu ul {
	font-size: 13px;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#bloc_Menu ul li {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 16px;
}

#bloc_ListeLiens ul {
	font-size: 11px;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}

#bloc_ListePays ul {
	font-size: 13px;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}

#bloc_ListeLiens ul li, #bloc_ListePays ul li{
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 14px;
}

#bloc_Iti ul, #bloc_Liens ul, #bloc_Prepa ul, #bloc_Vrac ul, #bloc_Nous ul, #bloc_Anna ul, #bloc_Nico ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bloc_Iti li.carre, #bloc_Liens li.carre, #bloc_Prepa li.carre, #bloc_Vrac li.carre, #bloc_Nous li.carre, #bloc_Anna li.carre, #bloc_Nico li.carre {
	background-image: url(../images/carre.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}

#bloc_Iti li.disque, #bloc_Liens li.disque, #bloc_Prepa li.disque, #bloc_Vrac li.disque, #bloc_Nous li.disque, #bloc_Anna li.disque, #bloc_Nico li.disque {
	background-image: url(../images/disque.gif);
	background-repeat: no-repeat;
	background-position: 0 25%;
	padding: 3px 0 3px 20px;
}

/*
#bloc_Principal ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#bloc_Principal ul li {
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 14px;
}

*/

/* links
----------------------------------------------- */

img  {
	border-color: #fb5211;
}

img:hover {
	border-color: #fff;
}

a, a:link, a:visited {
	color: #fb5211;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #fff;
}

#bloc_Resume a {
	font-weight: bold;
}


#bloc_Menu a.c, #bloc_ListeLiens a.c, #bloc_ListePays a.c {
	text-decoration: none;
}

