﻿/* CSS Document */

@import "../outils/CompteClient/menu/menu.css";

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #000 url(../images/charte/bg-body-accueil.jpg) center top no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	margin-bottom:60px;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	width:200px;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#000;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#fcc321;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#f6d77e;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.jpg) center top no-repeat #0c1421;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:250px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/

#droite {
	background:url(../images/charte/droite.jpg) no-repeat top left;
	width:214px;
	min-height:559px;
	float:right;
	position:relative;
}
#droite ul { list-style:none; }
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:686px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:559px;
	position:relative;
	float:left;
	padding: 49px 35px 20px 35px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-64px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background:url(../images/charte/global_bas.jpg) center top no-repeat;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:34px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:855px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat scroll left top;
	padding:30px 115px 0 0;
}
#bas a { color:#303a48; font-size:0.85em; text-decoration:none }
#bas a:hover { color:#d0e1ec; text-decoration:underline }


/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:64px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}

p.intro { font: 1.4em Arial, Helvetica, sans-serif; font-style:italic; color:#fcd462;}

.petit_texte {
	font-size: 0.8em;
	color: #62728a;
	line-height:normal;
	padding-left:5px;
}
h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	height:0;
	visibility:hidden
 }
h2{
	font: bold 1.5em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#a8c9f6;
	text-transform:uppercase
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#7c93b1
}
h3.catTofs{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#7c93b1;
	text-align:right
}
h4{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#7c93b1
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #5882b7;
	text-decoration:none;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #5197ef;
	text-decoration:none;
}
.avertissement {
	color: #fcc321;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#b8bec4 url(../images/contact/ombre.jpg) top left repeat-x;
	color:#4f5f74;
	border:1px solid #0a2444;
	padding:2px
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px dotted #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.png) top left no-repeat;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:220px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}

/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}


/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.ligne1{
	background:#f2f0f4;
	color:#000;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#000;
	height:30px;
	line-height:30px
}
.pictL {
	float:left;
	margin:10px 15px 10px 0;
}
.pictR {
	float:right;
	margin:10px 0 10px 15px;
}

#lien-acc{
	width:100px;
	height:25px;
	position:absolute;
	top:150px;
	left:50px;
	z-index:200;
}
#produit{
	width:829px;
	height:851px;
	z-index:100;
}

/*************************************************************************/
/*--------------------------------LOGIN---------------------------------*/
/*************************************************************************/

#login { width:214px; height:96px; display: block; background:url(../images/charte/login.jpg) left top no-repeat; color:#000; font-size:0.9em; }
.loginDroite { width:117px; height:17px; margin: 16px 0 0 74px; padding-left:5px; background: transparent; border:0 }
.mdpDroite { width:117px; height:17px; margin: 6px 0 0 74px; padding-left:5px; background: transparent; border:0  }

a.BTok { width:26px; height:17px; background:url(../images/charte/BTok.jpg) left top no-repeat; display:block; float:right; margin:3px 17px 0 0; }
a.BTok:hover { background:url(../images/charte/BTok.jpg) 0 -17px no-repeat; }

a.BTmdp { width:90px; height:17px; background:url(../images/charte/BTmdp.jpg) left top no-repeat; display:block; float:right; margin:3px 3px 0 0; }
a.BTmdp:hover { background:url(../images/charte/BTmdp.jpg) 0 -17px no-repeat; }

#dateNaiss { width:214px; height:68px; display: block; background:url(../images/charte/dateNaiss.jpg) left top no-repeat; color:#000; font-size:0.9em; }
.naissanceVerif { width:101px; height:17px; margin: 14px 0 0 94px; padding-left:5px; background: transparent;  border:0 }


#deconnexion { width:214px; height:40px; display: block; background:url(../images/charte/bg-deconnexion.jpg) left top no-repeat; color:#000; font-size:0.9em; }
a.BTdeconnexion { clear:both; width:76px; height:17px; background:url(../images/charte/BTdeconnexion.jpg) left top no-repeat; display:block; float:right; margin:15px 16px 0 0; }
a.BTdeconnexion:hover {background:url(../images/charte/BTdeconnexion.jpg) left -17px no-repeat; }

/*************************************************************************/
/*--------------------------------CARTE COMMUNAUTE---------------------------------*/
/*************************************************************************/

