/***Annulation de toutes les marges par défaut***/
*,* {
	margin:0;
	padding:0;
}
/***BALISES***/
body {
	background:url(images/background_page_large.jpg) top center repeat-y #660000;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;/*centrage pour IE*/
	color: #FFFFFF;
}
a img {
	border:none;
}

/***STRUCTURE***/
#main{
	width:700px;
	margin:auto;
	/*border:1px solid #FFF;*/
	text-align:left;
}
#head_gauche {
	float:left;
	margin-top:13px;
	/*border:1px solid #FFF;*/
}
#header {
	/*border:1px solid;*/
}
#news {
	text-align:left;
	width:414px;
/*	border:1px solid;*/
	margin:0px 0px 0px 265px;
	clear:both;
}
#contenu {
	width:720px;
/*	border:1px solid;*/
	clear:both;
}
#contenu_index {
	width:560px;
	background:url(images/img_index.jpg) left top no-repeat;
	height:335px;
/*	border:1px solid #FFF;*/
	padding-top:127px;
	padding-left:140px;
	clear:both;
}
#contenu_philo_fr {
	width:400px;
	height:335px;
	background:url(images/background_philo.jpg) left 50px no-repeat;
	/*border:1px solid;*/
	clear:both;
	padding-top:110px;
	padding-left:270px;
}
#contenu_philo_en {
	width:400px;
	height:335px;
	background:url(images/background_philo_uk.jpg) left 50px no-repeat;
	/*border:1px solid;*/
	clear:both;
	padding-top:110px;
	padding-left:270px;
}

#philo_texte {
	width: 350px;
	height:200px;
	/*border:1px solid;*/
}
#texte_index {
	width:280px;
	height:180px;
/*	border:1px solid;*/
}
#footer {
	width: 498px;
	height: 50px;
	background-image: url(images/img_piedpage.jpg);
	background-repeat: no-repeat;
	/*border:1px solid;*/
	float: right;
	color: #CBA865;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:13px 0 0 10px;
}
#colgauche{
	width: 210px;
	height: 310px;
	float: left;
/*	border:1px solid;*/
}
#coldroite{
	width: 450px;
	margin-left: 220px;
/*	border:1px solid #FF0000;*/
	padding-top:20px;
	margin-bottom:40px;
}
#form_contact {
	/*border:1px solid;*/
	width:500px;
	margin:auto auto 40px auto;
	border:none;
}
.portfolio {
	float:left;
	overflow:hidden;
/*	overflow-x: scroll;
	overflow-y:hidden;*/
	width: 430px;
	height:100px;
/*	border:1px solid #FFF;*/
}
.portfolio ul {
	list-style:none;
	float:left;
	display:block;
}
.portfolio ul li {
	border: 1px solid #5C000D;
	margin-right:3px;
	float:left;
	display:inline;
}

/***MENU***/
#menu ul{
	float:left;
	list-style-type:none;
	/*background:url(images/bg_menu.jpg) 0% 0% no-repeat;*/
	width:414px;
}
#menu li {
	float:left;
	/*display: inline;*/
}
#menu li a {
	display:block;
	width:138px;
	height:119px;
}
/*Dissimulation des liens textes dans le menu*/
#menu span {
	display:none;
}
#menu li a:hover {
	background: transparent url(images/bg_menu.jpg) bottom left no-repeat;
}
a.philo:hover {
	background-position:0% -119px;
}
a.collection:hover {
	background-position:50% -119px;
}
a.contact:hover {
	background-position:100% -119px;
}
/*Mise en forme de la liste servant de menu gauche*/
#menugauche {
	width: 170px;
	height: 310px;
	float: left;
	margin:20px 10px 0 30px;
	padding: 0 3px 0 3px;
	list-style-type:none;
}
#menugauche li {
	font-size:14px;
}
.titre {
	padding-top:8px;
	font-weight:bold;
}
.rubrique {
	font-size: 14px;
	padding: 1px 3px 1px 3px;
	margin-top: 20px;
	border-top: #CBA865 1px dashed;
	border-bottom: #CBA865 1px dashed;
	text-align: right;
	font-weight: bold;
	background-image: url(images/background_or.jpg);
}
.sous_rubrique, .sous_rubriqueon {
	font-size: 12px;
	border-bottom: #CBA865 1px dashed;
	padding: 2px ;
	text-align: right;
	color: #CBA865;
}
.sous_rubriqueon {
	background-color: #672A13;
}
.sous_rubriqueon a:hover, .sous_rubriqueon a {
	text-decoration:none;
	background:#672A13;
}
.sous_rubrique a, .sous_rubriqueon a{
	font-size: 12px;
	text-decoration: none;
	display:block;
}
.sous_rubrique a:hover{
	background-color: #672A13;
}


/***IMAGES***/
.imageleft{
	float: left;
	border-color: #CBA865;
	border-width: 1px;
	border-style: solid;
}

/***TEXTES***/
.center {
	text-align:center;
}
#news .titre {
	background:url(images/filet_or.gif) bottom left repeat-x ;
	width:100%;
}
h1{
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}
h2{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
}
h3{
	font-size: 11px;
}
.alerte {
	text-align:center;
	margin:0 0 10px 0;
}
/***LIENS***/
a {
	color: #CBA865;
}
a:hover{
	BACKGROUND-COLOR: #280000;
}
a:visited{
	color: #CBA865;
}
a:active{
	color: #280000;
	background-color: #CBA865;
}
/***FORMULAIRE***/
#form_contact td {
	padding:2px 0 2px 0;
}
#form_contact td h1 {
	padding:8px 0 8px 0;
	background:url(images/filet_or.gif) bottom repeat-x;
	text-align:center;
}
#form_contact label {
	text-align:right;
}
#form_contact input, textarea {
	font-size:11px;
	padding:2px;
	border:1px solid #CBA865;
	background:#4C0000;
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}