@charset "utf-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
}
img {
	border:none;
}
input, textarea, select {
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
	padding:1px;
}

.macaron_beta {
	position:absolute;
	top:50px;
	left:130px;
}

.important {
	color:#CC0000;
	font-weight:bold;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.adjust_top {
	margin-top:10px;
}
.info {
	font-style:italic;
	padding-left:20px;
}
.pink {
	color:#e1007a;
}

#header {
	margin:10px;
}
#logo_site {
	float:left;
}
#barre_haut {
	height:20px;
	padding-top:40px;
	margin-left:200px;
	text-align:right;
	font-weight:bold;
}
#barre_haut a {
	text-decoration:none;
	margin-right:5px;
	margin-left:5px;
}
#barre_haut a:hover {
	text-decoration:underline;
}
#menu_haut {
	height:30px;
	margin-left:200px;
	background-color:#ebebeb;
}
.menu_haut_img_g {
	width:10px;
	height:30px;
	background-image:url(../images/menu_g.jpg);
	float:left;
}
.menu_haut_img_d {
	width:10px;
	height:30px;
	background-image:url(../images/menu_d.jpg);
	float:right;
}
.menu_haut_centre {
	float:left;
	padding-top:8px;
}
.menu_haut_centre a {
	text-decoration:none;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
	color:black;
}
.menu_haut_centre a:hover {
	color:#e1007a;
}

#centre {
	margin:10px;
}
#gauche {
	width:190px;
	float:left;
}
#gauche h2 {
	font-size:12px;
	text-transform:uppercase;
	color:#e1007a;
	margin-bottom:10px;
	padding-left:32px;
}
#gauche a {
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	padding-top:2px;
}
#gauche a:hover {
	color:#e1007a;
}
#gauche a img {
	vertical-align:middle;
	margin-top:-2px;
}
.bigpink {
	color:#e1007a;
	font-size:18px;
}

#contenu {
	margin-left:200px;
	background-image:url(../images/image_fond.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	min-height:550px;
	_height:550px;
	text-align:justify;
}
#contenu h1 {
	font-size:18px;
	text-transform:uppercase;
	color:#e1007a;
}
#contenu h2 {
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#888888;
	padding:2px;
	border-bottom:5px solid #dddddd;
}
.lien_image {
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}
.lien_image img {
	vertical-align:middle;
	margin-top:-4px;
}
.lien_image a:hover {
	color:#e1007a;
}
.text_intro {
	margin-top:10px;
	color:#333333;
}
ul {
	margin-top:5px;
}
li {
	margin-left:15px;
	list-style:square;
}
.text_intro a {
	text-decoration:none;
}
.text_intro a:hover {
	color:#e1007a;
}

.box_left_t {
	width:190px;
	height:10px;
	background-image:url(../images/left_top.jpg);
	line-height:10px;
}
.box_left_b {
	width:190px;
	height:10px;
	background-image:url(../images/left_bottom.jpg);
	line-height:10px;
}
.box_left {
	color:black;
	padding:10px;
	background-color:#ebebeb;
}

#footer {
	background-color:#ebebeb;
	padding:5px;
	font-size:11px;
	text-align:center;
}
#footer a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#tablo_standard {
	width:100%;
}

.style_tableau
{
	width:100%;
	border-collapse:collapse;
}
.style_tableau th, .style_tableau td
{
	padding:5px;
	border:1px solid #DDDDDD;
}
.style_tableau th
{
	color:#FFFFFF;
	background-color:#888888;
}

/* Styles du générateur */

#generateur {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#timeline {
	position:relative;
	border:1px solid black;
	height:110px;
	overflow-x:scroll;
	padding:2px;
	width:750px;
}
#editeur {
	border:1px solid black;
	padding:5px;
}
.box_timeline {
	margin:0;
	padding:0;
	border:1px solid black;
	width:150px;
	height:90px;
	float:left;
	list-style:none;
	margin-right:2px;
}
.labox {
	height:90px;
	float:left;
}
.box_image {
	background-color:#dfeaef;
}
.box_transition {
	float:left;
	background-color:#EEEEEE;
	width:40px;
	height:40px;
	margin-top:28px;
	margin-right:2px;
}
.box_deplace {
	width:15px;
	height:90px;
	float:left;
	background-image:url(../images/deplace.gif);
	cursor:move;
}
.box_apercu {
	border:1px solid black;
	width:102px;
	height:70px;
	float:left;
	margin-top:8px;
	margin-left:4px;
}
.box_delete {
	height:54px;
	width:16px;
	float:left;
	margin-top:8px;
	margin-left:4px;
}
.box_edit {
	float:left;
	margin-left:4px;
	width:16px;
	height:16px;
}

#popup_flash {
	position:absolute;
	top:50%;
	left:50%;
	display:none;
	z-index:200;
	border:2px solid white;
	background-color:#FFFFFF;
}
.barre_popup {
	background-color:#FFFFFF;
	padding:5px;
	text-align:right;
}
.gros_bouton{
	width:100px;
	text-align:center;
}
.gros_bouton a {
	text-decoration:none;
	font-weight:bold;
}
.box_flash {
	width:240px;
	height:180px;
	text-align:center;
	border:1px solid black;
	margin:5px;
	float:left;
}
.box_flash a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.head_box_flash {
	padding:5px;
	text-align:right;
}
.contenu_box_flash {
	padding:5px;
	margin-top:-10px;
}

.box_transition_liste {
	float:left;
	width:100px;
	height:70px;
	text-align:center;
	padding-top:10px;
}
#contenu_popup
{
	text-align:center;
	padding:10px;
}
.search_galerie {
	margin-top:10px;
	background-color:#ebebeb;
	height:24px;
	padding:10px;
	text-align:center;
}
.div_important {
	margin-top:10px;
	border:1px solid #CC0000;
	background-color:#f5d7cd;
	padding:5px;
}