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


* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #58585a;
	background-image: url(img/fond_pointilles.gif);
}
body a {
	text-decoration: none;
	color: #8c0c13;	
}
body a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


.clear {
	clear: both;
}

li {
	list-style: none;
}



/* HEADER ---------------------- */

#content {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#content_home {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	height: 802px;
	background-color: #FFFFFF;
}
#header {
	padding-top: 28px;
	padding-right: 28px;
	padding-bottom: 12px;
	padding-left: 28px;
	height: 150px;
}
#logo {
	padding-top: 15px;
	padding-left: 37px;
	height: 65px;
	padding-bottom: 16px;
}


/* MENU ---------------------- */

ul#menu {
	padding-left: 20px;
}
ul#menu li {
	font-size: 12px;
	font-weight: bold;
	color: #737377;
	display: block;
	float: left;
	background-image: url(img/trait_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#menu li.first {
	background-image: none;
}
ul#menu li a{
	display: block;
	color: #737377;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 14px;
	margin-left: 14px;
}
ul#menu li a:hover{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-decoration: none;
}
ul#menu li a.actif{
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu_separation {
	clear: both;
	padding-top: 8px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/* FOOTER ---------------------- */

#footer {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
}


/* RECUP ! ANCIEN SITE ---------------------- */

/*td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*/
.t1 {
	font-size: 11px;
	font-weight: bold;
}
.t2 {
	font-size: 14px;
	font-weight: bold;
}
.t3 {
	font-size: 13px;
	font-weight: bold;
}


/* HOME ---------------------- */

a.illust_entree {
	height: 94px;
	width: 122px;
	padding-top: 127px;
	padding-left: 285px;
	padding-right: 50px;
	padding-bottom: 50px;
	display: block;
	float: left;
}
a.illust_entree:hover {
	background-image: url(img/illust_on.gif);
	background-repeat: no-repeat;
	background-position: 285px 127px;
}
a.photo_entree {
	height: 94px;
	width: 122px;
	padding-top: 127px;
	padding-left: 77px;
	padding-right: 240px;
	padding-bottom: 50px;
	display: block;
	float: left;
}
a.photo_entree:hover {
	background-image: url(img/photo_on.gif);
	background-repeat: no-repeat;
	background-position: 77px 127px;
}


/* ILLUST - PHOTO ---------------------- */

.contenus {
	padding-right: 28px;
	padding-left: 28px;
}

form {
	display: inline;
}
select {
	font-size: 10px;
	border: 1px solid #dfe0e1;
	color: #999999;
}
.vignettes_membres {
	width: 106px;
	padding-top: 25px;
	padding-left: 17px;
	float: left;
}
.first_vignette {
	padding-left: 0px;
}


/* ASSO ---------------------- */

.asso_left {
	float: left;
	width: 530px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 40px;
}
.asso_right {
	float: left;
	width: 300px;
	margin-bottom: 40px;
}


/*  ---------------------- */

h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
p {
	font-size: 12px;
	line-height: 16px;
}


/* GALERIE VIRTUELLE ---------------------- */

#galerievirtuelle {
	background-color: #3b3b3b;
	height: 650px;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
}


/* PARTENAIRES ---------------------- */

.logos_partenaires {
	display: block;
	float: left;
	width: 220px;
	padding-right: 80px;
	padding-bottom: 20px;
	text-align: center;
}


/* CONTACT ---------------------- */

.contact_left {
	float: left;
	width: 400px;
	padding-right: 20px;
}
.contact_right {
	float: left;
	width: 400px;
}
.border {
	border:thin dotted #CCCCCC;
}
.form {
	background-color:#FFFFFF;
	border:thin solid #CCCCCC;
	font-size:11px;
}
.bt {
	background-color:#FFFFFF;
	border:thin dotted #CCCCCC;
	font-size:11px;
}

