/*------- CSS OLD VERSION --------*/
h2#oubli {
	color:						#FFFFFF;
	height:						40px;
	padding:					0;
	margin:						36px 0 0 15px;
	font:						bold 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2#noter {
	color:#FFFCF0;
	height:30px;
	padding:10px 0 10px 0;
	margin:0;
	font-size:22px;
}
h2.rupture {
	color:#FFFCF0;
	height:30px;
	padding:12px 0 10px 0;
	margin:0;
	font-size:22px;	
}
h3.oubli {
	padding:10px;	
}
form#notation {
	padding:60px 0 30px 0;	
}
div#nyroModalFull {
	font-size: 12px;
	color:#045F7E;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background-image: url("../img/ligne-wrapper1.gif");
	background-repeat:repeat-x;
	border: 2px solid #f9e800;
}

a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url("../img/close.gif") no-repeat;
	outline: 0;
}
a.NyroAlertClose {
	position:absolute;
	display:block;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#045F7E;
	bottom:15px;
	right:15px;
	text-align:center;
}
a.nyroModalClose {
	position:absolute;
	display:block;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	bottom:15px;
	right:15px;
	text-align:center;
}
input#alertmail {
	margin:0 0 15px 0;	
}
#boutonChoix, #boutonChoix1{
	float:left;
	background:url("../img/fond-choix.gif") no-repeat 0 0;
	width:173px;
	height:66px;
	padding:8px 0 0 0;
	margin:0 0 0 110px;
	text-align:center;
}
#boutonChoix a.nyroModalClose, #boutonChoix a.nyroModalClose:visited , #boutonChoix1 a, #boutonChoix1 a:visited{
	position:static;
	font:normal normal bold 18px Georgia, "Times New Roman", Times, serif;
	color:#c70c00;
}
#boutonChoix a.nyroModalClose:hover, #boutonChoix a.nyroModalClose:active , #boutonChoix1 a:hover, #boutonChoix1 a:active{
	text-decoration:underline;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 0 10px 0 10px;
}
h3.niroTitre{
	font:small-caps 16px Georgia,Times,serif;
	color:#FFFCF0;
	margin:20px 0 20px 0;
	text-align:center;
}
#FormMessage h3.niroTitre {
	margin:30px 0 20px 20px;
	text-align:left;
}
#FormMessage p.nyroMessage {
	margin:				20px;
}
p.nyroMessage{
	padding:40px 0 0 0;
	font-size:18px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 125;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}
/* ESPACE COMPTE */
h2.titreCommenPost {
	font:small-caps 14px Georgia,Times,serif;
	color:#FFFFFF;
	margin: 20px 0 20px 0;
	text-align:center;
}
#formcoment {
	text-align:center;	
}
#formcoment textarea {
	width:400px;
	margin:20px 0 30px 0;
}
p.commenPost {
	padding:20px;
	font-size:14px;
	font-weight:bold;
	color:#045F7E;
}
/*------- CSS V2 -----------*/
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
	z-index:112;
}
.nmReposition {
	position: absolute;
}
body .nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(../img/close.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	background: url("../../../../images/boxfond.jpg") no-repeat scroll 0 -25px #660033;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	margin: 25px;
	z-index:112;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 0;
	min-height: 180px;
	min-width: 200px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(../img/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(../img/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(../img/next.gif);
}
/* OLD NYRO */
h2#oubli{color:#FFFCF0; height:30px; padding:12px 0 10px 0; margin:0}
h2#noter{color:#FFFCF0; height:30px; padding:10px 0 10px 0; margin:0}
form#formOubli, form#notation{padding:60px 0 30px 0}
div#nyroModalFull{font-size:12px; color:#723094}
div#nyroModalLoading{border:4px solid #777; width:150px; height:150px; text-indent:-9999em; background:#fff url(../img/ajaxLoader.gif) no-repeat; background-position:center}
div#nyroModalLoading.error{border:4px solid #f66; line-height:20px; padding:20px; width:300px; height:100px; text-indent:0; background:#fff}
div#nyroModalWrapper{background-image:url("../img/ligne-wrapper1.gif"); background-repeat:repeat-x; border:2px solid #603}

a#closeBut{position:absolute; display:block; top:-13px; right:-13px; width:12px; height:12px; text-indent:-9999em; background:url(../img/close.gif) no-repeat; outline:0}
#boutonChoix, #boutonChoix1{float:left; width:173px; height:66px; padding:8px 0 0 0; margin:0 0 0 110px; text-align:center}
#boutonChoix a.nyroModalClose, #boutonChoix a.nyroModalClose:visited, #boutonChoix1 a, #boutonChoix1 a:visited{position:static; font:normal normal bold 18px Georgia,"Times New Roman",Times,serif; color:#c70c00}
#boutonChoix a.nyroModalClose:hover, #boutonChoix a.nyroModalClose:active, #boutonChoix1 a:hover, #boutonChoix1 a:active{text-decoration:underline}
h1#nyroModalTitle{margin:0; padding:0; position:absolute; top:-22px; left:5px; font-size:12px; color:#ddd}
div.wrapper div#nyroModalContent{padding:0 10px 0 10px}
h3.niroTitre{font:small-caps 16px Georgia,Times,serif; color:#FFFCF0; margin:20px 0 20px 0; text-align:center}
p.nyroMessage{padding:40px 0 0 0; font-size:18px}
div.wrapperImg div#nyroModalContent{position:relative; overflow:hidden; text-align:center}
div.wrapperImg img{vertical-align:baseline}
div.wrapperImg div#nyroModalContent div{position:absolute; bottom:0; left:0; background:black; padding:10px; margin:10px; border:1px white dotted; overflow:hidden; opacity:0.2; filter:alpha(opacity=20)}
div.wrapperImg div#nyroModalContent div:hover{opacity:0.5; filter:alpha(opacity=50); cursor:help}
a.nyroModalPrev, a.nyroModalNext{z-index:125; outline:none; position:absolute; top:0; height:100%; width:40%; cursor:pointer; text-indent:-9999em; background-image:url(data:image/gif; base64,AAAA)}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext{height:60%; width:20%}
a.nyroModalPrev{left:0}
a.nyroModalPrev:hover{background:url(../img/prev.gif) left 20% no-repeat}
a.nyroModalNext{right:0}
a.nyroModalNext:hover{background:url(../img/next.gif) right 20% no-repeat}
