@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: left top;
	color: #fff;
	font-family: 'ProximaNovaBold';
	background: -webkit-radial-gradient(50% 50%, circle cover, #e34b7a, #cb3d6d 70%, #ad2b57 100%) fixed;
	background-color: #DB4777;
}
a {
	outline: none;
}
#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#header h1 a:hover, #header h1 a:focus {
	color: #eee;
	text-decoration: none;
}
a, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #ffcccc;
	text-decoration: none;
}
.content {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0;
}
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#header {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 15px;
}
#google_ads {
	text-align:center;
	padding-bottom:15px;
}
#submit {
	font-family: 'ProximaNovaBold';
	background:		transparent url("../images/button-blue-gradient.gif") repeat-x top left;
	border:			0 none;
	color:			#fff;
	cursor:			pointer;
	font-size:		30px;
	font-weight:	bold;
	height:			55px;
	width:			275px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 138px;
	text-shadow:#662a41 0 1px 0px;
	-webkit-box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 0.4);
	-moz-box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 0.4);
	box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 0.4);
	padding: 0;
}
#submit:hover {
	-webkit-box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 1);
	-moz-box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 1);
	box-shadow: 0px 1px 5px 1px rgba(125, 25, 59, 1);
}
#submit:focus {
	outline: none;
}
input {
	font-size: 16px;
	margin-bottom: 10px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
 	background-color: #fafafa;
    border: 4px solid #cb3d6d;
}
input:hover {
    border: 4px solid #7d193b;
}
input:focus {
	outline: none;
}
#recaptcha_image{
	background: #FFF;
	width: 522px !important;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 4px solid #cb3d6d;
    border-right: 4px solid #cb3d6d;
    border-bottom: none;
    border-top: 4px solid #cb3d6d;
    box-shadow: none;
}
#recaptcha_image img{
	padding-left: 115px;
	padding-top: 5px;
}
#recaptcha_response_field {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 15px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
 	background-color: #fafafa;
    border-left: 4px solid #cb3d6d;
    border-right: 4px solid #cb3d6d;
    border-bottom: 4px solid #cb3d6d;
    border-top: none;
}
#recaptcha_response_field:hover {
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
}
.center {
	text-align: center;
}
.g-recaptcha{
	width: 304px;
	margin: 0 auto;
	padding: 5px;
}
.bloc {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.prop {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 15px 0 15px 0;
}
.prop a {
	font-size: 12px;
}
ul {
	list-style-type: none;
}
ul p {
	padding:5px 0 30px 0;
	margin:0;
}
.clear {
	clear:both;
}
.date {
	float:left;
	padding: 2px 0 0 0;
	width:100px;
	color:#FFCCCC;
}
.link_archives {
	margin-left: 100px;
	display:bloc;
}
#recaptcha_widget {
	text-align: center;
	padding-bottom: 15px;
}
#recaptcha_image {
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 10px 0;
}
@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
	font-size: 60px;
	line-height:normal;
	font-family: 'ProximaNovaBold';
	color: #fff;
	margin: 0px;
	padding: 0px;
	text-shadow:#691a35 0 1px 0px;
}
h2 {
	font-size: 30px;
	line-height:normal;
	font-weight: normal;
	font-family: 'ProximaNovaBold';
	color: #ffcccc;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-shadow:#691a35 0 1px 0px;
}
h3 {
	font-size: 24px;
	line-height:normal;
	font-weight: normal;
	font-family: 'ProximaNovaBold';
	color: #ffcccc;
	padding:0;
	margin: 0px;
	text-shadow:#691a35 0 1px 0px;
}
h4 {
	font-size: 20px;
	line-height:normal;
	font-weight: normal;
	font-family: 'ProximaNovaBold';
	color: #ffcccc;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-shadow:#691a35 0 1px 0px;
}
p {
	font-size: 12px;
	line-height:16px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #ffcccc;
	text-align: justify;
	margin:0;
	padding:0;
}
label {
	text-align: center !important;
}
.st {
	font-size: 12px;
	line-height:16px;
	font-family: 'ProximaNovaBold';
	color: #ffcccc;
	text-shadow:#691a35 0 1px 0px;
}
#content p code a, #content p code a:visited {
	font-family: 'ProximaNovaBold';
	font-size: 50px;
	color: #ffcccc;
}
#content p code a:hover, #content p code a:focus {
	font-family: 'ProximaNovaBold';
	color: #fff;
	text-decoration: none;
}