/* @override http://localhost/Web-dev/PRO/RDVRADIO/css/global.css */
/* Styles page Accueil et généralités du site */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, "Helvetica Neue", sans-serif;
}

img {
	border: none;
}

/* 
Image de fond de la page accueil 
positionnement et dimensions commaune à toutes les pages
*/
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 600px;
	
	background: url(../images/fond.jpg) no-repeat center top;
}

hr.separateur {
	clear: both;
	margin: 0 auto;
	width: 1px;
	height: 1px;
	border: none;
	background-color: #fff;
}

img.separateur {
	clear: both;
}

a:link, a:visited {
	color: #000; /*8794a9*/
	font-weight: bold;
}

a:hover {
	color: #888; /*b0bed5*/
}

/* @group TITRE SITE */

#intituleSite {
	position: absolute;
	display: block;
	width: 300px;
	height: 130px;
	left: 0px;
	top: -2px;

}

#intituleSite h1 {
	margin: 0;
}

#intituleSite a {
	position: relative;
	display: block;
	height: 90px;
	margin-top: 20px;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}

#intituleSite h1 span {
	display: none;
}

#intituleSite h2, #intituleSite p {
	display: none;
}

/* @end */

/* @group MENU TOP */

#menuTop {
	margin-right: 20px;
	height: 22px;
	text-align: right;
	padding-top: 1px;
}

#menuTop p {
	margin: 5px 0 0 0;
	font: 9px Verdana, Arial, "Helvetica Neue", sans-serif;
	color: #030303;
}

#menuTop a:link, #menuTop a:visited {
	color: #030303;
	text-decoration: none;
}

#menuTop a:hover {
	color: #555;
}

/* @end */

/* @group MENU PRINCIPAL */

#menuPrincipal {
	clear: both;
	width: 656px;
	height: 26px;
	margin: 68px 20px 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

#menuPrincipal a:link, #menuPrincipal a:visited {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	overflow: hidden;
}

a.accueil:link, a.accueil:visited {
	width: 69px;
	height: 26px;
	background: transparent url(../images/but-accueil.gif) no-repeat left top;
}

a.logiciel:link, a.logiciel:visited {
	width: 123px;
	height: 26px;
	background: transparent url(../images/but-logiciel.gif) no-repeat left top;
}

a.call-center:link, a.call-center:visited {
	width: 84px;
	height: 26px;
	background: transparent url(../images/but-call-center.gif) no-repeat left top;
}

a.souscrire:link, a.souscrire:visited {
	width: 76px;
	height: 26px;
	background: transparent url(../images/but-souscrire.gif) no-repeat left top;
}

a.compte:link, a.compte:visited {
	width: 99px;
	height: 26px;
	background: transparent url(../images/but-mon-compte.gif) no-repeat left top;
}

a.support:link, a.support:visited {
	width: 135px;
	height: 26px;
	background: transparent url(../images/but-support.gif) no-repeat left top;
}

a.contact:link, a.contact:visited {
	width: 69px;
	height: 26px;
	background: transparent url(../images/but-contact.gif) no-repeat left top;
}

a.accueil:hover, 
a.logiciel:hover,
a.call-center:hover,
a.souscrire:hover,
a.compte:hover,
a.support:hover,
a.contact:hover {
	background-position: 0 -26px;
}

#menuPrincipal a.ici {
	background-position: 0 -26px;
}

/* @end */

#flash {
	margin: 20px 0 0 666px;
	width: 273px;
	height: 84px;
}

/* @group FORMULAIRE */

#formulaire {
	width: 205px;
	height: 123px;
	margin: 23px 46px 0 auto;
}

#formulaire input {
	float: left;
	width: 150px;
	height: 21px;
	margin: 7px 0 7px 7px;
}

#formulaire #submit {
	margin: 9px 0 0 3px;
	float: left;
	padding: 0;
	border: none;
	width: 22px;
	height: 21px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(../images/submit.gif) no-repeat left top;
}

/* @end */

/* @group BOXES DE TEXTE */


#textes {
	margin: 80px 0 0 0;
	padding: 0;
	width: 100%;
}

.boxes {
	clear: both;
	margin: 0;
	padding: 0;
}

.box1, #more1 {
	float: left;
	margin-left: 45px;
	width: 230px;
}

.box2, #more2 {
	float: left;
	margin-left: 90px;
	width: 230px;
}

.box3, #more3 {
	float: left;
	margin-left: 90px;
	width: 230px;
}

.contents {
	width: 230px;
	margin: 0 auto;
	font: 12px Arial, Verdana, "Helvetica Neue", sans-serif;
	text-align: justify;
}

.contents strong {
	color: #8794a9;
	font-weight: bold;
}

#boutonsMores {
	clear: both;
	height: 36px;
}

/*#more1 {
	display: table-cell;
}*/

#more1 a, #more2 a, #more3 a {
	display: block;
	margin: 15px 0 0 auto;
	height: 21px;
	width: 97px;
	background: transparent url(../images/but-more.gif) no-repeat left top;
	text-indent: -100px;
	overflow: hidden;
}

/* @end */

/* @group FOOTER */

#footer {
	clear: both;
	margin: 50px auto 20px auto;/*118px*/
	border: 1px solid #fff;
	text-align: center;
	height: 44px;
	background: url(../images/fond-footer.gif) no-repeat center top;
	color: #6b6b6b;
	font: 10px/16px Verdana, Arial, "Helvetica Neue", sans-serif;
}

#footer p {
	margin: 11px 0 0 0;
}

#footer a:link, #footer a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

#footer a:hover {
	color: #a9a9a9;
}

#footer a.cnil:link, #footer a.cnil:visited {
	font-weight: bold;
	color: #3082a8;
	text-decoration: underline;
}

#footer a.cnil:hover {
	text-decoration: none;
}

/* @end */

.ombreSeparante {
	clear: both;
	width: 100%;
	height: 17px;
	background: transparent url(../images/ombre-separante.gif) no-repeat center top;
	margin: 0;
	padding: 0;
}
