/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
                font-family: inherit;
}
/* Lightwindow */
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim {
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link,
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim {
		/* REQUIRED */
		display: none;
		left: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active {
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous,
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(img/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#lightwindow_previous {
		float: left;
		left: 0px;
	}

	#lightwindow_next {
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover,
	#lightwindow_previous:active {
		background: url(img/lightwindow/prevlabel.gif) left 15% no-repeat;
	}

	#lightwindow_next:hover,
	#lightwindow_next:active {
		background: url(img/lightwindow/nextlabel.gif) right 15% no-repeat;
	}

	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}

#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50;
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(img/lightwindow/black-70.png) repeat 0 0 transparent;
	}

	* html a#lightwindow_galleries_tab,
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}

	#lightwindow_galleries_tab .up	{
		background: url(img/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(img/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(img/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a,
	.lightwindow_galleries_list a:link,
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover,
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}

#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}

	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}

	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}

#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}

	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

.mycopyrights { display:none; }
body {
  background:#000 url(img/bg_body.png) repeat-x scroll left top;
}
a { outline:none; }
/*------------------------------------------------------------------------------
                           TOUT CE QUI CONCERNE L'OUTIL
------------------------------------------------------------------------------*/
#Outil .header {
  width:1000px;
  height:204px;
  background:#000 url(img/header.png) no-repeat scroll left top;
  margin:0 auto;
  padding:0;
}
#Outil .header h1 { display:none; }
#BlocOutil {
  width:961px;
  margin:0 auto;
  clear:both;
}
#Outil .menuOutil {
  margin:10px auto;
  padding:0 0 0 100px;
  width:850px;
  height:26px;
  background:#808080 url(img/barre_menu_outil.png) no-repeat scroll left top;
  display:block;
  text-align:center;
}
#Outil .menuOutil a, #Outil .menuOutil a:hover, #Outil .menuOutil a:visited {
  color:#fff;
  padding:0 10px;
  margin:0 2px;
  height:26px;
  font:normal 14px/26px Verdana, Arial, Helvetica, sans-serif;
  line-height:26px;
  text-decoration:none;
  display:block;
  float:left;
  background:#999;
}
#Outil .menuOutil a:hover {
  background:#333;
}
#Outil .BasicColorPicker .basic_colors td img {
	border: 1px solid #919EA9;
}
#Outil .BasicColorPicker .basic_colors .pickerhover {
	border-color: white;
}
#Outil .BasicColorPicker .basic_colors {
	border-collapse: separate;
	border-spacing: 2px;
}
#Outil .BasicColorPicker .basic_colors td  {
	padding: 0;
	font-size: 0;
}
#Outil .ColonneLeft {
  width:110px;
  float:left;
  margin:0;
}
#Outil .ColonneLeft input {
  float:left;
  margin:5px;
}
#Outil .ColonneCentre {
  width:513px;
  height:437px;
  margin:5px;
  float:left;
  background:#000 url(img/outil_fond_image_zones.png) no-repeat scroll left top;
}
#Outil .CentreImgPreview {
  position:relative;
  width:491px;
  height:299px;
  padding:0;
  margin:11px 11px 9px 11px;
}
#Outil .CentreImgPreview .loading {
  position:absolute;
  top:119px;
  left:215px;
  width:60px;
  height:60px;
  background:transparent url(img/ajax-loading.gif) no-repeat scroll left top;
  z-index:1;
}
#Outil .CentreImgPreview table {
  position:absolute;
  top:0;
  left:0;
  width:491px;
  height:299px;
  border-collapse:collapse;
  padding:0;
  margin:0;
  z-index:2;
}
#Outil .CentreImgPreview table tr td {
  width:491px;
  height:299px;
  vertical-align:middle;
  text-align:center;
  padding:0;
  margin:0;
}
#Outil .CentreImgPreview table img {
  border:0;
  padding:0;
  margin:0;
  z-index:20;
}
#Outil .CentreImgPreview .Zoom span { display:none; }
#Outil .CentreImgPreview .Zoom {
  position:absolute;
  top:0;
  left:0;
  width:491px;
  height:299px;
  z-index:50;
  background:transparent url(img/loupe.png) no-repeat scroll left top;
}
#Outil .Masques {
  text-align:center;
}
#Outil .Masques img {
  margin:5px;
}
#Outil #BlocCouleurSelectionnee {
  margin:5px;
  width:233px;
  height:199px;
  float:left;
}
#Outil #BlocCouleurSelectionnee #BlocColorMustBePaint {
  border:1px solid #fff;
}
#Outil #BlocCouleurSelectionnee .ColonneBoutons {
  text-align:center;
}
#Outil #BlocCouleurSelectionnee .ColonneBoutons table {
  width:231px;
  height:197px;
  border-collapse:collapse;
}
#Outil #BlocCouleurSelectionnee .ColonneBoutons table tr td {
  vertical-align:middle;
  text-align:center;
}
#Outil #BlocLastColors {
  margin:0;
  width:84px;
  height:210px;
  float:left;
}
#Outil #BlocLastColors img {
  float:left;
  border: 1px solid #919EA9;
  margin:5px;
}
#Outil #BlocLastColors img.pickerhover {
	border-color: white;
}
#Outil #BlocColorsPicker {
  margin:3px;
  width:322px;
  height:222px;
  float:left;
}
#Outil .ColorPickerBloc div {

}
#Outil a.BoutonZone1 span,#Outil a.BoutonZone2 span,#Outil a.BoutonZone3 span,#Outil a.BoutonZone4 span {display:none;}
#Outil a.BoutonZone1, #Outil a:hover.BoutonZone1, #Outil a:visited.BoutonZone1, #Outil a:link.BoutonZone1,
#Outil a.BoutonZone2, #Outil a:hover.BoutonZone2, #Outil a:visited.BoutonZone2, #Outil a:link.BoutonZone2,
#Outil a.BoutonZone3, #Outil a:hover.BoutonZone3, #Outil a:visited.BoutonZone3, #Outil a:link.BoutonZone3,
#Outil a.BoutonZone4, #Outil a:hover.BoutonZone4, #Outil a:visited.BoutonZone4, #Outil a:link.BoutonZone4 {
  display:block;
  width:204px;
  height:47px;
  margin:0 auto;
  outline:none;
}
#Outil a.BoutonZone1 { background:transparent url(img/boutons_zones.png) no-repeat scroll 0 0; }
#Outil a:hover.BoutonZone1 { background:transparent url(img/boutons_zones.png) no-repeat scroll -204px 0; }
#Outil a.BoutonZone2 { background:transparent url(img/boutons_zones.png) no-repeat scroll 0 -47px; }
#Outil a:hover.BoutonZone2 { background:transparent url(img/boutons_zones.png) no-repeat scroll -204px -47px; }
#Outil a.BoutonZone3 { background:transparent url(img/boutons_zones.png) no-repeat scroll 0 -94px; }
#Outil a:hover.BoutonZone3 { background:transparent url(img/boutons_zones.png) no-repeat scroll -204px -94px; }
#Outil a.BoutonZone4 { background:transparent url(img/boutons_zones.png) no-repeat scroll 0 -141px; }
#Outil a:hover.BoutonZone4 { background:transparent url(img/boutons_zones.png) no-repeat scroll -204px -141px; }
#Outil .AccesOutilLimite  {
  padding:161px 0 0 50px;
  height:28px;
  font:normal 14px/28px Verdana, Arial, Helvetica, sans-serif;
  line-height:28px;
  text-align:left;  
}
#Outil .Go2Cmd {
  width:900px;
  height:40px;
  margin:5px auto 10px auto;
}
#Outil .Go2Cmd h2 {
  float:left;
  color:#f09800;
  font:normal 24px/36px Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0 20px 0 0;
  text-align:left;
  letter-spacing:1px;
  height:36px;
  line-height:36px;
}
#Outil .Go2Cmd a.btnCmd span { display:none; }
#Outil .Go2Cmd a.btnCmd,
#Outil .Go2Cmd a:hover.btnCmd,
#Outil .Go2Cmd a:visited.btnCmd {
  float:left;
  margin:0;
  width:194px;
  height:40px;
  background:#000 url(img/boutons_site.png) no-repeat scroll 0 -40px;
}
#Outil .Go2Cmd a:hover.btnCmd {
  background:#000 url(img/boutons_site.png) no-repeat scroll -194px -40px;
}
#Outil .contact {
  clear:both;
  padding:10px;
  color:#ccc;
  font-size:.9em;
  text-align:center;
}
#Outil .contact a,#Outil .contact a:visited {
  color:#fff;
  text-decoration:underline;
}
#Outil .contact a:hover {
  color:#ccc;
  text-decoration:underline;
}
.ie6 { padding:0 0 0 100px; }
.ie6 h3 { color:#f00; }
.ie6 p { color:#fff; }
.ie6 a { color:#f0f; }
/*------------------------------------------------------------------------------
                           TOUT CE QUI CONCERNE LE SITE
------------------------------------------------------------------------------*/
#Site .header {
  width:1000px;
  height:204px;
  background:#000 url(img/header.png) no-repeat scroll left top;
  margin:0 auto;
  padding:0;
}
#Site .header h1 { display:none; }
#Site .header p {
  padding:161px 0 0 0;
  margin:0;
  height:28px;
  font:normal 16px/28px Verdana, Arial, Helvetica, sans-serif;
  line-height:28px;
  text-align:left;
  color:#550000;
}
#Site h2 {
  color:#f09800;
  font-weight:normal;
  font-size:24px;
  margin:0;
  padding:10px;
  text-align:center;
  letter-spacing:4px;
}
#Site .descriptionTop {
  color:#fff;
  font-size:16px;
  margin:0;
  padding:0;
  text-align:center;
}
#Site .photosCentrales {
  width:998px;
  margin:0 auto;
  padding:10px 0;
  position:relative;
}
#Site .photosCentrales span { display:none; }
#Site .photosCentrales p { margin:0; }
#Site .photosCentrales #flashBook {
  position:absolute;
  left:695px;
  top:37px;
  width:270px;
  height:181px;
}
#Site .flashBookPreLoad {
  display:none;
}
#Site .detailsBas {
  width:998px;
  margin:0 auto;
  color:#fff;
}
#Site .detailsBas .blocGauche {
  float:left;
  width:482px;
  text-align:justify;
  padding:5px 0 0 16px;
}
#Site .detailsBas .blocGauche p {
  margin:0;
}
#Site .detailsBas .blocGauche strong {
  display:none;
}
#Site .detailsBas .blocGauche div a {
  margin:20px 23px;
  float:left;
  width:194px;
  height:40px;
}
#Site .detailsBas .blocGauche div a span { display:none; }
#Site .detailsBas .blocGauche div a.btnDemo,
#Site .detailsBas .blocGauche div a:hover.btnDemo,
#Site .detailsBas .blocGauche div a:visited.btnDemo {
  background:#000 url(img/boutons_site.png) no-repeat scroll left top;
}
#Site .detailsBas .blocGauche div a:hover.btnDemo {
  background:#000 url(img/boutons_site.png) no-repeat scroll -194px 0;
}
#Site .detailsBas .blocGauche div a.btnCmd,
#Site .detailsBas .blocGauche div a:hover.btnCmd,
#Site .detailsBas .blocGauche div a:visited.btnCmd {
  background:#000 url(img/boutons_site.png) no-repeat scroll 0 -40px;
}
#Site .detailsBas .blocGauche div a:hover.btnCmd {
  background:#000 url(img/boutons_site.png) no-repeat scroll -194px -40px;
}
#Site .detailsBas .blocDroite {
  float:left;
  width:485px;
  font-size:13px;
  padding:5px 0 0 14px;
}
#Site .detailsBas .blocDroite p {
  list-style-position:inside;
  display:block;
  padding:5px;
  margin:0;
  font-size:16px;
  background:#292121 url(img/bg_comment_top.png) no-repeat scroll left top;
  text-align:center;
  letter-spacing:1px;
}
#Site .detailsBas .blocDroite ol {
  display:block;
  padding:5px 5px 5px 20px;
  margin:0;
  background:#292121 url(img/bg_comment_bottom.png) no-repeat scroll left bottom;
}
#Site .detailsBas .blocDroite ol li {
  padding:2px 0;
}
.footer {
  clear:both;
  padding-top:30px;
}
.footer div {
  padding:10px 0;
  text-align:center;
  font:normal 10px Verdana, Arial, Helvetica, sans-serif;
  color:#999;
  border-top:1px solid #999;
}
.footer a, .footer a:hover, .footer a:visited {
  color:#999;
  text-decoration:none;
}
.footer a:hover {
  text-decoration:underline;
}
.menu {
  padding:141px 0 0 50px;
  height:28px;
  font:normal 14px/28px Verdana, Arial, Helvetica, sans-serif;
  line-height:28px;
  text-align:left;
}
.menu a, .menu a:hover, .menu a:visited {
  text-decoration:none;
  padding:0 15px;
  margin:0 2px;
  float:left;
  height:28px;
  color:#000;
  background:#aaa;
}
.menu a:hover {
  background:#fff;
}
.mentionsLegales {
  color:#fff;
  width:600px;
  margin:0 auto;
}
.mentionsLegales h3 {
  font-size:14px;
  border-bottom:1px solid #ffab82;
  color:#ffab82;
}
.mentionsLegales p {
  font-size:12px;
  text-align:justify;
}
.mentionsLegales a, .mentionsLegales a:hover, .mentionsLegales a:visited {
  color:#fff;
  text-decoration:underline;
}
.mentionsLegales a:hover {
  color:#ffab82;
}
#cmdForm {
  width:984px;
  margin:10px auto;
  background:#808080 url(img/bg_cmd_middle.png) repeat-y scroll left top;
  font-size:12px;
  color:#fff;
}
#cmdForm .cmdFormTop {
  background:#808080 url(img/bg_cmd_top.png) no-repeat scroll left top;
  width:984px;
  height:18px;
}
#cmdForm .cmdFormBottom {
  background:#808080 url(img/bg_cmd_bottom.png) no-repeat scroll left bottom;
  width:984px;
  height:18px;
}
#cmdForm .cmdFormConteneur {
  padding:0 20px;
}
#cmdForm fieldset {
  border:1px solid #333;
  padding:10px;
  width:440px;
  float:left;
  font-size:12px;
}
#cmdForm fieldset.deuxieme {
  margin-left:20px;
}
#cmdForm legend {
  color:#111;
  font-size:16px;
  padding:0 4px 4px 4px;
}
#cmdForm table {
 	border-collapse:collapse;
}
#cmdForm td {
 	padding:4px;
}
#cmdForm .required {
 	color:#ffff00;
}
#cmdForm .cmdFormBoutons {
  clear:both;
  width:428px;
  margin:0 auto;
  padding:10px 0;
}
#cmdForm .cmdFormBoutons a {
  display:block;
  width:194px;
  height:40px;
  float:left;
  margin:0 10px;
}
#cmdForm .cmdFormBoutons a.btnValideCommande span { display:none; }
#cmdForm .cmdFormBoutons a.btnValideCommande,
#cmdForm .cmdFormBoutons a:hover.btnValideCommande,
#cmdForm .cmdFormBoutons a:visited.btnValideCommande {
  background:#000 url(img/boutons_site.png) no-repeat scroll 0 -120px;
}
#cmdForm .cmdFormBoutons a:hover.btnValideCommande {
  background:#000 url(img/boutons_site.png) no-repeat scroll -194px -120px;
}
#cmdForm .cmdFormBoutons a.btnCancel span { display:none; }
#cmdForm .cmdFormBoutons a.btnCancel,
#cmdForm .cmdFormBoutons a:hover.btnCancel,
#cmdForm .cmdFormBoutons a:visited.btnCancel {
  background:#000 url(img/boutons_site.png) no-repeat scroll 0 -160px;
}
#cmdForm .cmdFormBoutons a:hover.btnCancel {
  background:#000 url(img/boutons_site.png) no-repeat scroll -194px -160px;
}
#cmdForm .formZoneEmail {
  background:#666;
}
#cmdForm .formZoneEmail td {
  text-align:justify;
}
#cmdForm td.R, #cmdForm .formZoneEmail td.R {
  text-align:right;
  vertical-align:top;
}
#cmdForm .dateEnvoisLien {
  padding:10px 0 0 0;
  clear:both;
  text-align:center;
}
#cmdForm .conditions {
  width:440px;
  float:left;
  padding:10px 0 0 20px;
}
#cmdForm .DivError {
  clear:both;
  padding:5px 20px;
  background-color:#ecc9c9;
  color:#aa0000;
  text-align:left;
  -moz-border-radius:4px;
  margin-bottom:10px;
}
#cmdForm .DivError p {
  margin:0;
  padding:10px 0 0 0 ;
}
#cmdForm .error {
  border:2px solid #f00;
  background-color:#fee;
}
#cmdForm .errorPhoto {
  color:#f00;
  background-color:#fee;
  border:2px solid #f00;
  display:block;
  padding:2px;
}
#cmdForm .detailPhotoUploaded {
  color:#222;
  display:block;
  background:#f0f0f0;
  border:1px solid #666;
  padding:4px;
  text-align:right;
  width:90%;
}
#cmdForm .detailPhotoUploaded a,
#cmdForm .detailPhotoUploaded a:hover,
#cmdForm .detailPhotoUploaded a:visited {
  color:#00f;
}
#cmdForm .detailPhotoUploaded span {
  float:left;
  text-align:left;
}
.menu_lang {
  height:12px;
  padding:4px 0;
  line-height:12px;
  font:normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
  text-align:right;
}
.menu_lang a, .menu_lang a:hover, .menu_lang a:visited {
  text-decoration:none;
  color:#fff;
}
.menu_lang a:hover {
  text-decoration:underline;
}
.menu_lang img {
  border:0;
  vertical-align:bottom;
}
#cmdForm .acomplete { font:normal 12px/14px Verdana,Arial,Helvetica,sans-serif; position: relative; z-index: 5; background-color: #EDF5FF; border: 1px solid #243356; }
#cmdForm .acomplete ul, #cmdForm .acomplete li { margin: 0px; padding: 0px; list-style: none; color: #333; }
#cmdForm .acomplete li { padding: 2px; border-top: 1px solid #ccc; }
#cmdForm .acomplete .selected { background-color: #ffc; }
