@charset "utf-8";
/* CSS Document */

/* Reset */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, footer, header, nav, section {
	display: block;
}
ul {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	background: none;
}
a:hover, a:active, a:focus {
	color: #ffffff;
	background: #000000;
}
/****/



/* Styles **************************************************************/
/* Fond de page */
body {
	font-family: Verdana, "DejaVu Sans", Geneva, sans-serif;
	font-size: 0.82em;
	text-align: center;
	line-height: 1.3em;
}
#fond {
	margin: 20px auto 20px auto;
	padding-bottom: 5px;
	max-width: 960px;
}
#master {
}
/****/


/* Header et son contenu */
#accroche {
	position: absolute;
	width: 940px;
	height: 440px;
	top: 20px;
	left: 50%;
	margin-left: -470px;
	padding: 20px;
	font-size: 0.6em;
	color: #000000;
	display: none !important;
	visibility: hidden;
	overflow: hidden;
}
h1#logo img {
	display: block;
}
#logo {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	background-image: url(../images/header_002.jpg);
	background-repeat: no-repeat;
}
/****/

/* Menu */
#menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin-right: 10px;
	display: inline;
	line-height: 2.2em;
}
#menu li.last {
	margin-right: 0;
}
#menu li a:link, #menu li a:visited {
	padding: 4px;
}
/****/


/* Corps de page */
#corps {
	margin: 0;
	padding: 10px 0 0 0;
}
#texte {
	margin: 30px auto;
	width: 90%;
	min-height: 200px;
	text-align: left;
	line-height: 1.35em;
}
.popup {
	margin: 30px auto;
	width: 600px;
	min-height: 200px;
	text-align: left;
	line-height: 1.35em;
}
/****/


/* Footer */
footer {
	margin: 0 10px 10px 10px;
	padding: 6px;
	font-size: 0.8em;
	clear: left;
}
/****/