#carteFrance { width:364px; height:362px; background:url(../images/carte-communaute/carte-france.png) left top no-repeat; display:block; float:left; }
.yellow_flag { width:33px; height:27px; background:url(../images/carte-communaute/yellow_flag.png) left top no-repeat; display:block }
.red_flag { width:33px; height:27px; background:url(../images/carte-communaute/red_flag.png) left top no-repeat; display:block }
/* shop*/
.shop { width:270px; float:left; background:url(../images/carte-communaute/yellow_flag2.png) left top no-repeat; display:block; padding: 0 0 10px 30px; margin-left:10px }
#texte p.nomShop {font-weight:bold; text-transform:uppercase;margin:0; padding-bottom:5px;}
#texte p.adresseShop, #texte p.telShop { text-transform:none; font-size:0.9em; color:#96abc5; margin:0; line-height:1.5em; width:190px;}
#texte p.telShop { background:url(../images/carte-communaute/tel.png) left 4px no-repeat; display:block; padding-left:18px;margin:0; }
a.contacter { width:66px; height:19px; background:url(../images/carte-communaute/contacter.jpg) left top no-repeat; display:block; float:right; }
a.contacter:hover { background:url(../images/carte-communaute/contacter.jpg) 0 -19px no-repeat; }
/*kitesurfers*/
.kitesurfer_1 { clear:both; width:665px; padding:5px; background-color:#313a43}
.kitesurfer_2 { clear:both; width:665px; padding:5px; background-color:#586572}
#texte span.pseudo1, #texte span.pseudo2, #texte span.house1, #texte span.house2 {width:260px; margin:0; padding-left:30px; margin-right:5px; font-size:0.9em; display:inline-block; border-right:1px dotted #dbdbdb}
#texte span.pseudo1 { background:url(../images/carte-communaute/userA.jpg) left top no-repeat; }
#texte span.pseudo2 { background:url(../images/carte-communaute/userB.jpg) left top no-repeat;}
#texte span.house1 { background:url(../images/carte-communaute/houseA.jpg) left top no-repeat; }
#texte span.house2 { background:url(../images/carte-communaute/houseB.jpg) left top no-repeat; }

a.contacter1 { width:66px; height:19px; background:url(../images/carte-communaute/contacterA.jpg) left top no-repeat; display:block; float:right; }
a.contacter1:hover { background:url(../images/carte-communaute/contacterA.jpg) 0 -19px no-repeat; }
a.contacter2 { width:66px; height:19px; background:url(../images/carte-communaute/contacterB.jpg) left top no-repeat; display:block; float:right; }
a.contacter2:hover { background:url(../images/carte-communaute/contacterB.jpg) 0 -19px no-repeat; }


/*************************************************************************/
/*--------------------------------NEWS---------------------------------*/
/*************************************************************************/

h2.news{
	font: bold 1.5em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#a8c9f6;
	text-transform:uppercase;
	background:url(../images/news/fond-titre.png) left top no-repeat;
	padding:5px 0 0 30px;
	width:655px;
}
.blocPhotosNews { width:370px; float:left; }
.pictNews { float:left; margin:10px 10px 10px 0;}
.agrandir { font: normal 0.75em Verdana, Helvetica, sans-serif; color: #62728a; text-align:center }
.txtNews { width:300px; float:left; }
.txtNews p { line-height:normal; text-align:justify }

/*************************************************************************/
/*--------------------------------KIT SURF---------------------------------*/
/*************************************************************************/

h2.kit{
	font: bold 1.5em Arial, Verdana, Helvetica, sans-serif;
	margin:25px 0 10px 0;
	color:#a8c9f6;
	text-transform:uppercase;
	background:url(../images/kit-surf/fond-titre.png) left top no-repeat;
	padding:5px 0 0 30px;
	width:655px;
}
.blocPhotosKitL, .blocPhotosKitR {text-align:center; width:135px; display:block}
.blocPhotosKitL { float:left;  }
.blocPhotosKitR { float:right; }
.pictKit { margin:5px 0 0 0;}
.txtKit { width:393px; float:left; padding: 0 10px;}
.txtKit p { line-height:normal; text-align:justify }


/*************************************************************************/
/*--------------------------------INSCRIPTION---------------------------------*/
/*************************************************************************/

.inscr_txt { width:600px;clear:both; margin-bottom:8px;}
.inscr_txt span { float:left; width:250px;display:inline-block; text-align:right; padding-right:15px }
input.input_inscr { width: 250px; background:#b8bec4 url(../images/contact/ombre.jpg) top left repeat-x; border:1px solid #0a2444; display:inline-block; padding:2px; color:#4f5f74}
select.select_inscr { width: 255px;border:1px solid #0a2444;background:#b8bec4 url(../images/contact/ombre.jpg) top left repeat-x;color:#4f5f74}
input.btn-valider{
	padding:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/inscriptions/bt-valider.png) top left no-repeat;
	float:right;
	margin-right:119px;
}

.td_destinataire { color:#5197ef; font-weight:bold}

/*************************************************************************/
/*--------------------------------ALERT---------------------------------*/
/*************************************************************************/
.alert { width:214px; float:left; margin-top:6px; }
.alert_top { width:184px; background:url(../images/alert/alert-top.jpg); display:block; padding:8px 15px 0 15px; }
.alert_top p { font-size:0.9em; line-height:normal; color:#fcc321; background:url(../images/charte/alert.png) left top no-repeat; padding: 3px 0 0 28px }
/*.alert_centre { width:184px;  background:url(../images/alert/alert-centre.jpg) repeat-y; display:block; padding:0 15px 0 15px; }*/
.alert_bottom { width:214px; height:18px; background:url(../images/alert/alert-bottom.jpg); display:block }
#texte p.alertMessage { font-size:0.9em; line-height:normal; color:#fcc321; background:url(../images/charte/alert.png) left top no-repeat; padding: 3px 0 0 28px; width:550px; }
/*************************************************************************/
/*--------------------------------MON COMPTE---------------------------------*/
/*************************************************************************/

#menuMonCompte { width:675px; height:41px; display:block; padding: 9px 0 0 11px; }
#texte #menuMonCompte ul { margin:0 }
#texte #menuMonCompte li { display:inline }
a.BTgalerie { width:221px; height:37px; background:url(../images/mon-compte/BTgalerie.jpg) left top no-repeat; display:block; float:left; margin:0; }
a.BTgalerie:hover { background:url(../images/mon-compte/BTgalerie.jpg) 0 -37px no-repeat; }
a.BTnews { width:221px; height:37px; background:url(../images/mon-compte/BTnews.jpg) left top no-repeat; display:block; float:left; margin:0; }
a.BTnews:hover { background:url(../images/mon-compte/BTnews.jpg) 0 -37px no-repeat; }
a.BTcompte { width:221px; height:37px; background:url(../images/mon-compte/BTcompte.jpg) left top no-repeat; display:block; float:left; margin:0; }
a.BTcompte:hover { background:url(../images/mon-compte/BTcompte.jpg) 0 -37px no-repeat; }

a.BTsupprimer { height:19px; background:url(../images/mon-compte/BTsupprimer.png) left top no-repeat; display:block; float:left; margin:-1px auto 0 auto; padding-left:22px; font-size:0.8em }
.tofCompte { width:95px; margin-bottom:10px; float:left; }

input.BTsoumettre { height:27px; width:161px; background:url(../images/mon-compte/BTsoumettre.png) left top no-repeat; display:block; float:left; border:0; cursor: pointer;}

a.BTpoubelle { height:24px; background:url(../images/mon-compte/BTpoubelle.png) left top no-repeat; display:inline-block; margin:0; padding-left:22px; font-size:0.8em; }
a.BTmodifier { height:24px; background:url(../images/mon-compte/BTmodifier.png) left top no-repeat; display:inline-block; margin:0 10px 0 0; padding-left:24px; font-size:0.8em; }

.news_1 { clear:both; width:665px; padding:5px; background-color:#313a43}
.news_2 { clear:both; width:665px; padding:5px; background-color:#586572}
#texte span.titreNews { width: 510px; margin-right:5px; border-right:1px dotted #dbdbdb; display:inline-block;}

/*ol.listeNews { margin-left:50px; }
ol.listeNews li { clear:left; height:28px; line-height:25px;}
ol.listeNews li span { display:inline }*/

a.BTajoutNews { height:27px; width:161px; background:url(../images/mon-compte/BTajoutNews.png) left top no-repeat; display:block; float:left; border:0; cursor:pointer;}
.news_txt { width:100%;clear:both; margin-bottom:8px;}
.news_txt span { float:left; width:150px;display:inline-block; text-align:right; padding-right:15px }
input.input_news { width:450px; background:#b8bec4 url(../images/contact/ombre.jpg) top left repeat-x; border:1px solid #0a2444; display:inline-block; padding:2px; color:#4f5f74}
textarea.actu_news { width:450px; height:250px; overflow:auto}
input.btn-validerNews{
	padding:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/inscriptions/bt-valider.png) top left no-repeat;
	float:right;
	margin-right:60px;
}
