/* Copyright (C) 2007  Thomas Guillem <thomas.guillem@gmail.com>
 *
 * This file is part of my web site. 
 *
 * My web site is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * My web site is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/* dans ce fichier style : tout ce qui est commun aux differents themes */
hr{
	margin-top:16px;
	margin-bottom:16px;
	height: 1px;
	border: 0;
	border-bottom: 1px dashed;
}
img {
	/*max-height:100%;*/
}
img.smiley{/*IE SUX*/
	width:20px !important;
	height:20px !important;
}

.news img {
	border-width:1px;
	border-style:solid; 
	margin:5px 5px 5px 5px;
}
.hidden{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:0;
	visibility:hidden;
}

/*Boutons Retour Input submit*/
img.bouton{
	margin-left:2px;
	position:relative;
	top:4px;
}
input.bouton,img.bouton,input.boutonIcone,input.boutonBigIcone{
	display:inline;
	border-width:1px;
	border-style:solid;
	margin-right:0;
}	
input.bouton {
	text-decoration:none;
	padding: 1px;
	font-size:1em;
}
input.boutonIcone,input.boutonBigIcone{
	background-repeat:no-repeat;
	background-position:center;
	font-size:0;
}
input.boutonIcone{
	position:relative;
	top:-3px;
	width:16px;
	height:16px;
}
input.boutonBigIcone{
	width:24px;
	height:24px;
}
/*pour enlever les bordures des images linkés que l'on met dans les articles*/
a img {
	border:0;
}
.quote {
	margin:1em 2em 1em 2em;
	padding:1em;
	color:black;
	border-width:1px;
	border-style:solid;
}

	/*Fichier et images*/
		/*Visionage des images*/
.thumb {
	display:block;
	float:left;
	height:105px;
	width:140px;
	margin :8px;
	text-align:center;
	border-style:solid;
	border-width:1px;
}
.thumb a img {
	max-width:140px;
	max-height:100%;
}
.imageAggrandiThumb{
	margin-top:12px;
}
	/*gestion fichiers*/
table#tableFiles {

}
table#tableFiles td {
	padding-left:4px;
	padding-right:4px;
	height:2em;
}

table#tableFiles caption {
	font-weight:900;
	font-size:1.3em;
	text-align:left;
	padding-bottom:0.6em;
}
table#tableGestionFile td{
	padding-right:1em;
}

#tableFilesName {
	width:200px;
}
img.files {
	 position:absolute;
	 margin-top:-2px;
	 
}

a.files{
	margin-left:25px;
	margin-right:3px;
}




/*Blogs*/
	/*Commentaires*/
.com {
	border-style:solid;
	border-width:1px;
	margin-bottom:1em;
}
.com .newsInfos {
	border-bottom:1px solid;
	margin-top:2px;
}

.com {
	padding-left:2px;
	padding-right:2px;
}	
.com a{
	text-decoration:none;
}
.com p{
	padding:0 3px 0 3px;
}
#comBlock{
	margin:0 4em 0 4em;
	padding:0;
}
/*Textes, Images,video crées par bbcode*/
	/*Quotations*/
.titreQuote { 
	margin-left:2em;
}
.bbcodeLeft{
	text-align:left;
}
.bbcodeRight{
	text-align:right;
}
.bbcodeCenter{
	text-align:center;
}

.bbocodeUnderline{
	text-decoration:underline;
}
.news .quote {
	margin-top:0;
}
/*formulaire bbcode*/
#bbcode {
	margin:-10px 0 0 0;
}
#bbcode a{
	border:none;
}
img.smiley {
	border:0;
	margin: 0 3px 0 3px;
}
#suite{
	visibility:hidden;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:0;
}
a.suite {
	font-size:1.05em;
}

.smiley {
	text-decoration: none;
	display:inline;
}
.smiley:hover{
	background: none; /* correction d'un bug IE */
}
.smiley div { /* définition de la balise <span> inclue dans <a> */
	display: none;
}
.smiley:hover div { /* définition de la balise <span> au survol */
	position: absolute;
	margin-left:-29px;
	margin-top:3px;
	width:100px;
	display:inline;
	text-align: center;
	color: white;
}
.laSuite{
	margin-bottom:0.6em;
}
