/*
body,td,th {
	color: #996600;
}
body {
	background-color: #ece7d1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/fond.jpg");
	background-position:center;
	background-repeat: repeat-y;
}
.Style2 {
	color: #DB502F;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
*/


/****************************************************************
*****************************************************************
*****************************************************************

INFORMATIONS :
 - text orange : #DB502F;
 
****************************************************************
****************************************************************
****************************************************************/


/************************ BODY *********************************/
*{
	margin				: 0px;
	padding				: 0px;
}
html, body {
	color				: #DB502F;
	font-weight			: bold;
	background-color	: #ece7d1;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 0.75em;
}

/************************ FORMULAIRES *********************************/
input, select, textarea, file{
	width				: 200px;
	padding				: 3px;
	margin				: 3px;
	border				: 1px solid #DB502F;								/* orange */
}
input:hover{
	width				: 200px;
	border				: 1px solid yellow;
	background-color	: #DB502F;											/* orange */
	color				: white;
}
input:focus, select:focus, textarea:focus, file:focus{
	width				: 200px;
	border				: 1px solid yellow;
	background-color	: #DB502F;											/* orange */
	color				: white;
}
input.bouton{
	width				: 200px;
	border				: 1px dotted yellow;
	background-color	: #DB502F;											/* orange */
	color				: white;
}
input.bouton:hover{
	width				: 200px;
	border				: 1px dotted black;
	background-color	: white;
	color				: black;
}
input.rien{
	/* rien faire, c'est pr l'affichage d'un bouton image, pr ne pas avoir de bordure */
	border				: 0;
}

/*
input, select{
	border			: 1px solid #a29061;
	font-size		: 0.75em;
}
input.normal, select.normal{
	border			: 0;
	font-size		: 0.75em;
}
textarea{
	border			: 1px solid #a29061;
}
*/

/************************ TEXT *********************************/
.titre {
	border				: 0px;
	color				: #DB502F;										/* orange */
	font-weight			: bold;
	font-size			: 1.5em;
}

/************************ TABLEAUX *********************************/
/*
table{
	border				: 0px;
}
*/
tr.standard{
	font-weight			: bold;
}
td.standard{
	padding				: 2px;
	background-color	: #ece7d1;
	color				: black;
}
th.standard{
	padding				: 2px;
	background-color	: #DB502F;
	color				: white;
	text-align			: center;
}

/************************ IMAGES *********************************/
img{
	border				: 0px;
}
img.bordure:link, img.bordure:visited, img.bordure:focus, img.bordure:active{
	border				: 0px;
}
img.bordure:hover{
	border				: 2px solid orange;
}

/************************ CORPS *********************************/
.contentGlobal{
/*	border				: 1px solid green;*/
	width				: 950px;
	height				: 100%;
	margin				: auto;
	background-image	: url("http://www.tandem-attitude.com/images/fond.jpg");
	background-position	: center;
	background-repeat	: repeat-y;

}
.content{
/*	border				: 1px solid fuchsia;*/
	width				: 900px;
	height				: 100%;
	margin				: auto;
/*
	background-image	: url("http://www.tandem-attitude.com/images/fond.jpg");
	background-position	: center;
	background-repeat	: repeat-y;
*/
}
.corpsGlobal{
/*	border				: 1px dotted green;*/
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/font_action.gif");
	background-repeat	: no-repeat;
	background-position	: left top;
}
/************************ CORPS : 1 à 10 *********************************/
.corps0{
/*	border				: 1px dotted green;*/
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro0.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps1{
/*	border				: 1px dotted green;*/
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro1.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps2{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro2.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps3{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro3.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps4{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro4.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps5{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro5.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps6{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro6.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps7{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro7.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps8{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro8.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps9{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro9.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}
.corps10{
	width				: 900px;	
	height				: 100%;
	min-height			: 660px;										/* taille de l'image */
	background-image	: url("http://www.tandem-attitude.com/images/photo_intro10.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	margin-right		: -30px;										/* correction bug IE6 */
}

.cadre01{
/*	border				: 1px solid #DB502F;*/							/* orange */
	margin				: 0px;
	padding				: 10px;
}

.header{
/*	border				: 1px solid orange;*/
/*
	width				: 100%;
	height				: 300px;
*/
}
.footer{
/*	border				: 1px solid orange;*/
/*
	width				: 900px;
	height				: 50px;
	background-image	: url("images/background/bas.jpg");
	background-repeat	: no-repeat;
	text-align			: center;
	font-size			: 12px;
	margin-bottom		: 0px;
*/
}

/**********************	ERREUR / OK ********************************/
/* Erreur */
.erreur{
	margin				: 3px;
	padding				: 3px;
	border				: 1px solid red;
	background-color	: #FFE1E1;
	color				: red;
	font-size			: 1.25em;
}
/* Validation est OK  */
.ok{
	margin				: 3px;
	padding				: 3px;
	border				: 1px solid green;
	background-color	: #E9FFE8;
	color				: green;
}


/************************ LIENS : poweredBy *********************************/
a.poweredBy:link, a.poweredBy:visited, a.poweredBy:focus, a.poweredBy:active{
	padding				: 5px;
	font-weight			: bold;
	color				: white;
	text-decoration		: none;
}
a.poweredBy:hover{
	padding				: 5px;
	font-weight			: bold;
	color				: white;
	text-decoration		: none;
}

/************************ LIENS : menu haut *********************************/
/*
a.menuHautGalerie:link, a.menuHautGalerie:visited, a.menuHautGalerie:focus, a.menuHautGalerie:active{
	padding				: 0px;
	margin				: 0px;
	width				: 100%;
	height				: 100%;
	text-decoration		: none;
	background-image	: url("http://www.tandem-attitude.com/images/galerie_haut.jpg");
}
a.menuHautGalerie:hover{
	padding				: 0px;
	margin				: 0px;
	width				: 100%;
	height				: 100%;
	text-decoration		: none;
	background-image	: url("http://www.tandem-attitude.com/images/galerie_bas.jpg");
}
*/

/**********************	liens : pageSuivante ********************************/
/*
a.pageSuivante{
	padding				: 2px 5px;
	margin				: 2px 5px;
}
a.pageSuivante:link, a.pageSuivante:visited, a.pageSuivante:focus{
	border				: 1px dotted #7C7C7C;
	background-color	: #ece9d8;
	color				: #7C7C7C;
}
a.pageSuivante:active, a.pageSuivante:hover{
	border				: 1px dotted #7C7C7C;
	background-color	: white;
	text-decoration		: none;
	color				: #7C7C7C;
}
*/
/**********************	liens : normal ********************************/
a.standard:link, a.standard:visited, a.standard:focus, a.standard:active{
	color				: grey;
	text-decoration		: none;
}
a.standard:hover{
	border				: 1px dotted grey;
	color				: grey;
	text-decoration		: none;
}

/**********************	ALIGNEMENT ****************************/
.alignMediaImage{
	float				: left;
	margin				: 10px;
}
.align_gauche{
	float				: left;
}
.align_droite{
	float				: right;
}
.align_bas{
	bottom				: 0px;
}