/* 
    Document   : nyroModal.css
    Created on : 10 juin 2010, 16:40:54
    Author     : kevin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#popin_joindre {
	background-color: #fff;
	padding: 50px 0 30px 0;
	text-align: center;
}

#popin_joindre p.titre_popin {
	color:#646464;
	font:normal 16px helvetica;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#popin_joindre p.titre_popin span {
	color:#000;
	font:normal 12px arial;
	text-transform: none;
}

#popin_joindre p.marge {
	margin-top: 20px;
	margin-left: 100px;
	color:#000;
	font:normal 9px arial;
}

#popin_joindre input#cocher, #popin_joindre label {
	float:left;
	text-align: left;
	margin-right: 5px;
	color:#000;
	font:normal 9px arial;
}		

#popin_joindre label {
	width: 350px;
	text-align: justify;
}

#popin_joindre a.joindre_lien {
	display:block;
	width: 82px;
	height: 20px;
	background: url(../images/joindre.gif) no-repeat 0 0;
	margin:30px auto 0 auto;
	text-indent: -50000px;
}

a#closeBut {
	float:right;
	color:#000;
	padding: 5px;
	font:normal 11px arial;
}
