﻿/**
 * styles.css : styles pour l'invitation (template)
 *
 * @version 1.0
 * @copyright 2010, HEXAGRAM
 */


#container {
	width:984px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-width:1px;
	border-style:none;
	background-color: #ffffff;
	}

.entete {
	position: relative;
	width:954px;
	margin: auto;
	text-align: center;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}

.signatures {
	position: relative;
	width:704px;
	margin: auto;
	text-align: center;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}
	
.invit_entete {
	position: relative;
	width:850px;
	margin: auto;
	text-align: center;
	vertical-align: center;
	vertical-align: center;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}	
	
.espace {
	clear:both;
	margin-left: 10%;
	margin-right: 10%;
	}
	
.separation {
	clear:both;
	border-bottom:2px solid #999;  
	margin-left: 10%;
	margin-right: 10%;
	}

.separation_fine {
	clear:both;
	border-bottom:1px solid #ff6600;  
	margin-left: 10%;
	margin-right: 10%;
	}

.corps {
	position: relative;
	width:954px;
	margin:auto;
	text-align: center;
	border-width:1px;
	border-style:none;	
	}

.corps_gauche {
	position: relative;
	width:540px;
	height:560px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	float:left;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}

.corps_droit {
	position: relative;
	width:380px;
	height:560px;
	text-align: center;
	float:right;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}

.corps_bas {
	position: relative;
	width:952px;
	text-align: center;
	float:right;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}	
	
.pieddepage {
	position: relative;
	width:954px;
	margin: auto;
	text-align: center;
	border-width:1px;
	border-style:none;	
	border: 1px solid #c0c0c0;
	}




a img {border:none;}
 
a:link {
	color: #ff6600;
}
a:visited {
	color: #ff6600;
}
a:hover {
	color: #ff6600;
}
a:active {
	color: #ff6600;
} 
 
.clear { clear:both; }
.hexa { color:#ff6600;font-weight:bold; }
.titreEnc { padding:5px; 
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	font-weight:bold;
	width: 70%; height: auto; margin-left: 15%; border: 2px solid #999;
}

table td { padding:5px;}
table { color:#ff6600; width:100%; text-align:center;}

.titre_tableau {background-color:#ef9730; color:#666; font-weight: bold; cursor: default;}

	.td_share {
		color:#0071bc; 
	}	

	.td_invit {
		font-size:16px; 
		font-weight:bold;
	}
	
body {
	font-family:Verdana, Helvetica, Sans-sérif;
	font-size:12px;
	margin:0;
	padding:0;
	color: #666;
	background-color: #4B4B4B;
}




#header {
	margin-top:0px;
	text-align:center;

}

#footer {
		
	padding:5px;
}

#body {
	margin-top:10px;
	text-align:left;

}

#body2 {
	margin-top:10px;
	text-align:left;
}

.descSeminaire {
	font-size:12px;
	float:left;

}

.descHexagram {
	float:right;
	padding:15px 5px 10px 5px;
	background-color: rgb(204, 204, 204);
	font-size:80%;

	color: #666;
}
.descHexagram2{
	float:right;
	padding:5px 5px 10px 5px;
	background-color: rgb(204, 204, 204);
	font-size:80%;

	color: #666;
}
#adresse {
	padding:10px;
	font-size:80%;
	width:350px;
	margin:0 auto;
	border-left:2px solid #ff6600;
	border-right:2px solid #ff6600;
}

#rdvpas {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	padding-bottom:10px;
}

img.header {
	margin-top:20px;
}

.ombre_bord_page {position: relative; margin: auto; text-align: center; width: 1000px; height: auto; border: 0px; background-image:url(../images/fond_page.gif); background-repeat:repeat-y; background-position: center;}
.page {position: relative; width: 984px; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; margin: auto; text-align: center; background-color: #ffffff;}