/* Paragraphes, styles */
h1 {
	margin: 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
	font-size: 1.328em;
	text-align: left;
}
h2 {
	margin: 60px 0 0 0;
	padding: 3px;
	font-size: 1.2em;
}
h3, h4, h5 {
	margin: 20px 0 0 0;
	padding: 3px;
	font-size: 1.2em;
}
.mini {
	font-size: 0.8em
}
p {
	font-size: 1em;
}
strong, .b, .gras {
	font-weight: bold;
}
em, .i {
	font-style: italic;
}
.travers {
text-decoration:line-through;
}
.c {
	text-align: center;
}
.jus {
	text-align: justify;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.f_right {
	float: right;
	margin: 0 0 0 10px;
}
.encart_right {
	float: right;
	margin-left: 10px;
}
.f_left {
	float: left;
	margin: 0 10px 0 0;
}
.encart_left {
	float: left;
	margin-right: 10px;
}
hr {
	margin: 20px 0 20px 0;
}
.clear { 
	clear: both;
	margin-top: 50px;
}
.puce, .puce_2 {
	padding-left: 30px;
}
.first:before {
	content: " cette page est en reconstruction. Merci de votre indulgence ";
	color: #000000;
	background: #ffffff;
	padding: 3px;
}
/****/


/* Images, styles */
img {
	height: auto !important;
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/****/


/* Divers, styles */
.none {
	display: none;
}
span.none {
	display: inline;
}
.none_2 {
	display: none;
}
span.none_2 {
	display: inline;
}
a:hover.viewpic span {
	position: absolute;
	top: -102px;
	left: 0;
	z-index: 20;
	padding: 2px 4px;
	display: inline;
}
img, table, td, iframe, input, textarea {
	height: auto !important;
	width: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/****/


/* Couleurs, bordure et déco *******************************************/
body {
	color: #000000;
	background: #cccccc;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat;
	background-position: 0 65%;
	background-attachment: fixed;
}
.bgblanc {
background-color: #ffffff;
background-image: none;
}
#fond {
	background: #e5e5e5;
	background: rgba(229, 229, 229, 0.6);
	-pie-background: #e5e5e5;
	-pie-background: rgba(229, 229, 229, 0.6);
	behavior: url(pie/PIE.php);
	border: 2px solid none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.php);
	-webkit-box-shadow: 2px 5px 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
}
header {
	border-bottom: 1px solid #000000;
}
#menu li a:link, #menu li a:visited {
	color: #000000;
	background: #cccccc;
	background: -webkit-linear-gradient( #ffffff, #cccccc);
	background: -moz-linear-gradient( #ffffff, #cccccc);
	background: -ms-linear-gradient( #ffffff, #cccccc);
	background: -o-linear-gradient( #ffffff, #cccccc);
	background: linear-gradient( #ffffff, #cccccc);
	-pie-background: linear-gradient(#ffffff, #cccccc);
	-webkit-border-radius: 2px 6px 2px 6px;
	-moz-border-radius: 2px 6px 2px 6px;
	border-radius: 2px 6px 2px 6px;
	-webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
	text-decoration: none;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #ffffff;
	background: #000000;
	background: -webkit-linear-gradient( #cccccc, #000000);
	background: -moz-linear-gradient( #cccccc, #000000);
	background: -ms-linear-gradient( #cccccc, #000000);
	background: -o-linear-gradient( #cccccc, #000000);
	background: linear-gradient( #cccccc, #000000);
	-pie-background: linear-gradient(#cccccc, #000000);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
}
img, a img, img a:hover {
	background: none;
	border: 0;
}
.bord_4 {
	margin-bottom: 5px;
	border: 4px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.php);
}
.bord_4_none {
	margin-bottom: 5px;
	border: 4px solid none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.php);
}
blockquote {
	margin: 0.25em auto auto auto;
	padding: 0.25em 40px;
	color: #383838;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-style: italic;
	line-height: 1.45;
	position: relative;
}
h1, h2, h3, h4, h5 {
	border: 0;
}
hr {
	color: #990000;
}
.puce {
	background: url(../images/pawz2.gif) left no-repeat;
}
.puce_2 {
	background: url(../images/color.png) left no-repeat;
}
footer {
	border-top: 4px solid #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	-webkit-box-shadow: 2px 5px 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
}
footer a:link, footer a:visited {
	color: #990000;
	background: none;
	text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
	color: #ffffff;
	background: #000000;
}
.move {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.move:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
/****/


/***** [ Media Queries ] *****/
@media handheld, only screen and (max-width: 1040px) {
}
@media handheld, only screen and (max-width: 960px) {
body {
	font-size: 0.9em;
}
#fond {
	margin: 0;
}
#menu {
	margin: 10px 0 0 0;
}
}
 @media handheld, only screen and (max-width: 760px) {
body {
	font-size: 0.9em;
}
#accroche {
	display: none;
}
#fond {
	margin: 0;
}
#menu {
	margin: 10px 30px 10px 30px;
	padding: 0;
}
#menu li {
	margin-bottom: 2px;
	margin-right: 0;
	padding: 4px;
	line-height: 1.6em;
	text-align: left;
	background: transparent;
	border: 0px solid #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
	display: block;
}
#menu li:hover {
	background: none;
}
#menu li a:link, #menu li a:visited {
	padding: 1px 3px 1px 10px;
	color: #000000;
	background: #f4f4f4;
	background: -webkit-linear-gradient( #ffffff, #cccccc);
	background: -moz-linear-gradient( #ffffff, #cccccc);
	background: -ms-linear-gradient( #ffffff, #cccccc);
	background: -o-linear-gradient( #ffffff, #cccccc);
	background: linear-gradient( #ffffff, #cccccc);
	-pie-background: linear-gradient(#ffffff, #cccccc);
	behavior: url(http://photos-photographe.fr/pie/PIE.php);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
	color: #ffffff;
	background: #000000;
	background: -webkit-linear-gradient( #cccccc, #000000);
	background: -moz-linear-gradient( #cccccc, #000000);
	background: -ms-linear-gradient( #cccccc, #000000);
	background: -o-linear-gradient( #cccccc, #000000);
	background: linear-gradient( #cccccc, #000000);
	-pie-background: linear-gradient(#cccccc, #000000);
	behavior: url(http://rolandcollignon.fr/pie/PIE.php);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#corps {
	margin: 0;
	padding: 5px 0;
}
#texte {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 95%;
}
#texte_left {
	margin: auto auto 40px auto;
	float: none;
}
#texte_right {
	float: none;
}
h2 {
	margin: 30px 0 0 0;
}
#footer {
	border-top: 8px solid #cccccc;
}
.none {
	display: inline;
}
span.none {
	display: none;
}
img, table, td {
	max-width: 100%;
	height: auto;
	width: auto;
}
}
 @media (max-device-width: 760px) and (orientation: landscape) {
html {
	-webkit-text-size-adjust: 100%;
}
}
 @media handheld, only screen and (max-width: 600px) {
body {
	font-size: 1em;
}
.none_2 {
	display: inline;
}
span.none_2 {
	display: none;
}
}
