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

* { margin:0; padding:0; }

body { background-color:#C05A06; color:#873015; }

object { outline:none;}
a img {border:none; }

a:link { color:#873015;outline:none; }
a:visited { color:#873015;outline:none; }
a:hover { color:#873015;outline:none; }
a:active { color:#873015;outline:none; }

/* layout */ 
#conteneur {
	margin:0 auto;
	width:967px;
	height:706px;
}

#conteneur_flash {
	margin:0 auto;
	width:980px;
	height:700px;
}

#header {
	background-image:url(http://www.cochon-annecy.com/templates/cochon/media/header.jpg);
	width:967px;
	height:154px;
}
#contenu {
	width:967px;
	height:441px;
}
#pageGauche {
	background-image:url(http://www.cochon-annecy.com/templates/cochon/media/pageGauche.jpg);
	width:379px;
	height:311px;
	max-height:311px;
	color:#873015;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 25px 120px 80px;
	float:left;
}

#pageDroite {
	background-image:url(http://www.cochon-annecy.com/templates/cochon/media/pageDroite.jpg);
	width:378px;
	height:311px;
	max-height:311px;
	color:#873015;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 75px 120px 30px;
	float:left;
}
#footer {
	/*background-image:url(http://www.cochon-annecy.com/templates/cochon/media/footer.jpg);*/
	width:967px;
	height:112px;
}

/* styles internes */

#pageGauche h1, #pageDroite h1 {
	color:#d16c00;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 0 7px;
}

#pageGauche p {
	text-align:justify;
}

.ssmenu { background-image:url(http://www.cochon-annecy.com/templates/cochon/media/fond_cochon.gif); text-align:center; line-height:3em; height:70px; width:370px;}
.ssmenu a:link { color:#873015; font-size:20px; font-weight:bold; text-decoration:none; font-family:'Times New Roman',Georgia,serif;  }
.ssmenu a:visited { color:#873015; font-size:20px;font-weight:bold; text-decoration:none;font-family:'Times New Roman',Georgia,serif;  }
.ssmenu a:hover { color:#873015;font-size:20px;font-weight:bold; text-decoration:underline;font-family:'Times New Roman',Georgia,serif;  }
.ssmenu a:active { color:#873015; font-size:20px;font-weight:bold; text-decoration:underline;font-family:'Times New Roman',Georgia,serif; }

#pageGauche table {
	width:370px;	
}

#pageGauche table tr td { height:28px; border-bottom:1px dotted #C05A06; } 
#pageGauche table tr td:Last-Child { color:#C05A06; text-align:right; font-style:italic; }

