@import url('tetiere-sites.css');

/* ------------------------------RAZ */

*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{
		font-size: 1em;
		font-weight: normal;
}
ul {
		list-style: none;
}
a {
		text-decoration:none;
		color:#143338;
}
a img {
		border:none;
}
.clear { 
      clear:both;
      display:block;
      line-height:1px;
		font-size:1px;
		height:1px;
}
a{outline: none;}
:focus{-moz-outline-style: none;}
.hidden {
		visibility:hidden;
}
fieldset{border:none;}

/*------------------------------pop in------------------------------*/

#overlay-appear{
	background:#000;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:80000;
}
#pop-inscription{
	background:url(../images/back-pop.png) no-repeat;
	width:391px;
	height:220px;
	position:absolute;
	top:50px;
	left:300px;
	z-index:80001;
	font-family:arial;
}
#pop-inscription h4{
	background:url(../images/pop-titre.gif) bottom left no-repeat;
	width:179px;
	height:25px;
	text-indent:-5000px;
	margin:0 auto;
	padding-top:30px;
}
#pop-inscription #pop-parag{
	background:url(../images/back-parag-pop.gif) no-repeat;
	width:294px;
	height:29px;
	text-indent:-5000px;
	margin:25px auto;
}
#pop-inscription #pop-btn-insc{
	background:url(../images/pop-btn-insc.gif) no-repeat;
	width:125px;
	height:51px;
	text-indent:-5000px;
	margin:0 auto;
}
#pop-inscription #pop-btn-insc a{
	display:block;
	width:125px;
	height:51px;
}
#pop-btn-close{
	background:url(../images/btn-fermer-pop.gif) no-repeat;
	width:31px;
	height:31px;
	text-indent:-5000px;
	font-size:1px;
	line-height:1px;
	position:absolute;
	top:4px;
	right:10px;
	cursor:pointer;
}

#pop-mdp{
	background:url(../images/back-pop.png) no-repeat;
	width:391px;
	height:220px;
	position:absolute;
	top:50px;
	left:300px;
	z-index:80001;
	font-family:arial;
}
#pop-mdp h4{
	background:url(../images/mdp_oublie.gif) bottom left no-repeat;
	width:267px;
	height:25px;
	text-indent:-5000px;
	margin:0 auto;
	padding-top:30px;
}
#pop-mdp #pop-parag{
	background:url(../images/indiquez.gif) no-repeat;
	width:131px;
	height:10px;
	text-indent:-5000px;
	margin:25px auto 0 auto;
}

#pop-mdp p {
	font:normal 11px arial;
	text-align: center;
}

#pop-mdp p input.champ2{
	display:block;
	width:215px;
	height:16px;
	margin:10px auto 0 auto;
	border:1px solid #c7c5c5;
	font:normal 11px arial;
	color:#000;
	padding-top: 3px;
}

#pop-mdp p input#validez{
	display:block;
	width:100px;
	height:50px;
	background:url(../images/validez.gif) no-repeat;
	text-indent:-5000px;
	margin:0 auto;
	border:none;
}

/*------------------------------tetiere------------------------------*/

/*------------------------------structure------------------------------*/

body {
	background-color:#000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

#global {
	width:100%;
	height: auto;
	z-index: 20;
}

#top {
	width:994px;
	height: 64px;
	padding-top: 54px;
	padding-left: 10px;
	background-color:#000;
	margin: 0 auto;
}

#logo {
	float:left;
	width:156px;
	height: 48px;
	
}

#logo h1 {	
	font-size: 0;
	visibility:hidden;
}

#logo a{	
	display:block;
	width:156px;
	height: 48px;
	background: url(../images/logo.jpg) top left no-repeat;
}

#logo2 {
	float:left;
	width:79px;
	height: 48px;
	margin-left: 10px;
	
}

/*----------------------------------login----------------------------------*/

#login {
	float:right;
	width:510px;
	height: 64px;
}

#login h2 {
	float:right;
	color:#71ff04;
	text-transform: uppercase;
	font-size:18px;
	margin-right: 9px;
	height: 40px;
	padding-top: 3px;
	text-align: right;
}

#login h2 span {
	color:#fff;
	font-size:13px;
}

#login #form {
	float:left;
	width:215px;
}

#login #form_left {
	float:right;
}

#login #form_left input.champ {
	width:153px;
	height:16px;
	border:1px solid #575757;
	font:normal 10px arial;
	padding:4px 0 0 4px;
}

#login input#ok {
	float:right;
	width:40px;
	height: 45px;
	border:0;
	background: url(../images/ok.gif) top left no-repeat;
	margin-left: 6px;
	cursor:pointer;
}

#login #separateur {
	float:right;
}

#login a#sinscrire {
	display:block;
	float:right;
	width:101px;
	height: 45px;
	background: url(../images/sinscrire.gif) top left no-repeat;
	margin-right: 11px;
}

*html #login a#sinscrire {
	margin-right: 5px;
}

#login p {
	padding-left: 183px;
	line-height:8px;
}

#login p a, span.login{
	color:#a6a6a6;
	font:normal 9px arial;
} 
/**/


#login p a.mdpLost {
	display: block; float: left;
	margin-left: 12px;
	width: 120px;
}


/*--------version loguée--------*/

#login.logue a#deconnexion {
	display:block;
	background: url(../images/deconnexion.gif) top left no-repeat;
	width:122px;
	height: 45px;
	float:right;
}

#login.logue h2 {
	font-size:14px;
	padding-top: 5px;
}

#login.logue h2 span {
	font-size:18px;
}



.loginLost{
    display:none;
}

.loginLost span{
    color:#A6A6A6; width:153px; height:16px;
    display:block; float:left;
    font-size:11px;
}


/*----------------------------------menu----------------------------------*/

#fd_menu {
	width:100%;
	height: 29px;
	background: url(../images/fd_menu.gif) top center no-repeat;
	z-index: 10;
}

#menu {
	width:994px;
	height: 29px;
	padding-left: 10px;
	margin: 0 auto;
}

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	float:left;
	height:20px;
	font-size:12px;
	color:#fff;
	background: url(../images/separateur_menu.gif) top left no-repeat;
	padding-left:15px;
	margin-right: 15px;
	/margin-right: 10px;
	padding-top: 9px;
	text-transform: uppercase;
}

#menu ul li a:hover, #menu ul li a.on {
	color:#71ff04;
}


/*----------------------------------footer----------------------------------*/

#footer {
	/*width:100%;*/
	height: 35px;
	/*background: url(../images/fd_footer.gif) top left repeat-x;*/
	background: #000;
	/*padding-top: 1px;*/
}

#footer ul {
	padding-top: 13px;
	margin:0 auto;
	width:994px;
	padding-left: 10px;
}

#footer ul li {
	float:left;
}

#footer ul li a {
	display:block;
	/*float:left;*/
	/*height:20px;*/
	font-size:8px;
	color:#fff;
	background: url(../images/separateur_footer.gif) bottom right no-repeat;
	padding-right:9px;
	margin-right: 9px;
	/*margin-right: 5px;
	padding-top: 13px;*/
	text-transform: uppercase;
}

#footer ul li a:hover, #footer ul li a.on {
	color:#62dd03;
}

#footer ul li a.last {
	background:none;
}

#footer ul li a.off {
	cursor:default;
}

#footer ul li a.off:hover {
	color:#fff;
}























