@charset "utf-8";
/* CSS Document */

* { margin: 0 ; padding: 0 ; } /* initialise tous les éléments. Sans marge, ni bourrage */


body {
	background:url(fichiers/simple_dashed.png)
}

.index {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:900px;
}

.top {
	margin-left:auto;
	margin-right:auto;
	width:902px;
	height:389px;
}


.contenu {
	margin-left:auto;
	margin-right:auto;
	width:902px;
	height:auto;
	background:url(fichiers/retina_wood.png);
	border-radius: 0px 0px 20px 20px;
}

.bas {
	margin-left:auto;
	margin-right:auto;
	width:902px;
	height:198px;
}

.copyright {
	margin-left:auto;
	margin-right:auto;
	width:902px;
	height:37px;
	background-image:url(fichiers/bas_04.png);
}

.copyright p{
	text-align:center;
	font-family:'verdana';
    font-weight:normal;
	font-size:10px;
	padding-top:10px;
}

.copyright p a{
	color:#65361D;
	text-decoration:none;
}

.copyright p a:hover{
	color:#65361D;
	text-decoration:underline;
}

.contenu  h1 {
	font-family:'Bebas','Verdana';
	font-size:30px;
	margin-left:40px;
	margin-top:10px;	
	margin-bottom:10px;
	color:#65361D;
	font-weight:lighter;
}

.contenu .paragraphe {
	font-family:'verdana';
    font-weight:normal;
	font-size:12px;
	margin-left:40px;
	margin-right:40px;
	text-align:justify;
	line-height:16px;	
}

.contenu p {
	font-family:'verdana';
    font-weight:normal;
	font-size:12px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
	line-height:20px;	
}

.contenu p a{
	color:#65361D;	
	text-decoration:none;
}

.contenu p a:hover{
	color:#65361D;	
	text-decoration:underline;	
}



.contenu .petit {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:normal;
}

.bas #petit-blanc {
	font-family:'verdana';
    font-weight:normal;
	font-size:9px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;	
	color:#ffffff;
}

.bas #petit {
	font-family:'verdana';
    font-weight:normal;
	font-size:9px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;	
	color:#333;
}

.bas #petit a {
	font-family:'verdana';
    font-weight:normal;
	font-size:9px;
	color:#65361D;
	text-decoration:none;
}

.bas #petit a:hover {
	font-family:'verdana';
    font-weight:normal;
	font-size:9px;
	color:#65361D;
	text-decoration:underline;
}


.contenu h2 {
	font-family:'Bebas', 'Verdana';
	font-size:20px;
	margin-left:40px;
	margin-top:10px;	
	margin-bottom:10px;
	color:#7E5C4A;
	font-weight:lighter;
}

.contenu h4 {
	font-family:'Bebas', 'Verdana';
	font-size:20px;
	margin-bottom:10px;
	color:#7E5C4A;
	font-weight:lighter;
}

.contenu h3 {
	font-family:'arial';
	font-size:11px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
	text-transform:uppercase;
	color:#7E5C4A;	
}

.contenu .photos-news .linki img {
	border:#fff;
	border-width:2px;
	border-style:solid;
	margin:10px;
	margin-top:20px;
}


.contenu #expositions{
	margin-left:82px;
	margin-bottom:10px;
	margin-top:20px;
}
.contenu #expositions tr td {
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:10px;
	vertical-align:top;
}

.contenu .couleur {
	text-align:center;
	font-family:"Verdana";
	font-size:12px;
	color:#65361D;
	font-weight:normal;
}

.contenu #tableau p{
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:10px;
	line-height:inherit;
}

.contenu table tr td {
	text-align:center;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:10px;
}


/* Gestion des fonts */

@font-face {
    font-family: "Bebas";
    font-weight:normal;
    src: url('fichiers/BebasKai.otf');
}

@font-face {
    font-family: "Century";
    font-weight:normal;
    src: url('fichiers/GOTHIC.ttf');
}

@font-face {
    font-family: "Century";
    font-weight:bold;
    src: url('fichiers/GOTHICB.ttf');
}

@font-face {
    font-family: "Century";
    font-weight:normal;
	font-style:italic;
    src: url('fichiers/GOTHICI.ttf');
}


@font-face {
    font-family: "Century";
    font-weight:bold;
	font-style:italic;
    src: url('fichiers/GOTHICBI.ttf');
}



.contenu table tr td .paragraphe a {
	color:#000;
}

.contenu table tr td .paragraphe a:hover{
	color:#65361D;
}


/* CSS tableau expositions */


.expositions tr td p {
	margin:5px;
}

/* CSS tableau chatons */


.contenu center .chaton tr td p {
	margin:0px;
}



/* CSS tableau photos chatons */

#photos {
	margin-left:40px;
}

#photos tr td {
	background:#F8F8F8;
	text-align:center;
}

#photos p {
	margin:6px;
	text-align:left;
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
}

#photos a {
	margin:6px;
	text-align:left;
	color: #65361D;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}

#photos a:hover {
	color: #000000;
	text-decoration:underline;
}

