/**
 *	Style pour Twikeo.com
 *	par Didier Ciochetto - Technimédia
 */


html
{
	background: white url('../images/site/haut-fond.png') repeat-x top;
	font-family: arial, sans-serif;
	color:#333333;
}


body
{
	margin: 77px 270px 45px 50px;
	padding: 100px 2% 0;
	_padding-top: 100px;
	background: url('../images/site/haut-m.png') repeat-x top left;
	border: 2px solid #E4E4E4;
	border-top: none;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

h1
{
	font-size: 25px;
	background:url(../images/site/fond-titre.png) repeat-x #FFFFFF;
	height: 48px;
	padding-top: 10px;
	padding-left: 10px;
	border-top: #BFC9CF solid 1px;
	margin-top: 50px;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.05em;
}

a img
{
	border: none;
}

a
{
	color: #578;
}
a:hover, p.compte a:hover, p.id a:hover
{
	color: #08c;
}

table td
{
	padding: 0;
}

ul
{
	list-style-image: url('../images/site/puce.png');
}

hr
{
	margin: 1em 10px;
	border: none;
	color: white;
	border: 1px solid #eee;
}




/**
 *	Positions absolues
 */


div.logo
{
	position: absolute;
	top: 7px;
	left: 83px;
	z-index: 3;
}

div.deco1
{
	position: absolute;
	top: 0;
	left: 30px;
	width: 33px;
	height: 256px;
	background: url('../images/site/haut-g.png') no-repeat top left;
	z-index: 1;
}
div.deco2
{
	position: absolute;
	top: 0;
	left: 63px;
	width: 250px;
	height: 177px;
	background: url('../images/site/haut-g-logo.png') no-repeat top left;
	z-index: 1;
}
div.deco3
{
	position: absolute;
	top: 77px;
	right: 250px;
	width: 42px;
	height: 171px;
	background: url('../images/site/haut-d.png') no-repeat top right;
	z-index: 2;
}

div.cadre
{
	position: absolute;
	top: 76px;
	right: 0;
	margin: 8px 13px;
}

div.colonne
{
	position: absolute;
	top: 170px;
	right: 0;
	width: 215px;
	padding: 30px 26px 10px 24px;
	background: url('../images/site/cadre-colonne.png') no-repeat left top;
	z-index: 3;
}
div.colonne-deco
{
	padding: 5px;
	border-left: 2px solid #E4E4E4;
	border-right: 2px solid #E4E4E4;
	/* Faisons une image pour copain IE.
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 15px;
	*/
}
div.colonne-bas
{
	width: 215px;
	height: 12px;
	background: url('../images/site/colonne-bas.png') no-repeat;
}


div.colonne p
{
	margin: 0;
}

ul.cat a
{
	color: #999;
	font-size: 14pt;
	text-decoration: none;
}
ul.cat a:hover
{
	text-decoration: underline;
}

div.colonne p.membres
{
	margin: 10px 0 17px 20px;
}
div.colonne p.membres strong
{
	text-transform: uppercase;
}
div.colonne p.membres small
{
	font-size: 8pt;
}
div.colonne p.membres img
{
	float: left;
	margin-right: 5px;
	margin-top: -4px;
}

div.colonne p.stats
{
	font-size: small;
	margin: 0 20px;
}
div.colonne p.stats span
{
	color: #f70;
}

p.mots-cles, .fond1, .fond2
{
	margin: 5px;
	border: 1px solid #999;
	background: url('../images/site/fond-degrade.png') repeat-x top;
	padding: 5px;
}
p.mots-cles a:hover
{
	background-color: #1af;
}

.centre
{
	text-align: center;
}


/**
 *	Position absolue
 */

p.compte
{
	position: absolute;
	top: 0;
	right: 300px;
	font-size: 0.9em;
	text-align: right;
	padding : 0 25px 0 0;
	margin: 10px;
	border-right: 1px solid #999;
}
p.compte a, p.id a
{
	color: #578;
	text-decoration: none;
}
p.compte a:hover, p.id a:hover
{
	text-decoration: underline;
}
p.compte em
{
	font-style: normal;
	color: #08c;
}

table.id, p.id
{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.9em;
	text-align: right;
	color: #567685;
	padding: 0 5px 0 18px;
}
table.id input
{
	font-size: 0.8em;
	padding: 5px;
	border: none;
	background: url('../images/site/form-champ.png') no-repeat;
	width: 120px;
}

table.id button, table.recherche button
{
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
table.id button
{
	margin-top: -7px;	
}


h2.arborescence
{
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: right;
}



p.piedDePage
{
	margin-top: 5em;
	font-size: small;
	text-align: center;
}




/**
 *	Accueil
 */

p.accueil
{
	font-size: 20pt;
	text-transform: uppercase;
	margin-left: 30%;
}

p.accueil img
{
	float: left;
	margin-right: 15px;
	margin-top: -20px;
	margin-left: -15px;
}
p.accueil a
{
	text-decoration: none;
}


p.liens-accueil
{
	text-align: right;
	border-bottom: 1px solid black;
	font-size: 0.8em;
	line-height: 1em;
}
p.liens-accueil a
{
	text-decoration: none;
}

table.recherche
{
	width: 100%;
	text-align: center;
	color: #547483;
	font-weight: bold;
	background-color: #D0D5CF;
	padding: 5px;
}
table.recherche input
{
	width: 100%;
}
table.recherche button
{
	margin-top: 2px;
}


/**
*	Formulaires
*/

fieldset
{
	margin-top: 15px;
	background: url('../images/site/fond-degrade.png') repeat-x top;
}

form.form fieldset p
{
	padding-right: 20%;
	padding-left: 5%;
	text-align: right;
	line-height: 2em;
}
form.form button
{
	color: white;
	font-size: 16px;
	width: 110px;
	height: 32px;
	border: none;
	background: url("../images/site/bouton.png") no-repeat left top;
	cursor: pointer;
}
form.form  button:hover
{
	background: url("../images/site/bouton-over.png") no-repeat left bottom;
} 

table.tableForm
{
	margin: auto;
}
table.tableForm td
{
	height: 2em;
}

form.form table.demander
{
	width: 100%;
	text-align: center;
	margin-top: -3em;
}
form.form table.demander strong
{
	display: block;
	padding: 5px;
}
form.form table.demander td
{
	background: url('../images/site/fond-degrade.png') repeat-x left top;
	border: 1px solid #999;
	padding-bottom: 10px;
	width: 50%;
}
	
	


input, select
{
	font-weight: bold;
}

input[type="file"]
{
	font-size: 1em;
}

input, textarea, select
{
	border: 1px solid #bbb;
}

legend
{
	color: black;
}
textarea
{
	width: 100%;
}

textarea, input, select, label:active
{
	background-color: white;
}
textarea:focus, input:focus, select:focus, button:focus
{
	background-color: #F1F7FF;
}
textarea:hover, input:hover, select:hover, button:hover
{
	border-color: #08c;
}

/* Les messages rajoutés par Javascript et les erreurs. */
p#msgid
{
	position: absolute;
	top: 70px;
	right: 280px;
}
#msg
{
	display: none;
}

#msg, .e
{
	color: red;
	font-weight: bold;
	line-height: 1.2em;
	padding: 20px 10px 20px 75px;
	border: 1px solid #999;
	background: #bcc url('../images/site/warning.png') no-repeat left;
	z-index: 7;
}
[id="msg"], [class="e"]
{
	position: fixed;
	top: 110px;
	right: 305px;
	width: 200px;
}

p.v
{
	color: green;
	font-weight: bold;
}


/**
 *	Questions & réponses
 */

div.q, div.r, p.top
{
	border: 1px solid #D1D5D0;
	padding: 5px;
	margin: 5px 0 5px 52px;
}
div.q, p.top
{
	background: url('../images/site/fond-degrade.png') repeat-x top;
}
div.q h3
{
	margin: 5px 0;
}
div.q img.avatar, div.r img.avatar, div.r table, p.top img.avatar
{
	position: absolute;
	left: 68px;
	margin-top: -5px;
}

div.q span
{
	color: #999;
	white-space: nowrap;
}
div.q em
{
	float: right;
	font-style: normal;
	font-size: small;
	padding: 2px 0 2px 10px;
	background: url('../images/site/exclamation.png') no-repeat 0px 2px;
}

a.abus
{
	background: url('../images/site/icone-abus.png') no-repeat left;
	padding-left: 20px;
	font-size: small;
}
div.q a.envoi
{
	background: url('../images/site/icone-ami.png') no-repeat left;
	padding-left: 20px;
	margin-left: 10px;
}

p.lien-répondre
{
	text-align: center;
}

div.r
{
_height: 110px;
min-height: 110px;
	background-color: #FCFCFC;
}


div.meilleure
{
	background-color: #FFFCF9;
	border-color: #f70;
}
div.meilleure table th a
{
	color: #f40;
	text-decoration: none;
}

/* Les boutons de vote */
div.r table
{
	margin-top: 45px;
	left: 52px;
	width: 80px;
	text-align: center;
}
div.r table th
{
	font-size: small;
}

tr.vote
{
	font-style: italic;
	height: 27px;
}
tr.vote form
{
	margin: 0;
	padding: 0;
}
tr.vote input
{
	border: none;
}
td.o
{
	text-align: left;
}
td.v
{
	text-align: right;
}
td.note
{
	font-size: small;
	white-space: nowrap;
}
td.p
{
	color: #4d5;
}
td.n
{
	color: #f55;
}

p.emoticones img
{
	cursor: pointer;
}

/**
 *	Profil
 */

div.zoneNouveauMembre
{
	margin-top: 1em;
	padding: 10px;
}
 
table.profil
{
	border-spacing: 0 1px;
	border: none;
	text-align: center;
	margin: -22px 0 0;
	width: 100%;
	font-size: 12px;
}
td.bleu
{
	background: #00A0C6 url(../images/site/fond-bleu.png) repeat-x bottom;
	border-top: 1px solid white;
	border-right: 3px solid white;
	color: white;
	width: 105px;
	height: 55px;
}
td.orange
{
	background: #FF7F00 url(../images/site/fond-orange.png) repeat-x bottom;
	border-bottom: 1px solid white;
	border-right: 3px solid white;
	color: white;
	width: 105px;
	height: 55px;
}
td.nb
{
	background: white url(../images/site/fond-degrade.png) repeat-x top;
	border: 1px solid #999;
	font-size: 12px;	
	text-align: left;
	padding: 0 0 0 10px;
}
div.p
{
	margin-top: -15px;
	background: url('../images/site/fond-degrade.png') repeat-x top;
	border: 1px solid #D1D5D0;
	padding: 5px 0 0 5px;
}
div.rss
{
	background-color: #BFC9CF;
	padding: 2px;
	font-size: 12px;
}



/**
 *	Recherche
 */


/* L'arborescence du résultat. */
.arboRech, .refPanier
{
	display: block;
	margin-top: 5px;
	font-size: 8pt;
	padding-left: 55px;
	color: gray;
}
p.arboRech
{
	position: relative;
	top: 1em;
}
.arboRech a, .arboRecherche a
{
	color: gray;
	text-decoration: none;
}
.arboRecherche
{
	font-size: 8pt;
	color: gray;
}

.resultat
{
	padding: 0.6em;
}



/**
 *	Les 2 liens fixes
 *	mais pas fixe dans IE7 parce que ça rame (ni IE6 parce qu'il connait pas fixed).
 */
p.fixe
{
	display: block;
	bottom: 0;
	right: 50%;
	width: 105px;
	height: 41px;
	padding: 18px 0 0 32px;
	margin: 0;
}
[class="fixe"]
{
	position: fixed;
	background: url('../images/site/menu-bas.png') no-repeat;
}
/* par crajkaro pour upload d'image en réponse */
.maxi {
max-width: 500px;
}

