* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
}

/*********************************************************************************************************************************
Dimensions
*********************************************************************************************************************************/
#conteneur {
	width:900px;
}
#blocHaut {
	width:900px;
	height:365px;
}
h1 {
	width:650px;
	height:95px;
}
#blocHaut p {
	width:482px;
}
#menu {
	width:900px;
	height:28px;
}
#blocNews {
	width:540px;
	height:385px;
}
.news {
	width:525px;
	height:320px;
}
.apercuNews {
	height:260px;
}
#blocTv {
	width:355px;
	height:385px;
}
#blocTv h2 {
	width:83px;
	height:21px;
}
#blocPetition {
	width:900px;
	height:165px;
}
#blocPetitionGauche {
	width:235px;
	height:125px;
}
#blocPetitionGauche p {
	width:235px;
	height:110px;
}
#blocPetition h2 {
	width:180px;
	height:33px;
}
#blocPetitionDroite {
	width:330px;
	height:125px;
}
#blocPetitionDroite form {
	width:145px;
	height:145px;
}
#blocPetitionDroite p {
	width:175px;
	height:105px;
}
#goSignez {
	width:93px;
	height:30px;
}
.blocCentre {
	width:900px;
	height:220px;
}
.lienPlus {
	width:100%;
}

/*********************************************************************************************************************************
Positions
*********************************************************************************************************************************/
body {
	text-align:center;
}
#conteneur {
	margin:0 auto;
}
#blocHaut {
	padding-left:249px;
	position:relative;
}
#blocHaut h1 {
	position:absolute;
	top:8px;
	left:232px;
}
#blocHaut p {
	margin-top:5px;
	float:left;
	position:absolute;
	top:120px;
}
#menu {
	position:absolute;
	bottom:7px;
	left:14px;
}
#menu a img{
	margin:0;
}
#ssMenu a {
	margin-right:4px;
	margin-left:2px;
}
#blocNews {
	padding:5px 10px;
	text-align:left;
	float:left;
}
.news {
	padding-top:7px;
	position:relative;
}
/*
.news a {
	margin-left:400px;
}
*/
/*
.lienNews{
	display:block;
text-align:left;
width:80px;
}*/

.lienNews{
text-decoration:none;
text-align:left;
}
.lienPlus {
	padding-top:5px;
}
#blocTv {
	float:right;
	padding:3px 10px;
	text-align:left;
}
.video {
	margin:5px 0;
}
#blocPetition {
	clear:both;
	position:relative;
	padding:25px 10px 3px 10px;
	text-align:left;
}
#logoPetition {
	position:relative;
	top:-12px;
	left:0;
	float:left;
}
#blocPetitionGauche {
	float:left;
	padding-left:5px;
}
#blocPetitionDroite {
	float:left;
	margin-left:10px;
}
#blocPetitionDroite form {
	float:left;
	margin-right:10px;
}
#blocPetitionDroite p {
	float:left;
}

#blocPetitionDroite form input {
	margin:2px 0;
}
.blocCentre {
	padding:35px 10px 3px 10px;
	text-align:left;
}

/*********************************************************************************************************************************
Textes
*********************************************************************************************************************************/
body {
	font-size:62.5%;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
#blocHaut {
	text-align:left;
}
#blocHaut p {
	color:#a6208f;
	font-size:1.2em;
	line-height:1em;
	font-weight:700;
}
.txtGros {
	font-weight:700;
}
#ssMenu a {
	color:#a6208f;
	font-weight:800;
	font-size:1.3em;
	text-decoration:none;
}
h2 {
	color:#fff;
	font-size:1.9em;
	font-weight:900;
}
h3 {
	font-size:1.4em;
}
.news a {
	color:#000;
	font-weight:800;
}
.news a:hover {
	color:#f84ddb;
	text-decoration:underline;
}
.news p {
	font-size:1.2em;
}
.lienPlus {
	color:#000;
	font-weight:900;
	font-size:1.3em;
}
.lienPlus:hover {
	color:#f84ddb;
	font-weight:900;
	text-decoration:none;
	font-size:1.6em;
}
.inputNoir {
	color:#000;
}
.inputRose {
	color:#f84ddb;
}
.txtRose {
	color:#f84ddb;
}
.blocCentre {
	font-size:1.3em;
}

/*********************************************************************************************************************************
Affichage
*********************************************************************************************************************************/
body {
	background:#B9389F url(../img/fondBody.jpg) repeat-x 0px 0px;
}
img {
	border:none;
}
#conteneur {
}
#blocHaut {
	background:#B9389F url(../img/fondHaut.jpg) no-repeat;
}
h1 {
	background:url(../img/logoTxt.gif) no-repeat 0 25px;
}
h1 span {
	display:none;
}
#menu {
	background:transparent;
}
#blocNews {
	background:url(../img/fondBlocNews.jpg) no-repeat;
}
.news {
	border-bottom:1px dashed #d50068;
	overflow:auto;
	overflow-x:hidden;
}
.apercuNews {
	overflow:auto;
}
#blocTv {
	background:#a6208f url(../img/fondBlocTv.jpg) no-repeat;
}
#blocTv h2 {
	background:url(../img/logoTv.gif) no-repeat;
}
#blocTv h2 span {
	display:none;
}
#blocPetition {
	background:url(../img/fondBlocPetition.gif) no-repeat 0 15px;
}
#blocPetition h2 {
	background:url(../img/signez.gif) no-repeat;
}
#blocPetition h2 span {
	display:none;
}
#blocPetitionGauche {
	border-right:1px dashed #d50068;
}
#blocPetitionDroite a {
	display:block;
}
#goSignez {
	background:url(../img/goSignez.gif) no-repeat;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
.blocCentre {
	background:url(../img/fondBlocCentre.gif) no-repeat;
}
.apercuNews font {
	margin: 5px 0;
	display:block;
	letter-spacing:0.06em;
	line-height:1.2em;
	word-spacing:0.07em;
}
.apercuNews img {
	margin: 5px 0;
}
.petitePetition {
	position:absolute;
	bottom:48px;
	left:710px;
}
#ssMenu {
	position:absolute;
	top:3px;
	left:440px;
}
#blocNews h2, #blocTv h2 {
	margin-left:35px;
}

/**************************************
Safari
**************************************/
html[xmlns*=""] #blocHaut {
	width:650px;
}
html[xmlns*=""] #blocNews {
	width:520px;
}
html[xmlns*=""] #blocTv {
	width:335px;
}