@charset "utf-8";
body {
	background-image: url(../_img/_structure/alfanoto-background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}


/* CSS Document */

#conteneur {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #880325;
	white-space: normal;
	line-height: normal;
	display: inline;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #510215;

}
h2 a{
	color:#870424;
	text-decoration: none;
}
h2 a:hover{
	color:#870424;
	text-decoration: underline;
}
/**HAUT**/
#top {
	background-image: url(../_img/_structure/alfanoto-top.png);
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#diaporama {
	height: 260px;
	width: 870px;
	padding-right: 10px;
	padding-left: 10px;
}

/** MENU **/
#menu {
	height: 60px;
	width: 870px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#menu h1 {
	padding : 8px 0 4px 0;
	margin : 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #880325;
	font-weight: bold;
}
#menu ul {
list-style: none;
margin : 0;
padding-left : 5;
}

#menu li {
	list-style: none;
	display : inline;
	line-height : 34px;
}

#menu li:hover, #menu li:current {
	list-style: none;
	display : inline;
	line-height : 34px;
}

#menu li a {
	text-decoration : none;
	margin : 0;
	padding : 5px 10px 5px 10px;
	color : #510215;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#menu li a:hover, #menu li a.current {
	color : #fff;
	background : #79414F;
	margin : 0;
	background: #510215;
	text-decoration: none;
	padding : 5px 10px 5px 10px;
}

/** CONTENU : Coordonnées, Acces **/
#content {
	width: 870px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	padding-top: 20px;
}
#left  {
	width: 160px;
	float: left;
	display: block;
	height: 325px;
	background-image: url(../_img/_structure/alfanoto-bg-left.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #880325;
}

#right {
	width: 200px;
	float: left;
	display: block;
	height: 325px;
	background-image: url(../_img/_structure/alfanoto-bg-right.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #880325;
	padding-top: 5px;
}

/** CONTENU : Pages **/
#center  {
	width: 852px;
	float: left;
	display: block;
}
#right_side_global {
	float : left;
	width : 862px;
	padding-bottom: 17px;
	background-color: #C2C598;
	background-image: url(../_img/_structure/center_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#right_side {
	float : left;
	width : 862px;
	background-color: #C2C598;
	background-image: url(../_img/_structure/center_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#right_side_center {
	background-image: url(../_img/_structure/center_back.jpg);
	width: 859px;
	margin-right: auto;
	margin-left: 1px;
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}

#right_side .pad {
padding : 35px 10px 10px 17px;
}
#right_side ul {
padding : 3px 0 8px 0;
}
#right_side li {
line-height : 18px;
background : #fff;
list-style : square;
padding-left : 0;
margin-left : 15px;
color : #6F2D2D;
}
#right_side a {
background : inherit;
text-decoration : none;
}
#right_side h3 {
color : #949494;
font : bold 1.2em Arial, Sans-Serif;
margin-top : 10px;
}
/** FOOTER **/
#footer {
	background-image: url(../_img/_structure/alfanoto-bg-footer.png);
	width: 870px;
	margin-right: 10px;
	margin-left: 10px;
	height: 35px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#footer a{
color:#FFFFFF;
text-decoration: none;
}
#footer a:hover{
color:#FFFFFF;
text-decoration: underline;
}
.td {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 5px;
}

